diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-09-01 18:57:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-09-01 18:57:04 +0300 |
commit | b3a84191aba47134a45a5ea36efe1d2e662521d5 (patch) | |
tree | 520a7f7dfa1116b8a5bbb70c10c8e361ab1577a0 | |
parent | 7a720016398b0391f92ad3c27132860c2deffa4a (diff) | |
download | plus-b3a84191aba47134a45a5ea36efe1d2e662521d5.tar.gz plus-b3a84191aba47134a45a5ea36efe1d2e662521d5.tar.bz2 plus-b3a84191aba47134a45a5ea36efe1d2e662521d5.tar.xz plus-b3a84191aba47134a45a5ea36efe1d2e662521d5.zip |
Change version to 1.8.9.1
-rw-r--r-- | ChangeLog | 34 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | README.txt | 2 | ||||
-rwxr-xr-x | build/packevol | 2 | ||||
-rwxr-xr-x | build/packtmw | 2 | ||||
-rwxr-xr-x | build/packwin | 2 | ||||
-rwxr-xr-x | configure.ac | 2 | ||||
-rw-r--r-- | src/main.h | 4 |
9 files changed, 43 insertions, 9 deletions
@@ -1,3 +1,37 @@ +2018-09-01 New release 1.8.9.1 +fix: visual issue with used tiles from empty atlases. +fix: hiding deleted temporary skills. +fix: crash with wrong moving paths. +fix: loading commands in text command editor. +fix: some packets. +fix: quotes in some char gm commands. +fix: cross compilation issue. (by Helmut Grohne) +fix: dont allow buy items with amount 0 from market shop types. +fix: moving between slots by keyboard in character select dialog. +fix: sending talk request to npc from menu if npc have not unique names. +fix: split updateprotocol.cpp into parts for less memory usage in compilation. +fix: add possible workaround for realpath overflow. +fix: crash if read corrupted zip archive. +fix: disable errors "in cache other image" due false positives. +add: some new chat emotes. +add: extent chat /use command for support colors and use actions. +add: show warning in servers dialog if software mode selected. +add: gm revive button in death dialog if player have revive command. +add: shortcuts buttons icons by Guaritore. (disabled by default) +add: log libcurl errors into manaplus.log. +add: disable password from command line by default. +add: extend shortcuts bars skining. +add: use cache dir for game data files on Haiku. +add: enable images in updater window. +add: allow dragging by uneditable text boxes. +add: use more strict flags in asan/ubsan builds. +add: dont disable keyboard input in pincode dialogs. +add: play item usage sounds for all players around. +add: update packets. +remove: support for CILK plus. +remove: support for hercules plugin version 12 and older. +remove: text "Message" from message related windows. + 2018-04-14 New release 1.8.4.14 fix: group badge update on group change. fix: packet size for packet 0x07fd. @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT =============== - Version: 1.8.4.14 Date: 2018-04-14 + Version: 1.8.9.1 Date: 2018-09-01 Build status: Gitlab CI: https://gitlab.com/manaplus/manaplus/badges/master/build.svg @@ -2,7 +2,7 @@ ![ManaPlus logo](data/icons/manaplus.png) -Version: 1.8.4.14 Date: 2018-04-14 +Version: 1.8.9.1 Date: 2018-09-01 ### Build status diff --git a/README.txt b/README.txt index 30e4d9a64..8c865bfec 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ THE MANA PLUS CLIENT
===============
- Version: 1.8.4.14 Date: 2018-04-14
+ Version: 1.8.9.1 Date: 2018-09-01
Development team:
- See AUTHORS file for a list
diff --git a/build/packevol b/build/packevol index d94a1500e..e30745234 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.8.4.14" \ + -DPRODUCT_VERSION="1.8.9.1" \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ diff --git a/build/packtmw b/build/packtmw index e101dcb4b..db595db4b 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.8.4.14" \ + -DPRODUCT_VERSION="1.8.9.1" \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ diff --git a/build/packwin b/build/packwin index face17ddc..fc345b45a 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.8.4.14" \ + -DPRODUCT_VERSION="1.8.9.1" \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ diff --git a/configure.ac b/configure.ac index 87cd36833..51bfa647f 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT([ManaPlus], [1.8.4.14], [akaras@inbox.ru], [manaplus]) +AC_INIT([ManaPlus], [1.8.9.1], [akaras@inbox.ru], [manaplus]) AM_INIT_AUTOMAKE([1.9]) AC_LANG_CPLUSPLUS diff --git a/src/main.h b/src/main.h index f418b8646..59b34c174 100644 --- a/src/main.h +++ b/src/main.h @@ -40,8 +40,8 @@ * by the map, interleaved with the tiles in the fringe layer. */ -#define SMALL_VERSION "1.8.4.14" -#define CHECK_VERSION "01.08.04.14" +#define SMALL_VERSION "1.8.9.1" +#define CHECK_VERSION "01.08.09.01" #ifdef HAVE_CONFIG_H #include "../config.h" |