summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-17 14:28:52 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-17 14:28:52 +0300
commiteaa036561c6a504fcc5e3e524c4b785c0c1ad9b4 (patch)
tree2a9860e07bf91d4be02f0dfabddc09515c80b377
parent33c7eb4d3a50bfb20c172952d63696f1480bac04 (diff)
downloadplus-eaa036561c6a504fcc5e3e524c4b785c0c1ad9b4.tar.gz
plus-eaa036561c6a504fcc5e3e524c4b785c0c1ad9b4.tar.bz2
plus-eaa036561c6a504fcc5e3e524c4b785c0c1ad9b4.tar.xz
plus-eaa036561c6a504fcc5e3e524c4b785c0c1ad9b4.zip
Change version to 1.5.1.17.v1.5.1.17
-rw-r--r--ChangeLog18
-rw-r--r--README2
-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
8 files changed, 26 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 40fc6e3e9..3a21f6973 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2015-01-17 New release 1.5.1.17
+fix: char deletion (hercules)
+fix: char deletion if connect to server with password from command line.
+fix: multiply death dialogs.
+fix: player position after warp if source and destination position heighs different.
+add: allow set gender, race, look in char creation (hercules).
+add: sound effects in emotes.
+add: chat command for select general tab (/generaltab)
+add: chat command for select debug tab (/debugtab)
+add: chat command for select battle tab (/battletab)
+add: chat command for select trade tab (/tradetab)
+add: chat command for select lang tab (/langtab)
+add: chat command for select gm tab (/gmtab)
+add: chat command for select party tab (/partytab)
+add: chat command for select guild tab (/guildtab)
+add: for special tabs use channels (hercules)
+remove: support for very old evol servers.
+
2015-01-03 New release 1.5.1.3
fix: chat commands /store, /retreive
fix: chat commands /buy, /sell
diff --git a/README b/README
index 8d773526d..64579ab1b 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.1.3 Date: 2015-01-03
+ Version: 1.5.1.17 Date: 2015-01-17
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 4162cd363..d90e515c0 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.1.3 Date: 2015-01-03
+ Version: 1.5.1.17 Date: 2015-01-17
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index c06568140..54b631bc8 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.1.3" \
+ -DPRODUCT_VERSION="1.5.1.17" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 5feeba9c8..be993bdd1 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.1.3" \
+ -DPRODUCT_VERSION="1.5.1.17" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 21c9ef310..b32d92642 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.1.3" \
+ -DPRODUCT_VERSION="1.5.1.17" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 5a0854a37..7a1259d61 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.5.1.3], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.5.1.17], [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 c4141f532..60f793cdc 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.1.3"
-#define CHECK_VERSION "01.05.01.03"
+#define SMALL_VERSION "1.5.1.17"
+#define CHECK_VERSION "01.05.01.17"
#ifdef HAVE_CONFIG_H
#include "../config.h"