summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-13 13:06:33 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-13 13:06:33 +0300
commitba54aed00801d29e4b5b6c77e1aed23a038ba7e6 (patch)
tree4635052592385fb723db5e1f48610ee4fe81b37e
parent7e94b2e59cdabc8f80d3aa456c250954cbf56461 (diff)
downloadplus-1.4.9.14.tar.gz
plus-1.4.9.14.tar.bz2
plus-1.4.9.14.tar.xz
plus-1.4.9.14.zip
Change version to 1.4.9.14.v1.4.9.14
-rw-r--r--ChangeLog18
-rw-r--r--README2
-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
8 files changed, 26 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c84d8030..13ab904fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2014-09-14 New release 1.4.9.14
+fix: heal shorcut action.
+fix: crash with context menu before connecting to game.
+fix: possible issue to connect to map server.
+fix: chat commands in party/guild.
+fix: in hide all windows action dont hide locked windows.
+add: basic support for hercules server.
+add: extend net packets logging.
+add: allow use item color palettes in non evol servers.
+add: allow use unknown skills.
+add: skill types based on it way to use skills.
+add: skill popup with skill stats.
+add: pet emote key action (unassigned).
+add: chat command for set party leader: /setleader (hercules only).
+add: action and chat command for catch pet (hecules only).
+add: chat command for ignore/unignore whispers from individual player.
+Commands: /serverignore, /serverunignore
+
2014-08-30 New release 1.4.8.30
fix: evol desktop file translations.
add: OpenGL 4.5 features detection.
diff --git a/README b/README
index 22869e773..899dbe314 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.4.8.30 Date: 2014-08-30
+ Version: 1.4.9.14 Date: 2014-09-14
Development team:
- See AUTHORS file for a list
diff --git a/README.txt b/README.txt
index 2ff12b2f3..39a9dfe0d 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
THE MANA PLUS CLIENT
===============
- Version: 1.4.8.30 Date: 2014-08-30
+ Version: 1.4.9.14 Date: 2014-09-14
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol
index cfd4554af..763519938 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.4.8.30" \
+ -DPRODUCT_VERSION="1.4.9.14" \
-DEXESUFFIX=/src \
-DUPX=true \
evol.nsi
diff --git a/build/packtmw b/build/packtmw
index d9b152664..3fba6919b 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.4.8.30" \
+ -DPRODUCT_VERSION="1.4.9.14" \
-DEXESUFFIX=/src \
-DUPX=true \
tmw.nsi
diff --git a/build/packwin b/build/packwin
index 5fd954260..0277769e4 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.4.8.30" \
+ -DPRODUCT_VERSION="1.4.9.14" \
-DEXESUFFIX=/src \
-DUPX=true \
setup.nsi
diff --git a/configure.ac b/configure.ac
index 13e43af24..9f3e21731 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([ManaPlus], [1.4.8.30], [akaras@inbox.ru], [manaplus])
+AC_INIT([ManaPlus], [1.4.9.14], [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 04e9cb6be..b7aab9201 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.4.8.30"
-#define CHECK_VERSION "01.04.08.30"
+#define SMALL_VERSION "1.4.9.14"
+#define CHECK_VERSION "01.04.09.14"
#ifdef HAVE_CONFIG_H
#include "../config.h"