OSDN Git Service

Pairing classes are located in a separate source file.
[shogi-server/shogi-server.git] / changelog
index 9252759..c19a1e6 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,16 +1,48 @@
-2008-02-04 Daigo Moriwaki <daigo at debian dot org>
+2008-02-14 Daigo Moriwaki <daigo at debian dot org>
 
        * [shogi-server]
-         - In the daemon mode, if the specified directory was a relative
-           path, the server could fail to start with a permission denied
-           error. This issue has been fixed. The path is interpreted as 
-           an absolute path before switching to daemon. 
+         - Added a new pairing variation, Swiss-like style. Winners at the
+           prevous games (his/her point of view, not the server's) are 
+           paired first, and then the others are matched. This is the 
+           default option now.
+         - Pairing classes are located in a separate source file,
+           pairing.rb. The file is 'load'ed each time to be used,
+           meaning that modifying the code will be applied to a running
+           server.
+         - You can specify a single player who will be out of pairing
+           when there are odd players waiting for Floodgate.
+
+2008-02-13 Daigo Moriwaki <daigo at debian dot org>
 
-       * [webserver]
+       * [shogi-server]
+         - When there are odd players wating for Floodgate, the random
+           pairing deletes the player who has ever played the most games.
+
+2008-02-08 Daigo Moriwaki <daigo at debian dot org>
+
+       * [ml_html]
+         - For the Not-Yet-Rated group, those who have not connected
+           recently are not listed.
+       * [shogi-server]
+         - Floodgate's thread checks the current time each 10 secs.
+
+2008-02-05 Daigo Moriwaki <daigo at debian dot org>
+
+       * [mk_rate] [mk_html]
+         - Display not-yet-rated players as well.
+       * [mk_html]
+         - Use Yahoo! UI Library.
+
+2008-02-04 Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server] [webserver]
          - In the daemon mode, if the specified directory was a relative
            path, the server could fail to start with a permission denied
            error. This issue has been fixed. The path is interpreted as 
            an absolute path before switching to daemon. 
+         - In the daemon mode, a wrong process id was written in 
+           '--pid-file'. This issue has been fixed. Also, the pid file
+           will be removed when the server shuts down.
 
 2008-02-03 Daigo Moriwaki <daigo at debian dot org>