X-Git-Url: http://git.sourceforge.jp/view?p=shogi-server%2Fshogi-server.git;a=blobdiff_plain;f=changelog;h=36fd038bd65064462fde31928d09cdbcb63785d2;hp=10bf44cbc4d7852c5afdfb46629b259af939b39a;hb=8b9a32ec4bc2f96f3f17a39a928847c29da67c05;hpb=498b1897371016e4bc0e303cab43b92a2c0b6e8b diff --git a/changelog b/changelog index 10bf44c..36fd038 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,60 @@ +2012-01-07 Daigo Moriwaki + + * [shogi-server] + - Added shogi_server/compatible.rb, which implements compatible + methods and allows Ruby 1.8.7 to run the server. + - test/TC_floodgate.rb failed with Ruby 1.8.7. This issue has + been fixed. + - test/TC_uchifuzume.rb did not run with Ruby 1.8.7. This issue + has been fixed. + - test/TC_league.rb failed with Ruby 1.8.7. This issue has been + fixed. + * README: + - Both Ruby 1.9.3 and 1.8.7 are supported. + +2012-01-06 Daigo Moriwaki + + * [shogi-server] + - test/TC_logger.rb depeneded on a specific directory where it was + running on. This issues has been fixed. + +2012-01-01 Daigo Moriwaki + + * [shogi-server] + - shogi_server/floodgate.rb: Generating next time around the new + year day by reading configuration files did not work correctly. + This issue has been fixed. + +2011-12-18 Daigo Moriwaki + + * [sohgi-server] + - shogi_server/board.rb, piece.rb: Refactoring to cache OU pieces, + which was inspired by 81SquareShogi-server's change + (74b24b88c843f1dd767412475b117481d1d5e8eb). + - Added shogi-server-profile to take profile of shogi-server. + * [mk_rate] [mk_game_results] + - Supports Ruby 1.9.3. + +2011-12-12 Daigo Moriwaki + + * [shogi-server] + - Support Ruby 1.9.3. + - Result of test/benchmark.rb + - Environment: + - CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ + - RAM: 4GB + - OS: Debian Squeeze + - ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] + - ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux] + - Server: ruby1.8 (or ruby1.9.1) ./shogi-server hoge 4000 + - Clients: ruby1.8 (or ruby1.9.1) -d ./benchmark.rb + csa/wdoor+floodgate-900-0+gps_normal+gps_l+20100507120007.csa 20 + - Scores in seconds: (the smaller, the better) + clients + 1.8.7 1.9.3 + server 1.8.7 20 sec 21 sec + 1.9.3 26 sec 27 sec + 2010-10-06 Daigo Moriwaki * [shogi-server]