diff options
author | mason <mason@pkgsrc.org> | 2003-04-07 19:19:58 +0000 |
---|---|---|
committer | mason <mason@pkgsrc.org> | 2003-04-07 19:19:58 +0000 |
commit | 453e2734c83f2dd60ccc5c36a9146384ad106300 (patch) | |
tree | df00e7566b5234ddfe19272114dd58ae68cfb861 | |
parent | 0faf0d737b45f308d18cd10fc9fa557c9af67601 (diff) | |
download | pkgsrc-453e2734c83f2dd60ccc5c36a9146384ad106300.tar.gz |
Update to cgoban-java 2.4.59. (We had 2.4.57.)
Change log, from kgs.kiseido.com:
*******************************************************************************
Changes from version 2.4.58 to 2.4.59
Bugs Fixed
----------
C13 - Fixed look & feel of user list combo box in challenge window.
C13 - Fixed score outputs; no longer calls both players white.
C13 - Can't talk to the bar separating buddies from non-buddies any more.
C13 - ctrl-click on a board should work now even when you are not playing.
C13 - Fixed a bug that would only let you edit private rooms once.
Features Added
--------------
C13 - Can now set buddy & censored by using the "view user info" window.
*******************************************************************************
Changes from version 2.4.57 to 2.4.58 (Released Feb. 28, 2003)
Bugs Fixed
----------
S - When you decline a challenge from a guest, your game no longer
becomes free.
C13 - Users who are not allowed in a room can no longer join games in
the room by going through one of the game owner's game lists.
C13 - Fixed minor i18n bug in the game info window.
S - Changed default Japanese komi to 6.5.
S - Fixed massively complicated "crash the server by scoring a
demonstration game that has an edited node in it, going back to the
edited node, erasing a stone which is dead at end of game, then going
back to end of game and marking a different stone dead" bug.
S - Made it possible to load private demo games in which you were
neither of the original players.
C13, S - No time limit is now represented in SGF as no "TM" parameter
at all, as per the standard, instead of using "TM[]".
C13 - No longer reverses all variations when editing locally.
Features Added
--------------
C13 - Add "Quench" checkbox for lecture games.
C13 - Add a "~" in the challenge window if your opponent doesn't play
against weaker players.
C13 - Ctrl-click on board now pastes the board location into your
comment box.
C13 - Buddy lists.
C13 - Leaving messages for users who aren't logged in.
C13 - When a challenge window pops to front, it tries to make sure
none of the "OK", "Cancel", etc. buttons has focus, so you don't
accidentally act on a challenge if you are typing as somebody sends
you one!
*******************************************************************************
-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 b2c1d697b18..f8326517042 100644 --- a/games/cgoban-java/Makefile +++ b/games/cgoban-java/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/01/28 08:36:58 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2003/04/07 19:19:58 mason Exp $ # -DISTNAME= cgoban-unix-2.4.57 +DISTNAME= cgoban-unix-2.4.59 PKGNAME= ${DISTNAME:S/unix/java/} WRKSRC= ${WRKDIR}/cgoban CATEGORIES= games diff --git a/games/cgoban-java/distinfo b/games/cgoban-java/distinfo index b0feac5d380..e63ca4ea4a1 100644 --- a/games/cgoban-java/distinfo +++ b/games/cgoban-java/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/01/28 08:36:59 jlam Exp $ +$NetBSD: distinfo,v 1.3 2003/04/07 19:19:58 mason Exp $ -SHA1 (cgoban-unix-2.4.57.tar.bz2) = b31fdfae29a611ee8ab066176b22d4c23b631983 -Size (cgoban-unix-2.4.57.tar.bz2) = 807479 bytes +SHA1 (cgoban-unix-2.4.59.tar.bz2) = 45c8a25fda8a37d9cbd7d0b1723c904b64abde48 +Size (cgoban-unix-2.4.59.tar.bz2) = 863012 bytes |