+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
// 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.
//
//
// 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"