From acb43041f1e96674ce6d989e992815abb6c98588 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Wed, 24 Feb 2016 19:59:29 +0000 Subject: [PATCH] Version 0.09 release --- source/CHANGES | 21 +++++++++++++++++++++ source/version.h | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/source/CHANGES b/source/CHANGES index 3f06337..e382871 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,24 @@ +Version 0.09 +============ +24 February 2016 + +- Password was displayed as text in the Edit Account window when it + shouldn't have been. +- Fixed top section of the contact information page so that the name + doesn't collapse into a line per word. +- Display error message if no accounts are selected when searching + for contacts. +- Resized the Edit Account window so that all controls appear properly + in the window. +- Fixed issue with the add and remove search setting buttons in the + Search window after searching. +- Fixed issue with accounts that are reloaded after closing the edit + account window without making any changes. Clicking on either the + Edit or Delete buttons without selecting an account again caused XAB + to crash/assert. +- Fixed issue where SSL certificate window asserts due to MaxLength being + set for one of the controls. + Version 0.08 ============ 10 February 2016 diff --git a/source/version.h b/source/version.h index e274de2..f62c14f 100644 --- a/source/version.h +++ b/source/version.h @@ -24,8 +24,8 @@ // // THANK YOU FOR YOUR ATTENTION! -#define XSDAB_VERSION "0.08" -#define XSDAB_USERAGENT "XestiaAddressBook/0.08" +#define XSDAB_VERSION "0.09" +#define XSDAB_USERAGENT "XestiaAddressBook/0.09" #define XSDAB_SOURCE "source" #define XSDAB_RELEASE 0 #define XSDAB_COPYRIGHT "(c)2012 - 2016 Xestia Software Development" -- 2.39.2