From 983b75e10a5d8d7b98e8ef54d668251d36547292 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Wed, 25 Nov 2015 12:41:54 +0000 Subject: [PATCH] Version 0.05 release. Added changes and thanks. Version bump in version.h --- source/CHANGES | 11 +++++++++++ source/THANKS | 2 ++ source/version.h | 4 ++-- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/source/CHANGES b/source/CHANGES index 3a28e46..156bd65 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,14 @@ +Version 0.05 +============ +25 November 2015 + +- Click on the Close Window button on the main window on Win32 systems causes XAB + to crash. This hopefully has now been fixed. +- All tabbed forms now show the first page instead of the second page in some + forms. +- Initial unit testing application has been implemented. Additional unit tests + will be added over time. + Version 0.04 ============ 17 November 2015 diff --git a/source/THANKS b/source/THANKS index 7bd7cf6..5774bcc 100644 --- a/source/THANKS +++ b/source/THANKS @@ -9,3 +9,5 @@ Andrew Nile other than OpenSuSE. - Found that creating the account directory and writing configuration files on Win32 systems didn't work properly. +- Found that XAB crashed when clicking on the Close Window button on the + main form when running on a Win32 system. diff --git a/source/version.h b/source/version.h index 252f227..40065b1 100644 --- a/source/version.h +++ b/source/version.h @@ -6,7 +6,7 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDAB_VERSION "0.04" -#define XSDAB_USERAGENT "XestiaAddressBook/0.04" +#define XSDAB_VERSION "0.05" +#define XSDAB_USERAGENT "XestiaAddressBook/0.05" #define XSDAB_SOURCE "source" #define XSDAB_RELEASE 0 -- 2.39.2