X-Git-Url: http://git.sourceforge.jp/view?p=shogi-server%2Fshogi-server.git;a=blobdiff_plain;f=changelog;h=ec46d83288f51e15bb66cba15b1dac5b7148fe44;hp=c28be61d2c9bb7916d932fb61ae52b32f95c2e3b;hb=ec11b3359a4258d7808036231f959463e8cb608e;hpb=7c643a7ada1bfc2a938fe6bc3541f4cdd1e2aa96;ds=inline diff --git a/changelog b/changelog index c28be61..ec46d83 100644 --- a/changelog +++ b/changelog @@ -1,9 +1,27 @@ +2014-12-27 Daigo Moriwaki + + * [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-18 Daigo Moriwaki * utils/eval_graph.rb: - Gnuplot 4.6.6 drew evaluation-value lines with a dashed style. This issue has now been addressed so that solid lines are used. +2014-11-30 Daigo Moriwaki + + * [mk_html] + - Corrected a url. + 2014-11-24 Daigo Moriwaki * Ruby 2.0: