X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=changelog;h=19a5a8923f4ad120bc261a7042bdd574f7e0d1f8;hb=6150d6fd590bf23c1a2e46be19820de0d3ed5857;hp=cddfb3642902a66742ec3f74610640ecc0022b88;hpb=1b424654d8df4c4c6bc23ce386805a76251d58af;p=shogi-server%2Fshogi-server.git diff --git a/changelog b/changelog index cddfb36..19a5a89 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,49 @@ +2008-10-18 Daigo Moriwaki + + * [utils/eval_graph.rb] + - Display time control graphs as well. + Thanks to Nishimura-san for this idea. + (Closes: #13678) + +2008-10-08 Daigo Moriwaki + + * [shogi-server] + - Ruby 1.8.7 (or later) must be used. Ruby 1.8.6 is not supported. + - Daemon mode is available. + - shogi_server/piece_ky.rb is again merged with + shogi_server/piece.rb, then has been removed. + - Added a test case, TC_usi.rb. + +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] + - Check invalid arguments. (Closes: #12856) + 2008-06-23 Daigo Moriwaki * [mk_rate]