From: Steve Brokenshire Date: Sun, 6 Mar 2016 21:25:39 +0000 (+0000) Subject: Version 0.10 release X-Git-Tag: release-0.10 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=897ff709b916cbbcbc1ff47d2ab75928b2e0d890 Version 0.10 release --- diff --git a/source/CHANGES b/source/CHANGES index e382871..26ae608 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,15 @@ +Version 0.10 +============ +06 March 2016 + +- Implemented support to run the application to display contact + information only using the -d switch. + - It takes one option which is the filename of the contact to display. +- Fixed issue where address book URL does not appear when server is using + self-signed SSL certificate. +- Fixed issue where the conflict resolution window kept coming up when a + contact was saved to a CardDAV server. + Version 0.09 ============ 24 February 2016 diff --git a/source/version.h b/source/version.h index f62c14f..24a41a1 100644 --- a/source/version.h +++ b/source/version.h @@ -24,8 +24,8 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDAB_VERSION "0.09" -#define XSDAB_USERAGENT "XestiaAddressBook/0.09" +#define XSDAB_VERSION "0.10" +#define XSDAB_USERAGENT "XestiaAddressBook/0.10" #define XSDAB_SOURCE "source" #define XSDAB_RELEASE 0 #define XSDAB_COPYRIGHT "(c)2012 - 2016 Xestia Software Development"