From 026f712767e01c4c9720e868d72b3cb16333fafa Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Thu, 18 Jan 2018 20:58:35 +0000 Subject: [PATCH] Version 0.22 release --- projects/msw/xestiaab.rc | 4 ++-- .../XestiaAddressBook.xcodeproj/project.pbxproj | 8 ++++---- source/CHANGES | 15 +++++++++++++++ source/TODO | 1 + source/version.h | 4 ++-- 5 files changed, 24 insertions(+), 8 deletions(-) diff --git a/projects/msw/xestiaab.rc b/projects/msw/xestiaab.rc index 59a84d8..297b8e2 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,21,0,0 - PRODUCTVERSION 0,21,0,0 + FILEVERSION 0,22,0,0 + PRODUCTVERSION 0,22,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 5ed2b2e..d985337 100644 --- a/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj +++ b/projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj @@ -1064,7 +1064,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; - PRODUCT_VERSION = 0.21; + PRODUCT_VERSION = 0.22; SDKROOT = macosx; }; name = Debug; @@ -1103,7 +1103,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_VERSION = 0.21; + PRODUCT_VERSION = 0.22; SDKROOT = macosx; }; name = Release; @@ -1183,7 +1183,7 @@ "-lz", ); PRODUCT_NAME = "Xestia Address Book"; - PRODUCT_VERSION = 0.21; + PRODUCT_VERSION = 0.22; SFML_FRAMEWORKPATH = "/Users/kiri/Build/SFML-2.4.2-build/"; WXPLATFORM = __WXOSX_COCOA__; WXROOT = "/Users/kiri/Build/wxWidgets-3.0.3"; @@ -1265,7 +1265,7 @@ "-lz", ); PRODUCT_NAME = "Xestia Address Book"; - PRODUCT_VERSION = 0.21; + PRODUCT_VERSION = 0.22; SFML_FRAMEWORKPATH = "/Users/kiri/Build/SFML-2.4.2-build/"; WXPLATFORM = __WXOSX_COCOA__; WXROOT = "/Users/kiri/Build/wxWidgets-3.0.3"; diff --git a/source/CHANGES b/source/CHANGES index 8f76977..4e5cac6 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,18 @@ +Version 0.22 +============ +18 January 2017 + +- UTF-8 support for contact data now implemented. +- Check if save was successful before closing the contact editor window + if using the Save and Close Contact menu item. +- Fix issue of vCard 3.0 compatability. A value in either the title, + forename, surname, other names and suffix text boxes in the contact + editor is now required. +- Fix issue of not being able to connect properly via SSL due to + recent curl (library used for communication between client/server) + changes. +- Minimum version of curl required is now 7.54.1 + Version 0.21 ============ 07 November 2017 diff --git a/source/TODO b/source/TODO index 41de4b1..194f215 100644 --- a/source/TODO +++ b/source/TODO @@ -28,6 +28,7 @@ This file contains tasks that need to be done for future versions of Xestia Addr - Add icons (within the contact editor and search) to make the application stand out better. - Move the saving data process in frmContactEditor to ContactDataObject. This process will also need to be refactored so less code is used. +- Investigate issues with vCard 3<->4 conversion as some values appear to be missing (add unit tests). - Take syncronisation code out of frmActivityMgr, place into a new "framework" and make it easily to test against through the unit testing application. - Implement the quit application function properly. diff --git a/source/version.h b/source/version.h index 7671952..0287813 100644 --- a/source/version.h +++ b/source/version.h @@ -24,8 +24,8 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDAB_VERSION "0.21" -#define XSDAB_USERAGENT "XestiaAddressBook/0.21" +#define XSDAB_VERSION "0.22" +#define XSDAB_USERAGENT "XestiaAddressBook/0.22" #define XSDAB_SOURCE "source" #define XSDAB_RELEASE 0 #define XSDAB_COPYRIGHT "(c)2012 - 2017 Xestia Software Development" -- 2.39.2