summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packtmw2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
9 files changed, 21 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 91a368181..976e72729 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2015-03-14 New release 1.5.3.14
+fix: skills display is some cases.
+fix: donw request warp names (hercules).
+fix: show chat message from hidden player (hercules).
+fix: dont try enable guild bot on servers with native guilds.
+fix: hair color after reordering sprites (hercules).
+fix: dont read servers list url from configuration.
+fix: show pvp/gvg map modes (hercules).
+add: item links with empty item name.
+add: ride support (hercules).
+add: logging unimplimented packets.
+
2015-02-28 New release 1.5.2.28
fix: dont show empty tooltips in inventory.
fix: drop/store button in inventory.
diff --git a/README b/README
index 3eb8881bd..9bd75423b 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.2.28 Date: 2015-02-28
+ Version: 1.5.3.14 Date: 2015-03-14
Development team:
- See AUTHORS file for a list
diff --git a/README.md b/README.md
index 0162eaa17..ba9d2428b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
-Version: 1.5.2.28 Date: 2015-02-28
+Version: 1.5.3.14 Date: 2015-03-14
###Development team:
- See [AUTHORS](AUTHORS) file for a list
diff --git a/README.txt b/README.txt
index 7e2815b69..599c9e831 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.2.28 Date: 2015-02-28
+ Version: 1.5.3.14 Date: 2015-03-14
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 9376170c0..33a197074 100755
--- a/build/packevol
+++ b/build/packevol
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.5.2.28" \
+ -DPRODUCT_VERSION="1.5.3.14" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index e6a03ae1f..e3e24da0c 100755
--- a/build/packtmw
+++ b/build/packtmw
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.5.2.28" \
+ -DPRODUCT_VERSION="1.5.3.14" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 111bebf70..10bda85e5 100755
--- a/build/packwin
+++ b/build/packwin
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.5.2.28" \
+ -DPRODUCT_VERSION="1.5.3.14" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index f248c8a41..97a6db8a5 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.5.2.28], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.5.3.14], [akaras@inbox.ru], [manaplus])
AM_INIT_AUTOMAKE([1.9])
AC_CONFIG_HEADERS([config.h:config.h.in])
AC_LANG_CPLUSPLUS
diff --git a/src/main.h b/src/main.h
index d76409158..eec636074 100644
--- a/src/main.h
+++ b/src/main.h
@@ -45,8 +45,8 @@
* different interfaces, which have different implementations for each server.
*/
-#define SMALL_VERSION "1.5.2.28"
-#define CHECK_VERSION "01.05.02.28"
+#define SMALL_VERSION "1.5.3.14"
+#define CHECK_VERSION "01.05.03.14"
#ifdef HAVE_CONFIG_H
#include "../config.h"