Author: ivanovic
Date: Sat Jun 23 20:21:20 2007
New Revision: 18419
URL: http://svn.gna.org/viewcvs/wesnoth?rev=18419&view=rev
Log:
bumped version to 1.3.4+svn and changed server ports
Modified:
trunk/changelog
trunk/config.h.dummy
trunk/configure.ac
trunk/data/_main.cfg
trunk/players_changelog
trunk/src/wesconfig.h
Modified: trunk/changelog
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=18419&r1=18418&r2=18419&view=diff
==============================================================================
--- trunk/changelog (original)
+++ trunk/changelog Sat Jun 23 20:21:20 2007
@@ -1,3 +1,5 @@
+Version 1.3.4+svn:
+
Version 1.3.4:
* campaigns
* Two Brothers
Modified: trunk/config.h.dummy
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/config.h.dummy?rev=18419&r1=18418&r2=18419&view=diff
==============================================================================
--- trunk/config.h.dummy (original)
+++ trunk/config.h.dummy Sat Jun 23 20:21:20 2007
@@ -9,17 +9,17 @@
#define PACKAGE_NAME "Battle for Wesnoth"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "Battle for Wesnoth 1.3.4"
+#define PACKAGE_STRING "Battle for Wesnoth 1.3.4+svn"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "wesnoth"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.3.4"
+#define PACKAGE_VERSION "1.3.4+svn"
/* Version number of package */
-#define VERSION "1.3.4"
+#define VERSION "1.3.4+svn"
/* The default server for this version */
-#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org:15000"
+#define WESNOTH_DEFAULT_SERVER "server.wesnoth.org:14998"
Modified: trunk/configure.ac
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/configure.ac?rev=18419&r1=18418&r2=18419&view=diff
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sat Jun 23 20:21:20 2007
@@ -6,10 +6,10 @@
AC_PREREQ([2.57])
-define([WESNOTH_VERSION],[1.3.4])
+define([WESNOTH_VERSION],[1.3.4+svn])
dnl define([DEFAULT_SERVER],[server.wesnoth.org])
-define([DEFAULT_SERVER],[server.wesnoth.org:15000])
+define([DEFAULT_SERVER],[server.wesnoth.org:14998])
AC_INIT([Battle for Wesnoth], WESNOTH_VERSION, [EMAIL PROTECTED], [wesnoth])
Modified: trunk/data/_main.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/_main.cfg?rev=18419&r1=18418&r2=18419&view=diff
==============================================================================
--- trunk/data/_main.cfg (original)
+++ trunk/data/_main.cfg Sat Jun 23 20:21:20 2007
@@ -37,11 +37,11 @@
[game_config]
[server]
name=_"Official Wesnoth Server"
- address=server.wesnoth.org:15000
+ address=server.wesnoth.org:14998
[/server]
[server]
name=_"Alternate Wesnoth Server"
- address=games.tuxfamily.org:15000
+ address=games.tuxfamily.org:14998
[/server]
base_income=2
Modified: trunk/players_changelog
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/players_changelog?rev=18419&r1=18418&r2=18419&view=diff
==============================================================================
--- trunk/players_changelog (original)
+++ trunk/players_changelog Sat Jun 23 20:21:20 2007
@@ -1,6 +1,23 @@
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.3.4+svn:
+ * Campaigns
+
+ * Campaigns
+
+ * Language and translations
+ * Updated translations:
+
+ * Map editor
+
+ * User interface
+
+ * Unit changes and balancing
+
+ * Miscellaneous and bugfixes
+
Version 1.3.4:
* Campaigns
@@ -17,19 +34,19 @@
Sovereign and another one into a Slurbow for variety .
* In "The Lost General", fixed the bug that made the undead leader unable
to recruit.
- * The Rise of Wesnoth
- * The outlaws in the campaign (not elsewhere in the game) can now level up
- to level 3.
- * Added 2 extra turns to finish "Temple of the Deep" on all difficulties.
- * Eastern Invasion
- * The difficulty of "Northern Outpost" has been reduced by making the
- villages spawn less outlaws.
- * Changed the way Owaec joins the protagonist in "Two Paths". Now he keeps
- all the XP he might get in "Northern Outpost".
- * Descent into Darkness
- * The unknown unit type (Royal Swordsman) bug in "Forever and ever, amen",
- the bug that made the Foolish Heroes all have 30 hitpoints and a broken
- dialog in the same scenario have all been fixed.
+ * The Rise of Wesnoth
+ * The outlaws in the campaign (not elsewhere in the game) can now level
up
+ to level 3.
+ * Added 2 extra turns to finish "Temple of the Deep" on all difficulties.
+ * Eastern Invasion
+ * The difficulty of "Northern Outpost" has been reduced by making the
+ villages spawn less outlaws.
+ * Changed the way Owaec joins the protagonist in "Two Paths". Now he
keeps
+ all the XP he might get in "Northern Outpost".
+ * Descent into Darkness
+ * The unknown unit type (Royal Swordsman) bug in "Forever and ever,
amen",
+ the bug that made the Foolish Heroes all have 30 hitpoints and a broken
+ dialog in the same scenario have all been fixed.
* Graphics
* Changed how the edges of the map are drawn, making small maps display
Modified: trunk/src/wesconfig.h
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/wesconfig.h?rev=18419&r1=18418&r2=18419&view=diff
==============================================================================
--- trunk/src/wesconfig.h (original)
+++ trunk/src/wesconfig.h Sat Jun 23 20:21:20 2007
@@ -4,7 +4,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#else
-# define VERSION "1.3.4"
+# define VERSION "1.3.4+svn"
# define PACKAGE "wesnoth"
# ifndef LOCALEDIR
# define LOCALEDIR "translations"
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits