OSDN Git Service

- Give default values to BasicPlayer, which fixed undefined
[shogi-server/shogi-server.git] / changelog
index 781f0d9..ddedf6f 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,21 +1,32 @@
+2008-05-13 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - Floodgate's thread could cause an error when players.yaml was
+           cleared by another program (mk_rate). This issue has been 
+           fixed.
+         - Give default values to BasicPlayer, which fixed undefined 
+           method error in Pairing.
+
 2008-05-10 Daigo Moriwaki <daigo at debian dot org>
 
        * [shogi-server]
-       - The server could not recognize uchifuzume as an illegal move.
-         This bug has been fixed.
+         - The server could not recognize uchifuzume as an illegal move.
+           This bug has been fixed.
+         - The server crashed by an undefined method error.
+           This issue has been fixed.
 
 2008-05-05 Daigo Moriwaki <daigo at debian dot org>
 
        * [shogi-server]
-       - .csa files will be located in a sub directory such as
-         "2008/05/05/*.csa". Thease days, we have many games in a day. 
-         This change will help users browse a file list.
+         - .csa files will be located in a sub directory such as
+           "2008/05/05/*.csa". Thease days, we have many games in a day. 
+           This change will help users browse a file list.
 
 2008-05-03 Daigo Moriwaki <daigo at debian dot org>
 
        * [mk_html]
-       - Show players who have accessed in the last 30 minutes with 
-         different colors.
+         - Show players who have accessed in the last 30 minutes with 
+           different colors.
 
 2008-04-22 Daigo Moriwaki <daigo at debian dot org>