OSDN Git Service

* [shogi-server]
[shogi-server/shogi-server.git] / changelog
index 8a3bb9f..f394f70 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,89 @@
+2008-06-28 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - A rating comment line is now written before the first move in a
+           record file instead of after the last move, which allows other
+           applications watching a game to recognize players in the middle 
+           of the game.
+
+2008-06-27 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         -  Pairing players might not have shuffled players because of
+            poor shuffling algorithm. This issue has been fixed.
+            (Closes: #12661)
+
+2008-06-25 Daigo Moriwaki <daigo at debian dot org>
+
+       * [players_graph.rb]
+         - Check invalid arguments. (Closes: #12856)
+
+2008-06-23 Daigo Moriwaki <daigo at debian dot org>
+
+       * [mk_rate]
+         - Added a new option: --fixed-rate and --fixed-rate-player
+           whose rate always results in that rate. (Closes: #12800)
+
+2008-06-06 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - The source has been splited to multiple sub files.
+         - The program now depends on rubygems and activesupport.
+         - The program can reload the source files on the flight, by
+           sending a HUP signal to the server.
+         - The server log will be rotated daily.
+
+2008-05-18 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server]
+         - Last game results (win or lose) of x1 players were not
+           available on the next game. This issue has been fixed.
+           Thanks to Tomoyuki Kaneko for debugging.
+         - For draw games, "'rating" line in a .csa file was 
+           wrong (meaningless). This issue has been fixed.
+
+2008-05-16 Daigo Moriwaki <daigo at debian dot org>
+
+       * [news]
+         - The repository has been converted from CVS to Subversion.
+
+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 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.
+
+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.
+
+2008-04-22 Daigo Moriwaki <daigo at debian dot org>
+
+       * [mk_html]
+         - When YSS was not rated on the wdoor mode, wrong rate24 scores
+           were displayed. This issue has been fixed. Now YSS absence 
+           results in "N/A".
+
 2008-04-21 Daigo Moriwaki <daigo at debian dot org>
 
        * [mk_rate]