OSDN Git Service

Added Usi implementation.
[shogi-server/shogi-server.git] / changelog
index f394f70..6196aca 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,10 +1,20 @@
+2008-06-30 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - Added a new option --player-log-dir, which allows users to log
+           messages that are received or sent to the wire.
+
 2008-06-28 Daigo Moriwaki <daigo at debian dot org>
 
        * [shogi-server]
          - A rating comment line is now written before the first move in a
            record file instead of after the last move, which allows other
            applications watching a game to recognize players in the middle 
-           of the game.
+           of the game. (Closes #12821)
+         - If a player, including a monitor, stuck at the time of sending
+           messages to the wire, which means that the giant lock was locked,
+           it might have prevented other players from processing until
+           timeout occurred. This issue has been fixed. (Closes #12555)
 
 2008-06-27 Daigo Moriwaki <daigo at debian dot org>