diff options
author | rh <rh> | 2005-04-08 08:32:40 +0000 |
---|---|---|
committer | rh <rh> | 2005-04-08 08:32:40 +0000 |
commit | a98e8484a69813227228674f2c71196a1d85130e (patch) | |
tree | 37bb4fbee0dc337ef9c2e2dc7442f411275d960f /games | |
parent | 72d973ea988e68c44210aa59c3bb58e0249f33ee (diff) | |
download | pkgsrc-a98e8484a69813227228674f2c71196a1d85130e.tar.gz |
Update cgoban-java to 2.6.11. Notable changes include:
Bugs Fixed
----------
- Icons got screwed up when you used a large font.
- Some windows get scrambled on occasion. Hopefully fixed, hard to
say for sure if all window screwups have the same root cause, but I
know that I fixed at least one such bug.
- Changes to auto-link-underlining code was causing crashes on
some systems.
- Assistants still weren't able to edit MOTD, now it should be
possible.
Features Added
--------------
- Private tells from admins & assistants can no longer be censored.
- Workaround for Java AWT/Swing bug that was making it take extremely
long to load large SGF files when you used Java 1.5. "Extremely" here
means, I left it running for hours, it was still not loaded...well, it
was loaded, but the display of the game map still wasn't done.
- Guests no longer have any rank info at all, so they can be
spotted more easily.
Diffstat (limited to 'games')
-rw-r--r-- | games/cgoban-java/Makefile | 4 | ||||
-rw-r--r-- | games/cgoban-java/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/cgoban-java/Makefile b/games/cgoban-java/Makefile index ed4348adda5..8ebad8d9933 100644 --- a/games/cgoban-java/Makefile +++ b/games/cgoban-java/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2005/03/24 22:50:07 rh Exp $ +# $NetBSD: Makefile,v 1.27 2005/04/08 08:32:40 rh Exp $ # -DISTNAME= cgoban-unix-2.6.10 +DISTNAME= cgoban-unix-2.6.11 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 ce44e84dea0..182dfa0dd3a 100644 --- a/games/cgoban-java/distinfo +++ b/games/cgoban-java/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2005/03/24 22:50:07 rh Exp $ +$NetBSD: distinfo,v 1.21 2005/04/08 08:32:40 rh Exp $ -SHA1 (cgoban-unix-2.6.10.tar.bz2) = b9124cf4eff9c23a8e985ebb4af538b62043df8e -RMD160 (cgoban-unix-2.6.10.tar.bz2) = ae0ba34edf57348e1e73ce444cc197523c80d91a -Size (cgoban-unix-2.6.10.tar.bz2) = 1179204 bytes +SHA1 (cgoban-unix-2.6.11.tar.bz2) = 1f0e67c4dd4f421fa83adbc700e586e46149046d +RMD160 (cgoban-unix-2.6.11.tar.bz2) = b423704050dce15da47142e372663c90d3052cd3 +Size (cgoban-unix-2.6.11.tar.bz2) = 1180079 bytes |