X-Git-Url: http://git.sourceforge.jp/view?p=shogi-server%2Fshogi-server.git;a=blobdiff_plain;f=changelog;h=6196acab1f85337505fefc4070b770f4e7a07a2d;hp=bf46119f89dfe459e174fc95b8176f7e053cc45a;hb=d1a385928c33bc160b9a2d77994c8f5f4c876fe7;hpb=031c5fcf1f920ab9bf47ad8f3de4d17cb4190313 diff --git a/changelog b/changelog index bf46119..6196aca 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,28 @@ +2008-06-30 Daigo Moriwaki + + * [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 + + * [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 + + * [shogi-server] + - Pairing players might not have shuffled players because of + poor shuffling algorithm. This issue has been fixed. + (Closes: #12661) + 2008-06-25 Daigo Moriwaki * [players_graph.rb]