diff options
author | adam <adam@pkgsrc.org> | 2010-09-11 14:19:56 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-09-11 14:19:56 +0000 |
commit | 40b3ec45e2e502524a7cf524744ae82af9b17040 (patch) | |
tree | f1d112a5aafd757768a5f022e9e0ad8c561ee238 /games/freeciv-share | |
parent | 6aeb9189ff5aca25e6d1faccd141ec0882cb2d9f (diff) | |
download | pkgsrc-40b3ec45e2e502524a7cf524744ae82af9b17040.tar.gz |
Changes 2.2.2:
* Fixed crash bugs.
* GTK2 client - improved city dialog.
* GTK2 client - made interface more usable on netbook class displays.
* GTK2 client - improved city bar.
* Fixed bug where two bases could not be built on the same tile on the same
turn.
* Allowed settler and worker units in custom rulesets to become veterans.
* Fixed bug where an editor window was displayed on startup.
* Fixed bug where settler/worker progress was lost upon loading a saved game.
* Fixed bug where the effect of the Great Wall wonder was not limited to units
in cities.
* Added current city size to "needs an improvement to grow further" messages.
* Removed outdated and unused debian watch file.
* Changed name prefix of savefiles from civgame to freeciv.
* Added deep ocean graphics to some bundled tilesets.
* Updated translations: Ukrainian, Catalan, French, British English, Swedish,
Spanish, Italian
Diffstat (limited to 'games/freeciv-share')
-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 afa781be11a..e8904dad83c 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.37 2010/06/21 07:53:14 spz Exp $ +# $NetBSD: Makefile.common,v 1.38 2010/09/11 14:19:56 adam Exp $ # used by games/freeciv-share/Makefile # used by games/freeciv-client/Makefile # used by games/freeciv-server/Makefile DISTNAME= freeciv-${FC_VERS} -FC_VERS= 2.2.1 +FC_VERS= 2.2.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freeciv/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/freeciv-share/distinfo b/games/freeciv-share/distinfo index 4b49c3b4dc4..c919f1b2c37 100644 --- a/games/freeciv-share/distinfo +++ b/games/freeciv-share/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2010/06/21 07:53:14 spz Exp $ +$NetBSD: distinfo,v 1.24 2010/09/11 14:19:56 adam Exp $ -SHA1 (freeciv-2.2.1.tar.bz2) = f9d141a04e447a57f4fc001dbd789d92717735e4 -RMD160 (freeciv-2.2.1.tar.bz2) = d6d3fd99946e339b63b6e2cfc0e365e8228dc142 -Size (freeciv-2.2.1.tar.bz2) = 33400493 bytes +SHA1 (freeciv-2.2.2.tar.bz2) = b306374d5e2e118393b23ff9a0b1a8d391b36c82 +RMD160 (freeciv-2.2.2.tar.bz2) = 42714e95f1839592a79a2b60ee64bc58bbe512e8 +Size (freeciv-2.2.2.tar.bz2) = 33904671 bytes SHA1 (patch-aa) = 3bba77ca58321390945cba22a7b2d82e59cf00f7 SHA1 (patch-ab) = ed68854ebea91f1b289a328e86f323cefe3faff8 SHA1 (patch-ac) = 4748562b4db37ec7d9b855a8531efb01875825d9 |