From b3a84191aba47134a45a5ea36efe1d2e662521d5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 1 Sep 2018 18:57:04 +0300 Subject: Change version to 1.8.9.1 --- ChangeLog | 34 ++++++++++++++++++++++++++++++++++ README | 2 +- README.md | 2 +- README.txt | 2 +- build/packevol | 2 +- build/packtmw | 2 +- build/packwin | 2 +- configure.ac | 2 +- src/main.h | 4 ++-- 9 files changed, 43 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9b4e6ef3b..b3cdf228f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/README b/README index 139798d6c..9bc208da7 100644 --- a/README +++ b/README @@ -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 diff --git a/README.md b/README.md index fc2994f50..635a1c570 100644 --- a/README.md +++ b/README.md @@ -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" -- cgit v1.2.3-60-g2f50