bump version to 1.7.10-1.8beta3

This commit is contained in:
Nils Kneuper 2009-12-13 15:16:02 +00:00
parent 59286249da
commit 1ac24d612a
4 changed files with 19 additions and 19 deletions

View File

@ -1,4 +1,4 @@
Version 1.7.9+svn:
Version 1.7.10-1.8beta3:
* Graphics:
* Added attack icon for Drake Ram attack, and for UtBS's Giant Ant.
* Language and i18n:
@ -12,20 +12,20 @@ Version 1.7.9+svn:
* Fix bug #14859: [time_area] created by event are not saved
* Allow modifications to change unit ellipse
* Miscellaneous and bugfixes:
* Fix bug #14865: move+attack into hex with ambusher causes crash
* Shorter "Initializing Display" phase when staying in same campaign/MP
* Optimize AI recruitement and movement phases
* Add hotkey support for gui2
* Remove spurious hover error messages
* Fix the gui2 unit tests
* Reduced header dependencies
* Fix the addon upload script to include the translate flag (patch #1387)
* Added a new gui2 timer engine
* Converted the hover tooltips to use the new timer engine
* MP lobby refresh to the new timer engine
* Change Drake Flare and Flameheart weapon names to match new weapons
* Add a minimap cache for gui2
* Add a new super class for the button
* Added a new gui2 timer engine
* Add hotkey support for gui2
* Change Drake Flare and Flameheart weapon names to match new weapons
* Converted the hover tooltips to use the new timer engine
* Fix bug #14865: move+attack into hex with ambusher causes crash
* Fix the addon upload script to include the translate flag (patch #1387)
* Fix the gui2 unit tests
* MP lobby refresh to the new timer engine
* Optimize AI recruitement and movement phases
* Reduced header dependencies
* Remove spurious hover error messages
* Shorter "Initializing Display" phase when staying in same campaign/MP
Version 1.7.9-beta2:
* AI:

View File

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

View File

@ -2,7 +2,7 @@ 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.9+svn:
Version 1.7.10-1.8beta3:
* Graphics:
* Added attack icon for Drake Ram attack, and for UtBS's Giant Ant.
@ -11,14 +11,14 @@ Version 1.7.9+svn:
Lithuanian, Polish, Portuguese (Brazil), Russian, Serbian, Slovak.
* User interface:
* Don't reserve space for scrollbars in message dialogs.
* Ctrl-f for fullscreen works again in the MP lobby.
* Don't reserve space for scrollbars in message dialogs.
* Resizing the MP lobby no longer crashes randomly
* Units
* Decreased the speed of the dwarvish scout line by one.
* Reduced the movecosts over frozen terrain for the dwarvish scout line.
* Change Drake Flare and Flameheart weapon names to match new weapons.
* Decreased the speed of the dwarvish scout line by one.
* Reduced the movecosts over frozen terrain for the dwarvish scout line.
Version 1.7.9-1.8beta2:

View File

@ -23,7 +23,7 @@
#ifdef VERSION
#undef VERSION
#endif
#define VERSION "1.7.9+svn"
#define VERSION "1.7.10-1.8beta3"
#ifndef PACKAGE
#define PACKAGE "wesnoth"