summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-02-16 12:37:03 +0300
committerAndrei Karas <akaras@inbox.ru>2013-02-16 12:37:03 +0300
commit32e7d1c62a7a34156d6ba3bd3f0cd698034085f1 (patch)
treed912e1d385adda548e8755513890689ed98188d7
parente8e4e0d85a7c024d5ccd391170905cb4b35cc37e (diff)
downloadplus-32e7d1c62a7a34156d6ba3bd3f0cd698034085f1.tar.gz
plus-32e7d1c62a7a34156d6ba3bd3f0cd698034085f1.tar.bz2
plus-32e7d1c62a7a34156d6ba3bd3f0cd698034085f1.tar.xz
plus-32e7d1c62a7a34156d6ba3bd3f0cd698034085f1.zip
Change version to 1.3.2.17.
-rw-r--r--ChangeLog29
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
7 files changed, 36 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index d7cc5f870..1adbc7d5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2013-02-17 New release 1.3.2.17
+fix: inventory sorting
+fix: initial setup window resize issue.
+fix: some windows size on small screens.
+fix: onscreen buttons and positions.
+fix: resize issue in online list.
+fix: configuration for onscreen buttons 3 and 4.
+fix: crash with particle effects.
+add: browser support on android.
+add: support for scrolling popup menus.
+add: allow hide yellow bar and hide it by default.
+add: unassign default key for "change move type".
+add: google play url in update message for Android version.
+add: onscreen buttons default size depend on resolution.
+add: extend theming.
+add: adjust on screen buttons positions and padding.
+add: close buttons to some windows.
+add: enable job support by default.
+add: on Android by default hide chat color picker.
+add: dont hide top right buttons on small screens.
+add: browser support in android version.
+add: close buttons to some windows.
+add: enable job support by default.
+add: improve font cache cleaning.
+add: improve network code speed.
+add: https links support.
+add: extend theming.
+add: improve speed.
+
2013-02-03 New release 1.3.2.3
fix: crash on closing before entering into game.
fix: sounds in broken quests (evol only)
diff --git a/README b/README
index e495b49ef..04b73e3a9 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.3.2.3 Date: 2013-02-03
+ Version: 1.3.2.17 Date: 2013-02-17
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 8f19a323a..a9fddd6ab 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.3.2.3 Date: 2013-02-03
+ Version: 1.3.2.17 Date: 2013-02-17
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index c04f44c4a..5a3ea365d 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.3.2.3" \
+ -DPRODUCT_VERSION="1.3.2.17" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index 60f559e66..00f762365 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.3.2.3" \
+ -DPRODUCT_VERSION="1.3.2.17" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 8a9c06a12..a8d751530 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.3.2.3], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.3.2.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 5560e729a..4f6044dd4 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.3.2.3"
-#define CHECK_VERSION "01.03.02.03"
+#define SMALL_VERSION "1.3.2.17"
+#define CHECK_VERSION "01.03.02.17"
#ifdef HAVE_CONFIG_H
#include "../config.h"