From 56ae8d824bd9183aa8658dccda528fba2548d834 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 12 Mar 2017 12:44:07 +0000 Subject: [PATCH] Version 0.18 release --- projects/msw/xestiaab.rc | 4 ++-- .../XestiaAddressBook.xcodeproj/project.pbxproj | 8 ++++---- source/CHANGES | 16 ++++++++++++++++ source/version.h | 4 ++-- 4 files changed, 24 insertions(+), 8 deletions(-) diff --git a/projects/msw/xestiaab.rc b/projects/msw/xestiaab.rc index cd32b0b..a72aa6e 100644 --- a/projects/msw/xestiaab.rc +++ b/projects/msw/xestiaab.rc @@ -23,8 +23,8 @@ XAB_MAINICON ICON "xestiaab_win32icon.ico" // LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 1 VERSIONINFO - FILEVERSION 0,13,0,0 - PRODUCTVERSION 0,13,0,0 + FILEVERSION 0,18,0,0 + PRODUCTVERSION 0,18,0,0 FILEOS VOS__WINDOWS32 FILETYPE VFT_APP FILESUBTYPE VFT2_UNKNOWN diff --git a/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj b/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj index 49c023f..9eb104b 100644 --- a/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj +++ b/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj @@ -1034,7 +1034,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; - PRODUCT_VERSION = ""; + PRODUCT_VERSION = 0.18; SDKROOT = macosx; }; name = Debug; @@ -1073,7 +1073,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_VERSION = ""; + PRODUCT_VERSION = 0.18; SDKROOT = macosx; }; name = Release; @@ -1153,7 +1153,7 @@ "-lz", ); PRODUCT_NAME = "Xestia Address Book"; - PRODUCT_VERSION = 0.13; + PRODUCT_VERSION = 0.18; SFML_FRAMEWORKPATH = "/Volumes/XestiaDevel/Library/SFML-2.3-osx-clang-universal/"; WXPLATFORM = __WXOSX_COCOA__; WXROOT = "/Volumes/XestiaDevel/Library/wxWidgets-3.0.2"; @@ -1235,7 +1235,7 @@ "-lz", ); PRODUCT_NAME = "Xestia Address Book"; - PRODUCT_VERSION = 0.13; + PRODUCT_VERSION = 0.18; SFML_FRAMEWORKPATH = "/Volumes/XestiaDevel/Library/SFML-2.3-osx-clang-universal/"; WXPLATFORM = __WXOSX_COCOA__; WXROOT = "/Volumes/XestiaDevel/Library/wxWidgets-3.0.2"; diff --git a/source/CHANGES b/source/CHANGES index 3fe1319..dace1ae 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,19 @@ +Version 0.18 +============ +11 March 2017 + +- Fixed issue with audio device remaining open after opening the contact + editor for the first time. +- Fixed issue where prefix isn't detected on Linux systems when editing + an account. +- Quit application process properly implemented. +- Enhanced contact information screen properly formatting dates. +- Contact Editor subforms that use the language drop down box are now + pre-filled with the list of language codes from ISO 639-1. +- Added icons to the preferences window. +- Double clicking on an account in the preferences window opens up the + properties for that account. + Version 0.17 ============ 18 January 2017 diff --git a/source/version.h b/source/version.h index acf85ed..dcf477f 100644 --- a/source/version.h +++ b/source/version.h @@ -24,8 +24,8 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDAB_VERSION "0.17" -#define XSDAB_USERAGENT "XestiaAddressBook/0.17" +#define XSDAB_VERSION "0.18" +#define XSDAB_USERAGENT "XestiaAddressBook/0.18" #define XSDAB_SOURCE "source" #define XSDAB_RELEASE 0 #define XSDAB_COPYRIGHT "(c)2012 - 2017 Xestia Software Development" -- 2.39.2