From: Steve Brokenshire Date: Tue, 12 Apr 2016 21:41:26 +0000 (+0100) Subject: Version 0.12 release X-Git-Tag: release-0.12 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=bc023624d8a7053b2bda8ce10417fabb4757cfd5 Version 0.12 release --- diff --git a/source/CHANGES b/source/CHANGES index 86b617c..ba50d93 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,12 @@ +Version 0.12 +============ +12 April 2016 + +- Added check to see if a server is on the blacklist and to display a + dialog confirming that data loss could happen if that server is used. +- Added support for OS X. Support begins from OS X 10.11.4. Use of XAB + on OS X before this version is unsupported. + Version 0.11 ============ 23 March 2016 diff --git a/source/version.h b/source/version.h index 8b58872..328b751 100644 --- a/source/version.h +++ b/source/version.h @@ -24,8 +24,8 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDAB_VERSION "0.11" -#define XSDAB_USERAGENT "XestiaAddressBook/0.11" +#define XSDAB_VERSION "0.12" +#define XSDAB_USERAGENT "XestiaAddressBook/0.12" #define XSDAB_SOURCE "source" #define XSDAB_RELEASE 0 #define XSDAB_COPYRIGHT "(c)2012 - 2016 Xestia Software Development"