From: Steve Brokenshire Date: Sat, 28 May 2016 09:31:40 +0000 (+0100) Subject: Version 0.13 release X-Git-Tag: release-0.13 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=274f4cd4b1b656e0ad4119e3969c9ccf59a2f209 Version 0.13 release --- diff --git a/source/CHANGES b/source/CHANGES index ba50d93..8a69c0d 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,20 @@ +Version 0.13 +============ +28 May 2016 + +- Added support for Windows. Support begins from Windows 7. Use of + XAB on Windows Vista or before this version is unsupported. +- Added Visual Studio 2013 (Express) project files. +- Added Xcode project files. +- SSL verification is now done before sending or receiving any contact + data so that SSL context handles in Windows and OS X can be obtained. + Linux versions use certificate information from cURL's + CURLINFO_CERTINFO. +- Fixed code in frmActivityMgr so that proper cURL codes are used + instead of being lazy with integers that may change. +- Fixed issue where saving picture data in some cases may cause + XAB to crash. + Version 0.12 ============ 12 April 2016 diff --git a/source/version.h b/source/version.h index 328b751..3e4b6d1 100644 --- a/source/version.h +++ b/source/version.h @@ -24,8 +24,8 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDAB_VERSION "0.12" -#define XSDAB_USERAGENT "XestiaAddressBook/0.12" +#define XSDAB_VERSION "0.13" +#define XSDAB_USERAGENT "XestiaAddressBook/0.13" #define XSDAB_SOURCE "source" #define XSDAB_RELEASE 0 #define XSDAB_COPYRIGHT "(c)2012 - 2016 Xestia Software Development"