cleanup players_changelog (alphabetical sorting of categories, ...)

bump version to 1.7.4
This commit is contained in:
Nils Kneuper 2009-08-30 17:31:32 +00:00
parent b670bc945d
commit 8325cac06a
4 changed files with 18 additions and 17 deletions

View file

@ -1,4 +1,4 @@
Version 1.7.3+svn:
Version 1.7.4:
* AI:
* Formula AI debugger (uses -new-widgets)
* New 'debug()' formula function

View file

@ -6,7 +6,7 @@
AC_PREREQ([2.60])
define([WESNOTH_VERSION],[1.7.3+svn])
define([WESNOTH_VERSION],[1.7.4])
define([WESNOTH_BUGS],[http://bugs.wesnoth.org])
AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, WESNOTH_BUGS, [wesnoth])

View file

@ -2,9 +2,16 @@ This is meant to be a concise list of player-visible changes (very minor
changes may be omitted). For a complete list of changes, see the main
changelog: http://svn.gna.org/viewcvs/*checkout*/wesnoth/trunk/changelog
Version 1.7.3+svn:
Version 1.7.4:
* AI:
* Fixed crashes and infinite loops on AI turn
* Fixed crashes and infinite loops on AI turn.
* Campaigns
* Legend of Wesmere
* Scenario 3 was completely redesigned.
* Fixed wrong or unclear scenario objectives.
* Scenario 16: Reduced the number of wolf riders.
* Graphics:
* New portraits for Ancient Wose, Ruffian, Master-at-arms, Naga
Warrior/Myrmidon, Grand Knight, Merman Hunter.
@ -13,27 +20,21 @@ Version 1.7.3+svn:
* New base frame and animations for Inferno Drake, Fire Drake.
* Music and sound
* "Journey's End" from Mattias Westlund
* "Over the Northern Mountains" from Mattias Westlund
* Horn signal sound effects
* Campaigns
* Legend of Wesmere
* Scenario 3 redesigned
* Fixed wrong or unclear scenario objectives
* Scenario 16: Reduced the number of wolf riders
* Added "Journey's End" from Mattias Westlund.
* Added "Over the Northern Mountains" from Mattias Westlund.
* Added Horn signal sound effects.
* Language and translations:
* Updated translations: Chinese (Traditional), German, Lithuanian, Russian,
Serbian.
* User interface:
* Removed the hotkey to enable/disable mouse scrolling
* Units
* New weapon names for a number of drake attacks to account for changes to
the sprites.
* User interface:
* Removed the hotkey to enable/disable mouse scrolling
Version 1.7.3:
* Campaigns:

View file

@ -25,7 +25,7 @@
#ifdef VERSION
#undef VERSION
#endif
#define VERSION "1.7.3+svn"
#define VERSION "1.7.4"
#ifndef PACKAGE
#define PACKAGE "wesnoth"