OSDN Git Service

Support multiple clients to test.
[shogi-server/shogi-server.git] / changelog
index 66b4cd3..2af9b67 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,8 +1,18 @@
 2010-07-25  Daigo Moriwaki <daigo at debian dot org>
 
        * [shogi-server]
-         - shogi_server.rb: Refactoring. Added test/TC_logger.rb to test
-           ShogiServer::Logger class.
+         - 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 <daigo at debian dot org>