summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog15
-rw-r--r--README2
-rw-r--r--README.txt2
-rwxr-xr-xconfigure.ac2
-rwxr-xr-xpackwin2
-rw-r--r--src/main.h4
6 files changed, 21 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index cd355e5f7..86806b887 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2011-07-10 New release 1.1.7.10
+ManaPlus:
+fix: char deletion
+fix: improve speed.
+fix: improve speed in software mode.
+fix: some memory leaks.
+fix: music fadeout.
+fix: crash in reconnecting to servers.
+add: make script for MacOS with fink.
+add: updated mplus and libiration fonts.
+add: player statuses: enabled shop, away and inactive mode.
+add: map reduce mode usefull for sftware drawing mode (improving speed).
+add: updated translations.
+add: redesign video tab in settings.
+
2011-06-26 New release 1.1.6.26
ManaPlus:
fix: context menu positions.
diff --git a/README b/README
index de58c68c3..b013ac699 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.6.26 Date: 2011-06-26
+ Version: 1.1.7.10 Date: 2011-07-10
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 3c4cbd072..6fda0e559 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.6.26 Date: 2011-06-26
+ Version: 1.1.7.10 Date: 2011-07-10
Development team:
- See AUTHORS file for a list
diff --git a/configure.ac b/configure.ac
index 9526cf5b8..5875a2325 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.1.6.26], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.1.7.10], [akaras@inbox.ru], [manaplus])
AM_INIT_AUTOMAKE([1.9])
AC_CONFIG_HEADERS([config.h:config.h.in])
AC_LANG_CPLUSPLUS
diff --git a/packwin b/packwin
index a730088b7..7e6a86dd7 100755
--- a/packwin
+++ b/packwin
@@ -5,7 +5,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \
- -DPRODUCT_VERSION="1.1.6.26" \
+ -DPRODUCT_VERSION="1.1.7.10" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/src/main.h b/src/main.h
index 46e198790..b6915ef77 100644
--- a/src/main.h
+++ b/src/main.h
@@ -91,8 +91,8 @@
//define DEBUG_ALPHA_CACHE 1
//define DEBUG_OPENGL_LEAKS 1
-#define SMALL_VERSION "1.1.6.26"
-#define CHECK_VERSION "01.01.06.26"
+#define SMALL_VERSION "1.1.7.10"
+#define CHECK_VERSION "01.01.07.10"
#define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \