summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-24 16:34:13 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-24 16:34:13 +0300
commit248aa66d1065b99ae8b138ef7929f1573c56f79b (patch)
tree1977cb53f3b674626ab7c11e68a91ed39760c3ff
parentac6f2491d6891b1fd90c2a9768f95ab42bbae517 (diff)
downloadplus-1.6.9.24.tar.gz
plus-1.6.9.24.tar.bz2
plus-1.6.9.24.tar.xz
plus-1.6.9.24.zip
Change verstion to 1.6.9.24v1.6.9.24
-rw-r--r--ChangeLog10
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--README.txt2
-rwxr-xr-xbuild/packevol2
-rwxr-xr-xbuild/packtmw2
-rwxr-xr-xbuild/packwin2
-rwxr-xr-xconfigure.ac2
-rw-r--r--src/main.h4
9 files changed, 19 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index c38573a7f..aed244f5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2016-09-24 New release 1.6.9.24
+fix: bold links hightlight.
+fix: some rare memory leaks.
+fix: not try insert intems into each other in legacy servers.
+fix: reading keys from configuration.
+add: support for fake and remove packets xml file.
+add: drag and drop into shop window.
+add: allow drag most windows by used parts.
+add: extend outfits window menu.
+
2016-09-10 New release 1.6.9.10
fix: file handlers leak.
fix: running command in chat if not tab selected.
diff --git a/README b/README
index 4772d9838..a1d97210e 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.6.9.10 Date: 2016-09-10
+ Version: 1.6.9.24 Date: 2016-09-24
Build status:
https://gitlab.com/manaplus/manaplus/badges/master/build.svg
diff --git a/README.md b/README.md
index e8a4803ec..0d7a36306 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![ManaPlus logo](data/icons/manaplus.png)
-Version: 1.6.9.10 Date: 2016-09-10
+Version: 1.6.9.24 Date: 2016-09-24
### Build status
diff --git a/README.txt b/README.txt
index 9caf2cef0..bb74786f0 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.6.9.10 Date: 2016-09-10
+ Version: 1.6.9.24 Date: 2016-09-24
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index dad2f7af1..80d96f223 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.6.9.10" \
+ -DPRODUCT_VERSION="1.6.9.24" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index 4b3572828..0820aaefd 100755
--- a/build/packtmw
+++ b/build/packtmw
@@ -7,7 +7,7 @@ dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
- -DPRODUCT_VERSION="1.6.9.10" \
+ -DPRODUCT_VERSION="1.6.9.24" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index d7d14c71d..2537e484f 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.6.9.10" \
+ -DPRODUCT_VERSION="1.6.9.24" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index e3f7f0a13..7962c75c6 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.6.9.10], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.6.9.24], [akaras@inbox.ru], [manaplus])
AM_INIT_AUTOMAKE([1.9])
AC_LANG_CPLUSPLUS
diff --git a/src/main.h b/src/main.h
index d30dcf238..a224d97af 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.6.9.10"
-#define CHECK_VERSION "01.06.09.10"
+#define SMALL_VERSION "1.6.9.24"
+#define CHECK_VERSION "01.06.09.24"
#ifdef HAVE_CONFIG_H
#include "../config.h"