summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-07-07 17:49:24 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-07-07 17:49:24 +0000
commitc514e27292bdf6c9376dfb8712b4b03d112b5a9b (patch)
treeff4cd68a348b1271eb7a07d5be576a7bca2951ba
parentdc3afe4b9b1d12b50d143e3d167ec38990cf2167 (diff)
downloadmana-client-c514e27292bdf6c9376dfb8712b4b03d112b5a9b.tar.gz
mana-client-c514e27292bdf6c9376dfb8712b4b03d112b5a9b.tar.bz2
mana-client-c514e27292bdf6c9376dfb8712b4b03d112b5a9b.tar.xz
mana-client-c514e27292bdf6c9376dfb8712b4b03d112b5a9b.zip
Changes for 0.0.14.1 source and Debian releases.
-rw-r--r--ChangeLog3
-rw-r--r--INSTALL1
-rw-r--r--README2
-rwxr-xr-xconfigure.ac2
4 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ee26ad16..8a6e1e1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+0.0.14.1 (7 July 2005)
+- Fixed two map files not included in the source release
+
0.0.14 (3 July 2005)
- Added action menu (moved trading to action menu)
- Added support for map properties
diff --git a/INSTALL b/INSTALL
index 8cc0e0fb..bde940ce 100644
--- a/INSTALL
+++ b/INSTALL
@@ -22,6 +22,7 @@ and some libraries. The required libraries are:
4) Guichan 0.4.0 http://guichan.sourceforge.net/
5) libxml2 http://www.xmlsoft.org/
6) physfs 1.0.0 http://icculus.org/physfs/
+7) zlib 1.2.x http://www.gzip.org/zlib
If you checked TMW out from CVS you will also need these tools to compile:
diff --git a/README b/README
index a5d27296..8c8d9b0e 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA WORLD
==============
- Version: 0.0.14 Date: 3/7/2005
+ Version: 0.0.14.1 Date: 7/7/2005
Development team:
diff --git a/configure.ac b/configure.ac
index efad0033..78c2f7f6 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([The Mana World], [0.0.14], [umperio@users.sourceforge.net], [tmw])
+AC_INIT([The Mana World], [0.0.14.1], [umperio@users.sourceforge.net], [tmw])
AC_CONFIG_HEADERS([config.h:config.h.in])
AC_LANG_CPLUSPLUS