OSDN Git Service

Debugged the daemon mode
[shogi-server/shogi-server.git] / changelog
index 70b2377..6196aca 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,6 +1,24 @@
+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. (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>
+
+       * [shogi-server]
          -  Pairing players might not have shuffled players because of
             poor shuffling algorithm. This issue has been fixed.
             (Closes: #12661)