X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=changelog;h=0a39bad8a9c6be6095c13fa53585bc1a1a870218;hb=7c488a1798123f5975d4e617073fa4c7210549cf;hp=6bc7d5e929c60cc5050853d943e367b7fbf74bb9;hpb=2da79bca4e0c25714cc4e7b74fa17f859c83183a;p=shogi-server%2Fshogi-server.git diff --git a/changelog b/changelog index 6bc7d5e..0a39bad 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,26 @@ +2010-08-03 Daigo Moriwaki + + * [shogi-server] + - sample/{check_file.rb,check_time.rb,check_time2.rb,test_time.rb} + Added new files to test an issue where mtime of log files was + earlier than system time. + +2010-07-25 Daigo Moriwaki + + * [shogi-server] + - shogi_server/command.rb: + + For an unknown error command log, an empty line is no longer logged. + + Commands specific to 81Dojo, starting with '%%%', are just + ignored instead of unknown command errors. + - shogi_server.rb: + + Refactoring. Added test/TC_logger.rb to test + ShogiServer::Logger class. + + Fixed race condition: creating a new directory to archive + logs may have caused race condition, which ended up with + making the server unavailable. This issue has been fixed. + - shogi-server: + + Improved fault tolerance of the server. + 2010-07-23 Daigo Moriwaki * [shogi-server]