OSDN Git Service

In a case of the Errno::ECONNRESET error, the error is correctly logged to the server...
[shogi-server/shogi-server.git] / changelog
index 39131eb..3ef2cd9 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,4 +1,16 @@
-2009-07-29 Daigo Moriwaki <daigo at debian dot org>
+2009-11-08 Daigo Moriwaki <daigo at debian dot org>
+
+       * [mk_rate]
+         - Split a pre-process collecting game results from csa files into
+           a new command, mk_game_results. Now, Generating players.yaml
+           requires two steps as follows:
+             % ./mk_game_results dir_of_csa_files > 00list
+             % ./mk_rate 00list > players.yaml
+             or
+             % ./mk_game_results dir_of_csa_files | ./mk_rate > players.yaml 
+           (Closes: #19454)
+
+2009-08-06 Daigo Moriwaki <daigo at debian dot org>
 
        * [shogi-server]
          - A experimental new feature, codenamed Buoy: it allows players to
@@ -26,7 +38,7 @@
              ex. %%DELETEBUOY buoy_foo-900-0
              - game_name is the buoy game name that was created.
            + %%GETBUOYCOUNT <game_name>
-             Show a current count of the buoy game or zero for non-existing
+             Show a current count of the buoy game or -1 for non-existing
              games.