X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=changelog;h=1e6ecc73b16e1a6656781a32204216c5f678b683;hb=d5c37909235b893a556f8777cd587cb2f80bb01b;hp=aa466bd563e9ceb8e039b4a1a70676f7682423e8;hpb=a5b7ef9cf9271c991cc4a57ceec767c146d5516a;p=shogi-server%2Fshogi-server.git diff --git a/changelog b/changelog index aa466bd..1e6ecc7 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,68 @@ +2009-06-15 Daigo Moriwaki + + * [shogi-server] + - When a Gote player AGREEd a new game and then a Sente player + logged out (LOGOUT), the Gote incorrectly received a LOGOUT message + from the server. Since Gote's state was not AGREEd or STARTed yet, + the Gote should be REJECTed. This issue has been fixed. + (Closes: #17335) + +2009-06-14 Daigo Moriwaki + + * [shogi-server] + - The Board could not recognize a certain pattern of + Oute-Sennichite. This issue has been fixed. + (Closes: #13966) + +2009-03-22 Daigo Moriwaki + + * [utils/correct-bug14635.rb] + - Added a new file. This program corrects illegal lines introduced + by the #14635 bug. + +2009-03-07 Daigo Moriwaki + + * [csa-file-filter] + - Improved performance. + +2009-02-15 Daigo Moriwaki + + * [shogi-server] + - A duplicated comment that is the one of the previous (or older) + move might be erroneously recorded in a csa file. This issue has + been fixed. (Closes: #15080) + +2009-02-11 Daigo Moriwaki + + * [utils/csa-filter.rb] + - Added a new file. This program filters CSA files. + +2009-02-01 Daigo Moriwaki + + * [shogi-server] + - The shogi-server records csa files of games in an illegal + format. This issue has been fixed. (Closes: #14635) + - A ##[MONITOR] command for showing a game result such as %TORYO + was not correct. This issue has been fixed. + +2009-01-13 Daigo Moriwaki + + * [shogi-server] + - It failed to proccess a game result, OuteKaihiMoreWin where a + checked king does not escape. This issue has been fixed. + +2009-01-02 Daigo Moriwaki + + * [shogi-server] + - shogi_server/timeout_queue.rb: the timeout parameter of the + constructor was not respected erroneously. This issue + has been fixed. + - shogi_server/players.rb: When a player was finishing with its + write socket broken, there was a chance that the thread of the + player in the giant lock had to wait for a long time (about 20 + seconds), which might cause threads of other players stop and + time out. (Closes: #14469) + 2008-12-30 Daigo Moriwaki * [mk_html]