summaryrefslogtreecommitdiff
path: root/games/cgoban-java/Makefile
diff options
context:
space:
mode:
authormason <mason@pkgsrc.org>2003-04-07 19:19:58 +0000
committermason <mason@pkgsrc.org>2003-04-07 19:19:58 +0000
commit453e2734c83f2dd60ccc5c36a9146384ad106300 (patch)
treedf00e7566b5234ddfe19272114dd58ae68cfb861 /games/cgoban-java/Makefile
parent0faf0d737b45f308d18cd10fc9fa557c9af67601 (diff)
downloadpkgsrc-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! *******************************************************************************
Diffstat (limited to 'games/cgoban-java/Makefile')
-rw-r--r--games/cgoban-java/Makefile4
1 files changed, 2 insertions, 2 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