From 370f24a65a7aa6973db39e38a0994bfae0eb0f10 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sun, 13 Mar 2011 22:17:36 +0100 Subject: Bumped version to 0.5.1 and updated the NEWS file --- CMakeLists.txt | 2 +- NEWS | 14 ++++++++++++++ README | 2 +- data/help/changes.txt | 21 ++++++++++++++------- data/help/header.txt | 2 +- src/main.h | 2 +- src/winver.h | 4 ++-- 7 files changed, 34 insertions(+), 13 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00139b55..4244dad9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ CMAKE_POLICY(VERSION 2.6) PROJECT(MANA) IF (NOT VERSION) - SET(VERSION 0.5.0) + SET(VERSION 0.5.1) ENDIF() STRING(REPLACE "." " " _VERSION ${VERSION}) diff --git a/NEWS b/NEWS index 0d119924..42b74b82 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +0.5.1 (14 March 2011) +- Added particle notification for "Unable to pick up item." +- Added the amount of items picked up to the particle notification +- Added more specific messages when failing to pick up an item +- Added support for zlib map layer compression and CSV encoding +- Fixed paste under X11 +- Fixed a segfault when attempting to buy free items +- Fixed wallpaper loading logic +- Fixed window icon branding on Windows +- Fixed pick-up with joystick +- Fixed enet and manaserv parts still being compiled in +- Fixed query command handling +- Updated German, French, Russian and Brazilian Portuguese translations + 0.5.0 (3 January 2011) - The Mana World client is now called the Mana client - Added support for branding the client differently via command line parameter diff --git a/README b/README index 541d7b40..d8f25567 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ THE MANA CLIENT =============== - Version: 0.5.0 Date: 2011-01-03 + Version: 0.5.1 Date: 2011-03-14 Development team: - See AUTHORS file for a list diff --git a/data/help/changes.txt b/data/help/changes.txt index c96b7afa..d1733f47 100644 --- a/data/help/changes.txt +++ b/data/help/changes.txt @@ -3,6 +3,20 @@ ##3 === RECENT CHANGES === + 0.5.1 (14 March 2011) + - Added particle notification for "Unable to pick up item." + - Added the amount of items picked up to the particle notification + - Added more specific messages when failing to pick up an item + - Added support for zlib map layer compression and CSV encoding + - Fixed paste under X11 + - Fixed a segfault when attempting to buy free items + - Fixed wallpaper loading logic + - Fixed window icon branding on Windows + - Fixed pick-up with joystick + - Fixed enet and manaserv parts still being compiled in + - Fixed query command handling + - Updated German, French, Russian and Brazilian Portuguese translations + 0.5.0 (3 January 2011) - The Mana World client is now called the Mana client - Added support for branding the client differently via command line parameter @@ -154,10 +168,3 @@ - Fixed money value on failing to buy (from Aethyra) - Fixed crash in right-click menu when used after a being disappeared - 0.0.26 (29 August 2008) - - Added support for a newer version of eAthena server - - Added support for showing custom being effects - - Added new features to the particle engine - - Position names and chat such that there is no overlap, when possible - - Fixed a crash when loading a corrupt map that has too much layer data - diff --git a/data/help/header.txt b/data/help/header.txt index e68089fd..6ab8172d 100644 --- a/data/help/header.txt +++ b/data/help/header.txt @@ -2,7 +2,7 @@ ##1 M A N A S O U R C E ##1 ========================================== - ##2Version:##6 0.5.0 ##2Date:##6 October 2010 + ##2Version:##6 0.5.1 ##2Date:##14 March 2011 ##2 Website: http://manasource.org diff --git a/src/main.h b/src/main.h index 679f7c7d..341ab1d0 100644 --- a/src/main.h +++ b/src/main.h @@ -55,7 +55,7 @@ #elif defined WIN32 #include "winver.h" #elif defined __APPLE__ -#define PACKAGE_VERSION "0.5.0" +#define PACKAGE_VERSION "0.5.1" #endif #ifdef PACKAGE_VERSION diff --git a/src/winver.h b/src/winver.h index ea8d8e9c..fa85216e 100644 --- a/src/winver.h +++ b/src/winver.h @@ -1,6 +1,6 @@ /* VERSION DEFINITIONS */ #define VER_MAJOR 0 #define VER_MINOR 5 -#define VER_RELEASE 0 +#define VER_RELEASE 1 #define VER_BUILD 0 -#define PACKAGE_VERSION "0.5.0.0" +#define PACKAGE_VERSION "0.5.1.0" -- cgit v1.2.3-60-g2f50