X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FCHANGES;h=ba50d930811d78a3d63ab9d6f676752c51555734;hb=bc023624d8a7053b2bda8ce10417fabb4757cfd5;hp=e3828710cadadb75df73e76f390b8d97b1b4429d;hpb=acb43041f1e96674ce6d989e992815abb6c98588;p=xestiaab%2F.git diff --git a/source/CHANGES b/source/CHANGES index e382871..ba50d93 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,36 @@ +Version 0.12 +============ +12 April 2016 + +- Added check to see if a server is on the blacklist and to display a + dialog confirming that data loss could happen if that server is used. +- Added support for OS X. Support begins from OS X 10.11.4. Use of XAB + on OS X before this version is unsupported. + +Version 0.11 +============ +23 March 2016 + +- This version is a maintenance release. +- All code is indented using tabs not spaces. +- Remove most of the unused variables from the code. +- Moved unit testing application building into a separate Makefile. + To build the unit test application, run make from the tests directory. +- Added unit tests for some of the common functions that can return + values or use pointers. + +Version 0.10 +============ +06 March 2016 + +- Implemented support to run the application to display contact + information only using the -d switch. + - It takes one option which is the filename of the contact to display. +- Fixed issue where address book URL does not appear when server is using + self-signed SSL certificate. +- Fixed issue where the conflict resolution window kept coming up when a + contact was saved to a CardDAV server. + Version 0.09 ============ 24 February 2016