diff options
author | adam <adam@pkgsrc.org> | 2006-04-15 09:30:45 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-04-15 09:30:45 +0000 |
commit | 2c03068740ab653818210001e05ce06b8440ac49 (patch) | |
tree | b7cd329dc97aac9217a0669cdc177422fc9039dd /games/freeciv-client | |
parent | f70bb8ca5d236a6b3bf60ea04bd87a911cdcbd4d (diff) | |
download | pkgsrc-2c03068740ab653818210001e05ce06b8440ac49.tar.gz |
Changes 2.0.8:
- Simplification of pubserver authentication system, and other
pubserver-related changes.
- Fix problems with some strings in some languages on windows.
- Fix a potential desynchronization bug when establishing connections.
- Fix a potential crash when reading packets (CVE-2006-0047).
- Fix some bugs allowing illegal rehoming of units.
- Allow loading of savegames created by Freeciv 2.1.
- Allow client goto into unknown tiles.
- Fix a set of crashes likely to happen with the XAW client on
64-bit systems.
- Fix a bug that allowed unlimited incoming airlifts.
Diffstat (limited to 'games/freeciv-client')
-rw-r--r-- | games/freeciv-client/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/freeciv-client/Makefile b/games/freeciv-client/Makefile index bd92ce069ba..b70e2c78374 100644 --- a/games/freeciv-client/Makefile +++ b/games/freeciv-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2006/02/05 23:09:14 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2006/04/15 09:30:46 adam Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} -PKGREVISION= 2 COMMENT= Freeciv client with Xaw interface DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share |