summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-10-29 15:44:21 +0300
committerAndrei Karas <akaras@inbox.ru>2011-10-29 15:44:21 +0300
commitdbe7df424ce015248d8c58976ec381fa8b84e3de (patch)
tree92ca3a6f0293a7645441a6becdd87f7464e38bee
parent4480fe712df4bbe3e4d37185bd40ea266f445646 (diff)
downloadplus-dbe7df424ce015248d8c58976ec381fa8b84e3de.tar.gz
plus-dbe7df424ce015248d8c58976ec381fa8b84e3de.tar.bz2
plus-dbe7df424ce015248d8c58976ec381fa8b84e3de.tar.xz
plus-dbe7df424ce015248d8c58976ec381fa8b84e3de.zip
Change version to 1.1.10.30.
-rw-r--r--ChangeLog11
-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, 17 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 463e48933..f1158ae7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-10-30 New release 1.1.10.30
+ManaPlus:
+fix: disable autofix position for archer mode.
+fix; hide password from packets log.
+fix: replace tags without item id in items.xml.
+fix: protect trades from some kind of abusing.
+add: chat commands to use server side ignore for whispers:
+Commands: /serverignoreall and /serverunignoreall
+add: command for dump graphics and some other settings to chat.
+Command: /dumpg
+
2011-10-16 New release 1.1.10.16
ManaPlus:
fix: particle effects Y position.
diff --git a/README b/README
index ad106569c..fd3bcf6fd 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.10.16 Date: 2011-10-16
+ Version: 1.1.10.30 Date: 2011-10-30
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 268a7b0c7..846685c60 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.1.10.16 Date: 2011-10-16
+ Version: 1.1.10.30 Date: 2011-10-30
Development team:
- See AUTHORS file for a list
diff --git a/build/packwin b/build/packwin
index 81920b9fa..a817b5d4b 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.10.16" \
+ -DPRODUCT_VERSION="1.1.10.30" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 3c4b8d011..f718e7318 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([ManaPlus], [1.1.10.16], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.1.10.30], [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 548c3283f..63db481a5 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.10.16"
-#define CHECK_VERSION "01.01.10.16"
+#define SMALL_VERSION "1.1.10.30"
+#define CHECK_VERSION "01.01.10.30"
#ifdef HAVE_CONFIG_H
#include "../config.h"