summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-12-24 15:03:39 +0300
committerAndrei Karas <akaras@inbox.ru>2011-12-24 15:03:39 +0300
commit25d24557ed6410ce607fe3ee4560816625170c3d (patch)
tree439ce5204a9ed3f50c8c7c42e3df54aa461244aa
parent901b3ae6982ca3a978ee314829462830d3a68e3b (diff)
downloadplus-25d24557ed6410ce607fe3ee4560816625170c3d.tar.gz
plus-25d24557ed6410ce607fe3ee4560816625170c3d.tar.bz2
plus-25d24557ed6410ce607fe3ee4560816625170c3d.tar.xz
plus-25d24557ed6410ce607fe3ee4560816625170c3d.zip
Change version to 1.1.12.25v1.1.12.25
-rw-r--r--ChangeLog12
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
6 files changed, 18 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 561216655..302db3bb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2011-12-25 New release 1.1.12.25
+fix: increasing log file if client disconnected from network.
+fix: memory leak in evol online list.
+fix: enter some chars in inventory input box.
+fix: some rare used packets.
+fix: dont load move type from configuration file.
+fix: create char dialog size.
+fix: wrong auto adjusting perfomance after sleep mode.
+add: last login time in char selection dialog.
+add: update mplus font.
+add: move target cursors to themes.
+
2011-12-11 New release 1.1.12.11
fix: draw damage part on hp bar.
fix: recursive directory creation on windows.
diff --git a/README b/README
index 3c0aaf967..2c043395e 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.12.11 Date: 2011-12-11
+ Version: 1.1.12.25 Date: 2011-12-25
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index c5251f9e4..4982c709e 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.12.11 Date: 2011-12-11
+ Version: 1.1.12.25 Date: 2011-12-25
Development team:
- See AUTHORS file for a list
diff --git a/build/packwin b/build/packwin
index 077104227..873d7a123 100755
--- a/build/packwin
+++ b/build/packwin
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \
- -DPRODUCT_VERSION="1.1.12.11" \
+ -DPRODUCT_VERSION="1.1.12.25" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index bc6106248..291c82258 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.1.12.11], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.1.12.25], [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 8d6b531fd..c772bf6d7 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.1.12.11"
-#define CHECK_VERSION "01.01.12.11"
+#define SMALL_VERSION "1.1.12.25"
+#define CHECK_VERSION "01.01.12.25"
#ifdef HAVE_CONFIG_H
#include "../config.h"