summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-01-21 17:06:26 +0300
committerAndrei Karas <akaras@inbox.ru>2012-01-21 17:06:26 +0300
commitbfeaa863d1ddca4a9e7f428f155cfffc8f3d2bd5 (patch)
treeaecf2c1438a4cd03218de2a7243d301b9a9c3643
parent30c7f7c0e0d3f5801e968077237103ee0dfadf7b (diff)
downloadplus-bfeaa863d1ddca4a9e7f428f155cfffc8f3d2bd5.tar.gz
plus-bfeaa863d1ddca4a9e7f428f155cfffc8f3d2bd5.tar.bz2
plus-bfeaa863d1ddca4a9e7f428f155cfffc8f3d2bd5.tar.xz
plus-bfeaa863d1ddca4a9e7f428f155cfffc8f3d2bd5.zip
Change version to 1.2.1.22
-rw-r--r--ChangeLog13
-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, 19 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 52e08dde2..cf8c29553 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2012-01-22 New release 1.2.1.22
+fix: bad update hosts handling.
+fix: possible crashes.
+fix: player name checking in logging.
+fix: default shortcuts window size.
+fix: player and mob hp bar in evol server.
+fix: mouse pickup logic.
+fix: adding double attributes to status window.
+fix: ambient layer drawing in safe opengl mode.
+add: increase resize and moving areas in shortcut window and other similar windows.
+add: friends tab in social window.
+add: load all servers from list in server dialog.
+
2012-01-08 New release 1.2.1.8
fix: -s command line parameter.
fix: restore GL_PACK_ALIGNMENT after creating screenshots in opengl modes
diff --git a/README b/README
index b0f0394a1..995b0cda8 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.1.8 Date: 2012-01-08
+ Version: 1.2.1.22 Date: 2012-01-22
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 2f9700820..28a0ddd92 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.1.8 Date: 2012-01-08
+ Version: 1.2.1.22 Date: 2012-01-22
Development team:
- See AUTHORS file for a list
diff --git a/build/packwin b/build/packwin
index 7d09414c7..d855cf534 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.1.8" \
+ -DPRODUCT_VERSION="1.2.1.22" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 16b222908..7b1afbdaf 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.2.1.8], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.2.1.22], [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 924d316b2..541296d22 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.1.8"
-#define CHECK_VERSION "01.02.01.08"
+#define SMALL_VERSION "1.2.1.22"
+#define CHECK_VERSION "01.02.01.22"
#ifdef HAVE_CONFIG_H
#include "../config.h"