summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog16
-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, 23 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b7f634a9..047a331c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2012-04-01 New release 1.2.4.1
+fix: validate assigned keys on load.
+fix: animated tiles drawing in opengl modes.
+fix: copy to clipboard.
+fix: chat item links.
+fix: online list auto update after error.
+fix: outfits items adding/removing.
+add: multi language help.
+add: protect autocomplete from evil nicks.
+add: theme blacknblack (kook).
+add: redesign input handling.
+add: extend xml animation tags.
+add: autohide buttons on top right corner.
+add: autohide chat window if inactive (disabled by default).
+add: remove packet limits for changing direction.
+
2012-03-18 New release 1.2.3.18
fix: minimaps scrolling with moving camera.
fix: context menu in outfits window.
diff --git a/README b/README
index b0de5d8d4..cdf6b5679 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.3.18 Date: 2012-03-18
+ Version: 1.2.4.1 Date: 2012-04-01
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index aa69a8554..3a0f6f508 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.3.18 Date: 2012-03-18
+ Version: 1.2.4.1 Date: 2012-04-01
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index fcc2f3d7e..3c522e650 100755
--- a/build/packevol
+++ b/build/packevol
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \
- -DPRODUCT_VERSION="1.2.3.18" \
+ -DPRODUCT_VERSION="1.2.4.1" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index 160b55396..5491395b5 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.2.3.18" \
+ -DPRODUCT_VERSION="1.2.4.1" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 6487b02c4..1ff9a7d90 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.2.3.18], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.2.4.1], [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 8a14a2190..a628b3953 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.3.18"
-#define CHECK_VERSION "01.02.03.18"
+#define SMALL_VERSION "1.2.4.1"
+#define CHECK_VERSION "01.02.04.01"
#ifdef HAVE_CONFIG_H
#include "../config.h"