summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-04-30 03:21:28 +0300
committerAndrei Karas <akaras@inbox.ru>2011-04-30 03:21:28 +0300
commit4d3bafdeb5a57f82487c14fded48dcfece98ae4c (patch)
treeddc4224d9be1cd46cc94f6d9b27dc5b6d2d70a4a
parentdd46c744a74a3ecbb782d5d59c807bcea88d2365 (diff)
downloadplus-4d3bafdeb5a57f82487c14fded48dcfece98ae4c.tar.gz
plus-4d3bafdeb5a57f82487c14fded48dcfece98ae4c.tar.bz2
plus-4d3bafdeb5a57f82487c14fded48dcfece98ae4c.tar.xz
plus-4d3bafdeb5a57f82487c14fded48dcfece98ae4c.zip
Change version to 1.1.5.1
-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 1ecd3f277..b8b0d53ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2011-05-01 New release 1.1.5.1
+ManaPlus:
+fix: some controls draw issue in SDL software mode.
+fix: map objects drawing. (incompotable with tmw maps).
+fix: default values for new configurations.
+add: away log.
+add: attack filter.
+new tab in social window.
+new chat commands /addattack, /removeattack, /addignoreattack, /addpriorityattack
+add: reset yellow bar context menu item.
+add: spec file for rpm distros (mageia).
+
+Mana:
+add: music fadeout.
+
2011-04-17 New release 1.1.4.17
ManaPlus:
fix: add to trade menu item in inventory context menu.
diff --git a/README b/README
index f8e134908..e2f56f95b 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.4.17 Date: 2011-04-17
+ Version: 1.1.5.1 Date: 2011-05-01
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 3b3aa7bef..11b0ec8d0 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.4.17 Date: 2011-04-17
+ Version: 1.1.5.1 Date: 2011-05-01
Development team:
- See AUTHORS file for a list
diff --git a/configure.ac b/configure.ac
index 80f844289..79531379d 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.1.4.17], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.1.5.1], [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 c35d29cee..6095f39f3 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.4.17" \
+ -DPRODUCT_VERSION="1.1.5.1" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/src/main.h b/src/main.h
index aeb27d7e8..883c7a9d5 100644
--- a/src/main.h
+++ b/src/main.h
@@ -89,8 +89,8 @@
//define DEBUG_FONT_COUNTERS 1
//define DEBUG_ALPHA_CACHE 1
-#define SMALL_VERSION "1.1.4.17"
-#define CHECK_VERSION "01.01.04.17"
+#define SMALL_VERSION "1.1.5.1"
+#define CHECK_VERSION "01.01.05.01"
#define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \