OSDN Git Service

Added building blocks to test an issue where mtime of log files is earlier that syste...
[shogi-server/shogi-server.git] / changelog
index 66b4cd3..0a39bad 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,8 +1,25 @@
+2010-08-03  Daigo Moriwaki <daigo at debian dot org>
+
+       * [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 <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>