OSDN Git Service

Apply CSA Protocol V1.2.1 for MAX_MOVES
[shogi-server/shogi-server.git] / changelog
index 0d877cc..6a8cf39 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+2015-01-12  Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - shogi_server.rb: Follow an API change in a upstream class:
+           LogDevice.previous_period_end
+
 2014-10-12  Daigo Moriwaki <daigo at debian dot org>
 
        * [shogi_server]
            - A new log summary type, "max_moves_draw", has been assigned for games
              drawing with max moves.
              'summary:max_moves_draw:name_sente draw:name_gote draw
+         - Least time per move:
+           - New command line option: --least-time-per-move n
+             This opotion specifies a least time in second per move, which
+             is 1 second by default. Setting 0 means that a decimal
+             fraction of time for a move will be truncated.
 
 2014-07-19  Daigo Moriwaki <daigo at debian dot org>