OSDN Git Service

Correct Docker's repository name
[shogi-server/shogi-server.git] / changelog
index c7c1c52..03d8ff5 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,26 @@
+2016-11-26  Daigo Moriwaki <daigo at debian dot org>
+
+       * [shogi-server] Allow to customize maximum lenght of a login indentifier
+         (Closes #36821)
+         - The current maximum length of a login identifier is 32. Some
+           private uses require longer player names to distinguish each other
+           by specifying randomly generated tokens. It would of help to add a
+           new command line option --max-identifier to overwrite the default
+           maximum length.
+       * Build a Docker image for Shogi-server
+         (Closes #36822)
+         - Build a Docker image
+             % make image-build
+         - Running a local shogi-server would look like
+             % docker pull shogiserver/shogiserver
+             % docker run -p 4081:4081 -v `pwd`/logs:/logs shogiserver/shogiserver
+
+2016-04-09  Daigo Moriwaki <daigo at debian dot org>
+
+       * utils/eval_graph.rb
+         - Support Fischer time control.
+       * [shogi-server] Bump up the revision to 20160409.
+
 2016-04-02  Daigo Moriwaki <daigo at debian dot org>
 
        * [shogi-server] Support Fischer Time Control
@@ -20,6 +43,7 @@
          - Kifu files can include the following comment for Fischer Time
            Control:
            - "'Increment:<n>"
+       * [shogi-server] Fix some lint warnings.
 
 2015-12-13  Daigo Moriwaki <daigo at debian dot org>