[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth ./changelog ./config.h.dummy ./configur...
From: |
Pauli Manninen |
Subject: |
[Wesnoth-cvs-commits] wesnoth ./changelog ./config.h.dummy ./configur... |
Date: |
Thu, 14 Oct 2004 13:28:52 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Pauli Manninen <address@hidden> 04/10/14 17:21:37
Modified files:
. : changelog config.h.dummy configure.ac
src : wesconfig.h
Log message:
changelog tweaks
pumped version to 0.8.6
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/changelog.diff?tr1=1.341&tr2=1.342&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/config.h.dummy.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/configure.ac.diff?tr1=1.92&tr2=1.93&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/wesconfig.h.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
Patches:
Index: wesnoth/changelog
diff -u wesnoth/changelog:1.341 wesnoth/changelog:1.342
--- wesnoth/changelog:1.341 Thu Oct 14 07:20:55 2004
+++ wesnoth/changelog Thu Oct 14 17:21:35 2004
@@ -1,5 +1,4 @@
-CVS HEAD:
- * made it so you can't see who owns a village that's under fog of war
+Version 0.8.6:
* user interface tweaks
* graphics improvements:
* leadership frames
@@ -60,6 +59,7 @@
* fixed untranslatable strings in help
* fixed some abilities not being translatable
* fixed holywater bug in 'The Rise of Wesnoth: Cursed Isle'
+ * fixed top toolbar leaking ownership information for villages under fog of
war
* support for bridges ending on water.
* switched using gettext-standard multi-textdomain
* suppressed warnings from msgfmt
Index: wesnoth/config.h.dummy
diff -u wesnoth/config.h.dummy:1.5 wesnoth/config.h.dummy:1.6
--- wesnoth/config.h.dummy:1.5 Tue Oct 5 20:43:30 2004
+++ wesnoth/config.h.dummy Thu Oct 14 17:21:35 2004
@@ -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 0.8.6-CVS"
+#define PACKAGE_STRING "Battle for Wesnoth 0.8.6"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "wesnoth"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.8.6-CVS"
+#define PACKAGE_VERSION "0.8.6"
/* Version number of package */
-#define VERSION "0.8.6-CVS"
+#define VERSION "0.8.6"
/* The default server for this version */
-#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
+#define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org"
Index: wesnoth/configure.ac
diff -u wesnoth/configure.ac:1.92 wesnoth/configure.ac:1.93
--- wesnoth/configure.ac:1.92 Tue Oct 12 10:05:18 2004
+++ wesnoth/configure.ac Thu Oct 14 17:21:35 2004
@@ -5,12 +5,12 @@
#######################################################################
AC_PREREQ([2.57])
-AC_INIT([Battle for Wesnoth], [0.8.6-CVS], address@hidden, [wesnoth])
+AC_INIT([Battle for Wesnoth], [0.8.6], address@hidden, [wesnoth])
dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["server.wesnoth.org"], [The default
server for this version])
dnl AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org"], [The default
server for this version])
AC_DEFINE([WESNOTH_DEFAULT_SERVER], ["devsrv.wesnoth.org:14999"], [The default
server for this version])
-AC_REVISION([$Revision: 1.92 $])
+AC_REVISION([$Revision: 1.93 $])
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([foreign 1.5])
Index: wesnoth/src/wesconfig.h
diff -u wesnoth/src/wesconfig.h:1.7 wesnoth/src/wesconfig.h:1.8
--- wesnoth/src/wesconfig.h:1.7 Thu Oct 7 01:47:34 2004
+++ wesnoth/src/wesconfig.h Thu Oct 14 17:21:37 2004
@@ -4,8 +4,8 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#else
-# define VERSION "0.8.6-CVS"
-# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
+# define VERSION "0.8.6"
+# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org"
# define PACKAGE "wesnoth"
# define LOCALEDIR "po"
#endif
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Wesnoth-cvs-commits] wesnoth ./changelog ./config.h.dummy ./configur...,
Pauli Manninen <=