summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-11 11:59:24 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-11 11:59:24 +0300
commit965a6f15cb19e74ff8a9c242a2539fc6f56b227a (patch)
tree96c75cb7e6e35ee1b88a81e18e42451777008c34
parentc757bf80478dd5e4e40a6c24b436954ab498a855 (diff)
downloadplus-965a6f15cb19e74ff8a9c242a2539fc6f56b227a.tar.gz
plus-965a6f15cb19e74ff8a9c242a2539fc6f56b227a.tar.bz2
plus-965a6f15cb19e74ff8a9c242a2539fc6f56b227a.tar.xz
plus-965a6f15cb19e74ff8a9c242a2539fc6f56b227a.zip
Change version to 1.4.10.11v1.4.10.11
-rw-r--r--ChangeLog23
-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, 31 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 713f64d73..c6f017617 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2014-10-11 New release 1.4.10.11
+fix: portals color on minimap.
+fix: portal names (hercules).
+fix: press on selected button in buttons group.
+fix: add missing disconnect errors.
+fix: creation party name size in social window.
+fix: duplicate numbers in sell dialog.
+fix: input fields detection for action keys rules.
+fix: updates downloading if server not give update server.
+fix: some guild packets (hercules).
+remove: auction bot support.
+add: pets, mercenary, homunculus minimap color.
+add: pages in equipment window.
+add: extend equipment window theming.
+add: player attributes karma, manner.
+add: some missing packets (hercules).
+add: missing attack packets.
+add: missing buy fail reasons.
+add; missing equip, trade error messages.
+add: rename characters if admins allow this (hercules).
+add: missing leave party statuses.
+add: by default disable lazy scrolling.
+
2014-09-27 New release 1.4.9.27
fix: chat creation on hercules.
fix: away mode if was disconnect from server.
diff --git a/README b/README
index a491a8833..a9904f3cc 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.4.9.27 Date: 2014-09-27
+ Version: 1.4.10.11 Date: 2014-10-11
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index ee9c86687..ceced5766 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.4.9.27 Date: 2014-09-27
+ Version: 1.4.10.11 Date: 2014-10-11
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 854c357e1..a0b706662 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.4.9.27" \
+ -DPRODUCT_VERSION="1.4.10.11" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 11497e410..6bba77dbc 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.4.9.27" \
+ -DPRODUCT_VERSION="1.4.10.11" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 6fb8e2ec0..4de39d58a 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.4.9.27" \
+ -DPRODUCT_VERSION="1.4.10.11" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index d3bef00ef..bdb4fb667 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.4.9.27], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.4.10.11], [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 9e989e5be..fbb0d807c 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.4.9.27"
-#define CHECK_VERSION "01.04.09.27"
+#define SMALL_VERSION "1.4.10.11"
+#define CHECK_VERSION "01.04.10.11"
#ifdef HAVE_CONFIG_H
#include "../config.h"