diff options
author | rh <rh@pkgsrc.org> | 2004-10-29 07:19:16 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-10-29 07:19:16 +0000 |
commit | d48b3b5196f7aa72cb1f29f7a6c9d7a5bac74bee (patch) | |
tree | 16d5be472f5fb82e083e434c8a762fb6dc353b1b /games/cgoban-java | |
parent | fcf023fd72046a7979c5ad0886be7bb1d2507874 (diff) | |
download | pkgsrc-d48b3b5196f7aa72cb1f29f7a6c9d7a5bac74bee.tar.gz |
Update cgoban-java to 2.6.6.
Changes from version 2.6.5 to 2.6.6 (Released 2004-10-27)
Bugs Fixed
----------
S - Fixed a server bug that would sometimes make it crash on shutdown
(luckily the crash would happen after all data needed had been written
out, so it was harmless but annoying.)
C13 - Got the "change whose move" control working again.
C13 - Added a tool tip for the "no chats" button.
C13 - Fixed rating system issue. Broke rating system in the
process. Ranks are now much too stable. Sorry, will be fixed when possible.
S - When the teacher leaves, the chat mode of the game will now revert
to normal.
S - Added tests to ensure that game state only changes when game mutex
is held (server crash looks like it was caused by a game changing
state when mutex wasn't held).
C13 - No longer tells you how to upgrade an applet when you are using a
non-applet client.
S - Fixed a bug that caused several crashes recently (caused a loop in
the linked list of clients needing data written).
Features Added
--------------
S - Added throttling of comments sent to teachers in moderated mode.
S,C13 - You can now undo in tournaments, but only when you are marking
stones dead.
Diffstat (limited to 'games/cgoban-java')
-rw-r--r-- | games/cgoban-java/Makefile | 4 | ||||
-rw-r--r-- | games/cgoban-java/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/cgoban-java/Makefile b/games/cgoban-java/Makefile index 1541babf99a..b7ab7ca8947 100644 --- a/games/cgoban-java/Makefile +++ b/games/cgoban-java/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2004/09/24 10:58:18 rh Exp $ +# $NetBSD: Makefile,v 1.22 2004/10/29 07:19:16 rh Exp $ # -DISTNAME= cgoban-unix-2.6.5 +DISTNAME= cgoban-unix-2.6.6 PKGNAME= ${DISTNAME:S/unix/java/} CATEGORIES= games java MASTER_SITES= http://kgs.kiseido.com/ diff --git a/games/cgoban-java/distinfo b/games/cgoban-java/distinfo index 4d60bc713c8..85e527a94d0 100644 --- a/games/cgoban-java/distinfo +++ b/games/cgoban-java/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2004/09/24 10:58:18 rh Exp $ +$NetBSD: distinfo,v 1.15 2004/10/29 07:19:16 rh Exp $ -SHA1 (cgoban-unix-2.6.5.tar.bz2) = 207a42a59d810bf6349cd77c7ddae1db34f96bfb -Size (cgoban-unix-2.6.5.tar.bz2) = 1092066 bytes +SHA1 (cgoban-unix-2.6.6.tar.bz2) = a3ca9e31e708bedfbb4399a9e13d96da7c46a2dc +Size (cgoban-unix-2.6.6.tar.bz2) = 1098430 bytes |