diff options
author | rh <rh@pkgsrc.org> | 2004-11-20 05:07:17 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-11-20 05:07:17 +0000 |
commit | d99149d205248ac0f95083b7d7d4b4e13b9c0580 (patch) | |
tree | a57c70e705199913fe67d086a040b5fc7a682fd2 /games/cgoban-java/Makefile | |
parent | c047f6663e98a0f8c8f157cb0b60ae93dae5ff59 (diff) | |
download | pkgsrc-d99149d205248ac0f95083b7d7d4b4e13b9c0580.tar.gz |
Update cgoban-java to 2.6.7. Changes include:
Bugs Fixed
----------
C13 - Got audio test working again.
C13 - Fixed a bug that would let non-subscribers see KGS Plus games.
Features Added
--------------
C13 - Changed escaper system. Chronic escapers now effectively resign
every time that they escape.
C13 - KGS Plus lectures now marked with a "+" instead of a "!".
S - When you are watching a lecture or replay, you will not get the
"You have been idle a long time" warning.
C13 - Added a confirmation dialog for admins when they enter a private
game. From time to time admins have accidentally entered a private
game, not intending to intrude; this will still let them in, but make
sure they don't do it by accident.
W - Made it possible to order KGS Plus as a gift for an account that
you don't have the password of.
S,C13 - Can now record KGS Plus lectures and play them back later.
Diffstat (limited to 'games/cgoban-java/Makefile')
-rw-r--r-- | games/cgoban-java/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/cgoban-java/Makefile b/games/cgoban-java/Makefile index b7ab7ca8947..eb81537e7cf 100644 --- a/games/cgoban-java/Makefile +++ b/games/cgoban-java/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2004/10/29 07:19:16 rh Exp $ +# $NetBSD: Makefile,v 1.23 2004/11/20 05:07:17 rh Exp $ # -DISTNAME= cgoban-unix-2.6.6 +DISTNAME= cgoban-unix-2.6.7 PKGNAME= ${DISTNAME:S/unix/java/} CATEGORIES= games java MASTER_SITES= http://kgs.kiseido.com/ |