From: Steve Brokenshire <sbrokenshire@xestia.co.uk>
Date: Thu, 19 Jan 2017 20:00:59 +0000 (+0000)
Subject: Version 0.17 release
X-Git-Tag: release-0.18~31
X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=40ccbc3ca5aa192231534ecf49715d45a70bb060;p=xestiaab%2F.git

Version 0.17 release
---

diff --git a/source/CHANGES b/source/CHANGES
index ded89ba..3fe1319 100644
--- a/source/CHANGES
+++ b/source/CHANGES
@@ -1,3 +1,22 @@
+Version 0.17
+============
+18 January 2017
+
+- Added icon to the search window.
+- Win32: Status bar gripper has been removed from main window and search
+  window.
+- Check that the default account exists each time XAB is started.
+- Fixed bug where non-SSL connections are treated as SSL connections for
+  CardDAV connctions.
+- Fixed bug where an assert happens when the search window is closed when
+  in search only mode (-s).
+- Fixed bug where filename of contact to open in search window appears
+  in a dialog.
+- Message saying 'n contacts found.' disappears when the reset button
+  is pressed in the search window.
+- Added manual page. This page is installed/uninstalled on Linux-based 
+  systems into the share/man1 path. (e.g. /usr/local/share/man/man1)
+
 Version 0.16
 ============
 13 November 2016
diff --git a/source/version.h b/source/version.h
index 73fe2c5..acf85ed 100644
--- a/source/version.h
+++ b/source/version.h
@@ -1,6 +1,6 @@
 // version.h - Version header form.
 //
-// (c) 2012-2016 Xestia Software Development.
+// (c) 2012-2017 Xestia Software Development.
 //
 // This file is part of Xestia Address Book.
 //
@@ -24,8 +24,8 @@
 //
 // THANK YOU FOR YOUR ATTENTION!
 
-#define XSDAB_VERSION "0.16"
-#define XSDAB_USERAGENT "XestiaAddressBook/0.16"
+#define XSDAB_VERSION "0.17"
+#define XSDAB_USERAGENT "XestiaAddressBook/0.17"
 #define XSDAB_SOURCE "source"
 #define XSDAB_RELEASE 0
-#define XSDAB_COPYRIGHT "(c)2012 - 2016 Xestia Software Development"
+#define XSDAB_COPYRIGHT "(c)2012 - 2017 Xestia Software Development"