From: Steve Brokenshire Date: Wed, 10 Feb 2016 13:42:41 +0000 (+0000) Subject: Updated changes, thanks and version header for Xestia Address Book. X-Git-Tag: release-0.09~12 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=b6dbcc73732671affefc9420f2e3fcc90f5dcf6c Updated changes, thanks and version header for Xestia Address Book. --- diff --git a/source/CHANGES b/source/CHANGES index 1fc0008..582dbd7 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,15 @@ +Version 0.08 +============ +10 February 2016 + +- Fixed issue with checks not being made on iterators when editing data + which causes the application to crash. +- Fixed issue which causes the application to assert on multiline text + box controls (maxlength was set when it shouldn't have been). +- Resized add and edit properties dialogs that are use with the contact + editor so certain controls are not squashed. +- Contact editor now has a minimum window size of 800x500 set. + Version 0.07 ============ 22 January 2016 diff --git a/source/THANKS b/source/THANKS index 5774bcc..96ae0b8 100644 --- a/source/THANKS +++ b/source/THANKS @@ -11,3 +11,5 @@ Andrew Nile 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. +- Suggestion for setting the contact editor window to a minimum size + of 800x500. diff --git a/source/version.h b/source/version.h index 7b09cc9..e274de2 100644 --- a/source/version.h +++ b/source/version.h @@ -24,8 +24,8 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDAB_VERSION "0.07" -#define XSDAB_USERAGENT "XestiaAddressBook/0.07" +#define XSDAB_VERSION "0.08" +#define XSDAB_USERAGENT "XestiaAddressBook/0.08" #define XSDAB_SOURCE "source" #define XSDAB_RELEASE 0 #define XSDAB_COPYRIGHT "(c)2012 - 2016 Xestia Software Development"