From 23270ca01cd508ff056029899e106682e50df47c Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Thu, 29 Sep 2016 20:33:51 +0100 Subject: [PATCH] Version 0.15 release --- source/CHANGES | 10 ++++++++++ source/TODO | 1 - source/version.h | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/source/CHANGES b/source/CHANGES index b3666b9..ae87c05 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,13 @@ +Version 0.15 +============ +30 September 2016 + +- Implemeneted the Connection Object interface. This now opens up the + possibility of using other protocols. +- CardDAV2 class implemented using the Connection Object interface. This + has stopped the Win32 version of XAB from crashing. +- Removed old CardDAV code. + Version 0.14 ============ 08 July 2016 diff --git a/source/TODO b/source/TODO index 9a9c387..aaedb84 100644 --- a/source/TODO +++ b/source/TODO @@ -8,7 +8,6 @@ This file contains tasks that need to be done for future versions of Xestia Addr - common/getcontactinfo.cpp (1,710 lines) - Implement unit testing for main features. - vCard - - CardDAV - Add support for other file formats when importing and exporting (and configure setting). - OpenDocument Spreadsheet Format (ODS) (--enable-ods) - OpenDocument Database Format (ODB) (--enable-odb) diff --git a/source/version.h b/source/version.h index 439a801..5da46ae 100644 --- a/source/version.h +++ b/source/version.h @@ -24,8 +24,8 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDAB_VERSION "0.14" -#define XSDAB_USERAGENT "XestiaAddressBook/0.14" +#define XSDAB_VERSION "0.15" +#define XSDAB_USERAGENT "XestiaAddressBook/0.15" #define XSDAB_SOURCE "source" #define XSDAB_RELEASE 0 #define XSDAB_COPYRIGHT "(c)2012 - 2016 Xestia Software Development" -- 2.39.2