OSDN Git Service

Fix #36822: Build a Docker image for Shogi-server
[shogi-server/shogi-server.git] / changelog
index 8b9121a..0d9c640 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,7 +1,24 @@
+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 run -p 4081:4081 -v `pwd`/logs:/logs shogi-server/shogi-server
+
 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>