OSDN Git Service

Merge branch 'wdoor-stable'
authorDaigo Moriwaki <daigo@debian.org>
Mon, 12 Jan 2015 11:48:51 +0000 (20:48 +0900)
committerDaigo Moriwaki <daigo@debian.org>
Mon, 12 Jan 2015 11:48:51 +0000 (20:48 +0900)
Conflicts:
changelog

1  2 
changelog

diff --cc changelog
+++ b/changelog
@@@ -1,11 -1,21 +1,29 @@@
+ 2014-12-27  Daigo Moriwaki <daigo at debian dot org>
+       * [shogi-server]
+         - When a non-rated player participates in Floodgate, the following exception
+           was thrown and a Floodgate game would not start:
+             undefined method `[]' for nil:NilClass
+             ["/home/shogi-server/www/x/shogi_server/pairing.rb:499:in `block
+             in calculate_diff_with_penalty'"
+           This issue has been resolved. Only players who have player ID
+           (i.e. those who log in with valid password) are now allowed to
+           participate in Floodgate as the spec web page
+           [http://shogi-server.sourceforge.jp/rating.html] describes.
 +2014-12-23  Daigo Moriwaki <daigo at debian dot org>
 +
 +      * [shogi-server]
 +        - Addressed Ruby incompatibility on ShogiServer::Usi::alphabetToDan.
 +          It (and usiToCsa.rb) did not work with Ruby 1.9.3. This issue
 +          has now been fixed.
 +          Thanks to Hiraoka-san for debugging.
 +
+ 2014-11-30  Daigo Moriwaki <daigo at debian dot org>
+       * [mk_html]
+         - Corrected a url.
  2014-11-24  Daigo Moriwaki <daigo at debian dot org>
  
        * Ruby 2.0: