OSDN Git Service

* [usiToCsa] - Added a new program, which is a bridge for a USI engine to connect...
[shogi-server/shogi-server.git] / changelog
index 8184ace..c498f62 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,10 +1,33 @@
+2013-12-14  Daigo Moriwaki <daigo at debian dot org>
+
+       * [usiToCsa]
+         - Added a new program, bin/usiToCsa.rb, which is a bridge for a
+           USI engine to connect to the Shogi-server.
+         - bin/usiToCsa is a sample wrapper script.
+
+2013-12-13  Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - Implemented conversion of move representation between CSA format
+           and USI one.
+
 2013-11-24  Daigo Moriwaki <daigo at debian dot org>
 
        * [shogi-server]
          - shogi_server/league/floodgate.rb: Improved robustness against
            empty file under ruby 1.9.3p194
+         - shogi-server:
+           - Previously, reloading in daemon mode failed on
+             ruby 1.9.3p194. This issue has been fixed.
+           - Listen on only IPv4 explicitly. Under ruby 1.9.3p194, without
+             any bind addresses, ruby attempts to listen on both "0.0.0.0"
+             and "::". Specifying "::" on Linux leads to listen on both IPv4
+             and IPv6, which results in a warning message saying "Address
+             already in use - bind(2)".
        * [mk_game_results]
          - Fixed for reading Japanese comments under ruby1.9.3p194.
+       * mk_rate-from-grep, mk_rate-grep:
+         - Removed files that are no longer used.
 
 2013-11-23  Daigo Moriwaki <daigo at debian dot org>