summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-18 14:47:55 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-18 14:47:55 +0300
commitdf866e62698d44dacc423a29a4a127017f1e11f6 (patch)
tree570d6f17fed7d5da82b4ce3258172bb676ec8c6a
parent210f855b66ba8b30a54019d5b850748892d4bfac (diff)
downloadplus-df866e62698d44dacc423a29a4a127017f1e11f6.tar.gz
plus-df866e62698d44dacc423a29a4a127017f1e11f6.tar.bz2
plus-df866e62698d44dacc423a29a4a127017f1e11f6.tar.xz
plus-df866e62698d44dacc423a29a4a127017f1e11f6.zip
Change version to 1.2.8.19.
-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 95f3ef084..0bf63de90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2012-08-19 New release 1.2.8.19
+fix: enable italian translation.
+fix: remember checkbox in login dialog.
+fix: background in buy/sell dialogs.
+fix: possible crash.
+add: extend theming.
+add: extend outfits to 4x4 cells and add equip button.
+add: connect button to edit server dialog.
+add: units separator.
+by default space is separator.
+add: sounds for new/complete quests.
+add: hightlight gms in online list with color and letters (GM).
+add: enable best video mode autodetection under linux.
+add: enable FBO under windows.
+add: npc cycle select.
+
2012-08-05 New release 1.2.8.5
fix: colors in speech buuble.
fix: emote shortcuts default size.
diff --git a/README b/README
index 004e00368..814c42f86 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.8.5 Date: 2012-08-05
+ Version: 1.2.8.19 Date: 2012-08-19
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 24bfef3ec..3a8a373bd 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.2.8.5 Date: 2012-08-05
+ Version: 1.2.8.19 Date: 2012-08-19
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index acb58ea4c..15a40f986 100755
--- a/build/packevol
+++ b/build/packevol
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.2.8.5" \
+ -DPRODUCT_VERSION="1.2.8.19" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packwin b/build/packwin
index 7bea9872b..115d011ef 100755
--- a/build/packwin
+++ b/build/packwin
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.2.8.5" \
+ -DPRODUCT_VERSION="1.2.8.19" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index c2eee342a..7268ee1e8 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.2.8.5], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.2.8.19], [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 7a4f7fd13..d3b588b63 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.8.5"
-#define CHECK_VERSION "01.02.08.05"
+#define SMALL_VERSION "1.2.8.19"
+#define CHECK_VERSION "01.02.08.19"
#ifdef HAVE_CONFIG_H
#include "../config.h"