summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog22
-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, 31 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c1f85c83..ad0310734 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2015-11-21 New release 1.5.11.21
+fix: crash with enabled missing status effect.
+fix: scrollbars drawing in jewelry and golden delicious themes.
+fix: dont show empty notifications.
+fix: some skill error messages (hercules)
+fix: char create dialog height.
+fix: not allow registration without email (hercules)
+fix: party invite response (hercules)
+fix: attack animations.
+add: ground skills support (hercules)
+add: skill units support (hercules)
+add: support for casting status effect on ground (hercules)
+add: support for ground skills with text parameter (hercules)
+add: allow use support skills on self (hercules)
+add: slide chat command.
+add: casting animation.
+add: skill popups in shortcuts window.
+add: close button in context menu in minimap and shortcuts windows.
+add: in personal shops in sell dialog show missing items (tmwa only)
+add: update mplus fonts.
+add: features.xml attributes for force account and char gender.
+
2015-11-07 New release 1.5.11.7
fix: not reduce tiles in conditional layers.
fix: cart inventory if it empty.
diff --git a/README b/README
index b75c3815e..27a91c1a2 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.11.7 Date: 2015-11-07
+ Version: 1.5.11.21 Date: 2015-11-21
Development team:
- See AUTHORS file for a list
diff --git a/README.md b/README.md
index ad0e12cfc..11f757724 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![The Mana World logo](data/icons/manaplus.png)
-Version: 1.5.11.7 Date: 2015-11-07
+Version: 1.5.11.21 Date: 2015-11-21
### Development team:
- See [AUTHORS](AUTHORS) file for a list
diff --git a/README.txt b/README.txt
index 603f237cc..3e232d8de 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.5.11.7 Date: 2015-11-07
+ Version: 1.5.11.21 Date: 2015-11-21
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 425eebacd..f927fb338 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.11.7" \
+ -DPRODUCT_VERSION="1.5.11.21" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index c63f0430d..332b1e040 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.11.7" \
+ -DPRODUCT_VERSION="1.5.11.21" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 2410cbfa7..628627b2c 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.11.7" \
+ -DPRODUCT_VERSION="1.5.11.21" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 76e5cba32..2a9f80904 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.5.11.7], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.5.11.21], [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 62eb89783..93d4cf08c 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.11.7"
-#define CHECK_VERSION "01.05.11.07"
+#define SMALL_VERSION "1.5.11.21"
+#define CHECK_VERSION "01.05.11.21"
#ifdef HAVE_CONFIG_H
#include "../config.h"