summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-28 13:31:55 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-28 13:31:55 +0300
commitadb88538515a039c447643a73a73a32a59ac1214 (patch)
treeeb589b3083037ac4bb02779139f932c8cb1115e4
parente6c5216c091f5aa38354617d4b2b4f6981325ad2 (diff)
downloadplus-adb88538515a039c447643a73a73a32a59ac1214.tar.gz
plus-adb88538515a039c447643a73a73a32a59ac1214.tar.bz2
plus-adb88538515a039c447643a73a73a32a59ac1214.tar.xz
plus-adb88538515a039c447643a73a73a32a59ac1214.zip
Change version to 1.5.3.28.v1.5.3.28
-rw-r--r--ChangeLog14
-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, 23 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 976e72729..7dd41bd36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2015-03-28 New release 1.5.3.28
+fix: crash in setting gm flag (hercules).
+fix: timeout disconnect from login server (hercules).
+fix: crash if switch character with opened storage window.
+fix: same servers update in servers list with different server type.
+fix: monster context menu item "remove from attack list".
+fix: chat tabs visibility in some cases.
+fix: memory leak in map loading.
+add: chat command to show equpped hat in chat. Command /hat.
+add: show exp and job based on special packet (hercules).
+add: show in pet and homunculus popup intimacy and hungry numbers (hercules)
+add: impliment skill deletetion (hercules).
+add: for each skill own levelup and deletion particle effect.
+
2015-03-14 New release 1.5.3.14
fix: skills display is some cases.
fix: donw request warp names (hercules).
diff --git a/README b/README
index 9bd75423b..606018193 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.3.14 Date: 2015-03-14
+ Version: 1.5.3.28 Date: 2015-03-28
Development team:
- See AUTHORS file for a list
diff --git a/README.md b/README.md
index ba9d2428b..1a7b50f02 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
-Version: 1.5.3.14 Date: 2015-03-14
+Version: 1.5.3.28 Date: 2015-03-28
###Development team:
- See [AUTHORS](AUTHORS) file for a list
diff --git a/README.txt b/README.txt
index 599c9e831..947610c24 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.3.14 Date: 2015-03-14
+ Version: 1.5.3.28 Date: 2015-03-28
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 33a197074..5e5591cb9 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.3.14" \
+ -DPRODUCT_VERSION="1.5.3.28" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index e3e24da0c..a9128ed79 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.3.14" \
+ -DPRODUCT_VERSION="1.5.3.28" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 10bda85e5..96979d2fb 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.3.14" \
+ -DPRODUCT_VERSION="1.5.3.28" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 97a6db8a5..551f8b63b 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.5.3.14], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.5.3.28], [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 eec636074..8939beb72 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.3.14"
-#define CHECK_VERSION "01.05.03.14"
+#define SMALL_VERSION "1.5.3.28"
+#define CHECK_VERSION "01.05.03.28"
#ifdef HAVE_CONFIG_H
#include "../config.h"