summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-06 16:04:12 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-06 16:04:12 +0300
commite36866039ac3e45f17595eca13b8b093b63db0c0 (patch)
treea3290020ae6f3a3f6efa4131c0a4833e678117ae
parent2b4fecc8a93722d3cb080edcae436c329641937b (diff)
downloadplus-e36866039ac3e45f17595eca13b8b093b63db0c0.tar.gz
plus-e36866039ac3e45f17595eca13b8b093b63db0c0.tar.bz2
plus-e36866039ac3e45f17595eca13b8b093b63db0c0.tar.xz
plus-e36866039ac3e45f17595eca13b8b093b63db0c0.zip
Change version to 1.1.8.7.
-rw-r--r--ChangeLog10
-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, 16 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index c8c79d491..96897a843 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2011-08-07 New release 1.1.8.7
+ManaPlus:
+fix: player attack animation length.
+fix: random opacity issue in complex sprites in software mode.
+fix: compilation in manaserv mode.
+fix: adjust wait time after pasting text. possible should fix multiply paste issue.
+add: improve perfomance in caching complex sprites in software mode.
+add: improve perfomance with max opacity in software mode.
+add: different keys in edit fields.
+
2011-07-24 New release 1.1.7.24
ManaPlus:
fix: compilation without opengl.
diff --git a/README b/README
index b4f9c1f19..90d368360 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.7.24 Date: 2011-07-24
+ Version: 1.1.8.7 Date: 2011-08-07
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 755587fda..ab33f1c91 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.7.24 Date: 2011-07-24
+ Version: 1.1.8.7 Date: 2011-08-07
Development team:
- See AUTHORS file for a list
diff --git a/configure.ac b/configure.ac
index 1c5660d69..d893b7e7c 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.1.7.24], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.1.8.7], [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 74f1ac847..8980b0e50 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.7.24" \
+ -DPRODUCT_VERSION="1.1.8.7" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/src/main.h b/src/main.h
index 38b64a367..dbe9b3142 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.7.24"
-#define CHECK_VERSION "01.01.07.24"
+#define SMALL_VERSION "1.1.8.7"
+#define CHECK_VERSION "01.01.08.07"
#define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \