OSDN Git Service

Merge remote-tracking branch 'origin/wdoor-stable'
authorDaigo Moriwaki <daigo@debian.org>
Sat, 13 Dec 2014 07:28:41 +0000 (16:28 +0900)
committerDaigo Moriwaki <daigo@debian.org>
Sat, 13 Dec 2014 07:28:41 +0000 (16:28 +0900)
Conflicts:
changelog

1  2 
changelog
shogi-server

diff --cc changelog
+++ b/changelog
@@@ -1,22 -1,11 +1,30 @@@
+ 2014-11-24  Daigo Moriwaki <daigo at debian dot org>
+       * Ruby 2.0:
+         - Ruby 2.0.0 or later is recommended to use with shogi-server
+           since Ruby 1.8 reached its End-of-Life on the end of July, 2014.
+       * [shogi-server]
+         - Addressed a warning of duplicated range in a regular expression.
 +2014-10-13  Daigo Moriwaki <daigo at debian dot org>
 +
 +      * [shogi-server]
 +        - A player, attempting to login with the current live player
 +          stalling for more than a day, can forcibly override the current
 +          player.
 +        - Kifu record files now includes rating scores of players at the
 +          time when games start.  Previously, for rating games, a record
 +          file includes player IDs of both players with a line starting with
 +          "'rating".  Now it also shows rating scores for players who have
 +          valid scores.  The formats for black and white players are as
 +          follows:
 +            'black_rate:<player_id>:<score>
 +            'white_rate:<player_id>:<score>
 +          A sample output:
 +            'rating:Test_sente+275876e34cf609db118f3d84b799a790:Test_gote+275876e34cf609db118f3d84b799a790
 +            'black_rate:Test_sente+275876e34cf609db118f3d84b799a790:2763.0
 +            'white_rate:Test_gote+275876e34cf609db118f3d84b799a790:2345.0
 +
  2014-07-19  Daigo Moriwaki <daigo at debian dot org>
  
        * [mk_rate]
diff --cc shogi-server
Simple merge