OSDN Git Service

../shogi_server/game.rb: mkdir_p will be performed in a global mutex of ShogiServer...
[shogi-server/shogi-server.git] / changelog
index 0a39bad..ca8194b 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,9 +1,15 @@
 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}
+         - 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.
+         - shogi_server/league/floodgate_thread.rb: SetupFloodgate#start
+           now returns an instance correctly.
+         - ../shogi_server.rb, ../shogi_server/util.rb: Refactored
+           mkdir_for to Mkdir.mkdir_for.
+         - ../shogi_server/game.rb: mkdir_p will be performed in a global
+           mutex of ShogiServer::Mkdir.
 
 2010-07-25  Daigo Moriwaki <daigo at debian dot org>