X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;ds=sidebyside;f=source%2FCHANGES;h=86b617cf2358d728baad3cd25a83ad7cf2fc6aa6;hb=refs%2Ftags%2Frelease-0.11;hp=e3828710cadadb75df73e76f390b8d97b1b4429d;hpb=acb43041f1e96674ce6d989e992815abb6c98588;p=xestiaab%2F.git diff --git a/source/CHANGES b/source/CHANGES index e382871..86b617c 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,27 @@ +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