summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog17
-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, 23 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 302db3bb9..52e08dde2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+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
+fix: rare crash with reconnecting to different servers.
+fix: color for /me messages in wood theme.
+fix: crash in char autocomplete if no active tab in chat window.
+fix: bold chat/npc text correction.
+add: allow close npc dialog if script stopped with error.
+add: clear outfit option in outfits context menu.
+add: ability to test graphics and sound perfomance and stability.
+Shortcut ManaPlus (test). Need close all other ManaPlus instances.
+add: chat command /dumpt to dump last test values.
+add: addiitional checks for unsecure chars combinations in players nicks.
+add: allow use item replacment with empty from value.
+This mean replace from any value.
+add: remove "> Next" message from npc dialogs.
+
2011-12-25 New release 1.1.12.25
fix: increasing log file if client disconnected from network.
fix: memory leak in evol online list.
diff --git a/README b/README
index 2c043395e..b0f0394a1 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.12.25 Date: 2011-12-25
+ Version: 1.2.1.8 Date: 2012-01-08
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 4982c709e..2f9700820 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.12.25 Date: 2011-12-25
+ Version: 1.2.1.8 Date: 2012-01-08
Development team:
- See AUTHORS file for a list
diff --git a/build/packwin b/build/packwin
index 873d7a123..7d09414c7 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.1.12.25" \
+ -DPRODUCT_VERSION="1.2.1.8" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 291c82258..16b222908 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.1.12.25], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.2.1.8], [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 5b4eb5c63..924d316b2 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.1.12.25"
-#define CHECK_VERSION "01.01.12.25"
+#define SMALL_VERSION "1.2.1.8"
+#define CHECK_VERSION "01.02.01.08"
#ifdef HAVE_CONFIG_H
#include "../config.h"