diff options
author | adam <adam@pkgsrc.org> | 2005-09-27 09:37:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-09-27 09:37:32 +0000 |
commit | 9e3525792c96d526fa7756206a02b2f146c3a08b (patch) | |
tree | 25867ddb1042b8ebd56d1e4c6a1dfa05fb66d9b1 /games | |
parent | b1ae2810570ad74e37a01e49610d62c263ccb1e4 (diff) | |
download | pkgsrc-9e3525792c96d526fa7756206a02b2f146c3a08b.tar.gz |
Changes 2.0.6:
- Fix some memory leaks.
- Fix some bugs with uploading of CMA parameter data.
- Upload CMA parameter data when the user disconnects mid-turn.
- Include despotism penalty in the middle-mouse tile popup.
- Fix the attack/defend changes in the middle-mouse tile popup.
- Correctly show veteran status in the middle-mouse tile popup.
- Don't allow recursive transporting even if the ruleset allows it.
- Fix bugs with use of the techlevel setting and teams.
- Fix some situations where changing tech targets could erronously cause
bulbs to be lost.
- Work around some bugs with desynchronized team research.
- Remove some duplicate/unnecessary messages.
- Fix a possible crash with the debug command.
- In the GTK-2 client, show the LAN tab by default (rather than the
metaserver tab).
- In the win32 client, fix some untranslated strings.
- Add a leader unit to the ruleset (for use with the startunits setting).
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv-share/Makefile.common | 4 | ||||
-rw-r--r-- | games/freeciv-share/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common index ef421e4f355..f841ba6ccb7 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.21 2005/09/05 08:18:08 adam Exp $ +# $NetBSD: Makefile.common,v 1.22 2005/09/27 09:37:32 adam Exp $ DISTNAME= freeciv-${FC_VERS} -FC_VERS= 2.0.5 +FC_VERS= 2.0.6 CATEGORIES= games MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \ http://www.freeciv.org/ftp/stable/ \ diff --git a/games/freeciv-share/distinfo b/games/freeciv-share/distinfo index dd97ced74eb..96ba3c81eb5 100644 --- a/games/freeciv-share/distinfo +++ b/games/freeciv-share/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2005/09/05 08:18:08 adam Exp $ +$NetBSD: distinfo,v 1.11 2005/09/27 09:37:32 adam Exp $ -SHA1 (freeciv-2.0.5.tar.bz2) = 0cf1d99379621abeb6f53c811c52c38cef06d0b4 -RMD160 (freeciv-2.0.5.tar.bz2) = 2739905f0786e85131415e59b236552737ed251d -Size (freeciv-2.0.5.tar.bz2) = 8465689 bytes +SHA1 (freeciv-2.0.6.tar.bz2) = 93f0c4fa608003f47b1e29cb3794d34d578e200c +RMD160 (freeciv-2.0.6.tar.bz2) = b06088b0eab9ca931b9eafee9b3a0102751b6ad1 +Size (freeciv-2.0.6.tar.bz2) = 8467831 bytes SHA1 (patch-aa) = 54d4f8298827872350a3e8be791918da50369c19 SHA1 (patch-ab) = 24cb0f428323fd295e61d4fc49e5dfdff7e4615b |