summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog18
-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, 25 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e1d9dec1..056819a8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2012-12-23 New release 1.2.12.23
+fix: reset in memory password if password was wrong.
+fix: dont show opengl restart mesasge in settings under Android.
+fix: image particles alpha property.
+fix: equipment window selection draw.
+fix: mouse move events under Android.
+fix: possible crash in rename nav point dialog.
+fix: by default disable texture compression.
+add: settings page for onscreen controls.
+add; show trading partner nick in trade error messages.
+add: replace drop down listboxes to popup lists.
+add: different skills for each skill level.
+add: description to skills.
+add: option to disable gamma correction.
+add: new default wallpaper.
+add: option for log input events.
+add: update mplus fonts.
+
2012-12-09 New release 1.2.12.9
fix: relative mouse moving for Android.
fix: show chat history option.
diff --git a/README b/README
index b6ee62c40..9ef656eda 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.12.9 Date: 2012-12-09
+ Version: 1.2.12.23 Date: 2012-12-23
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 12d07babf..0dcbad42f 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.12.9 Date: 2012-12-09
+ Version: 1.2.12.23 Date: 2012-12-23
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index 7e903182b..1397f28d4 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.2.12.9" \
+ -DPRODUCT_VERSION="1.2.12.23" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index 96571029a..e48950bba 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.2.12.9" \
+ -DPRODUCT_VERSION="1.2.12.23" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index c95707293..4281f4f2e 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.2.12.9], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.2.12.23], [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 64b9fcdbd..886f54f12 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.2.12.9"
-#define CHECK_VERSION "01.02.12.09"
+#define SMALL_VERSION "1.2.12.23"
+#define CHECK_VERSION "01.02.12.23"
#ifdef HAVE_CONFIG_H
#include "../config.h"