X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FCHANGES;h=8a69c0d99011a91e6078720f86b4baec01f960be;hb=274f4cd4b1b656e0ad4119e3969c9ccf59a2f209;hp=26ae6086caf5cffc20db384e60c759d3f04c3be5;hpb=897ff709b916cbbcbc1ff47d2ab75928b2e0d890;p=xestiaab%2F.git diff --git a/source/CHANGES b/source/CHANGES index 26ae608..8a69c0d 100644 --- a/source/CHANGES +++ b/source/CHANGES @@ -1,3 +1,41 @@ +Version 0.13 +============ +28 May 2016 + +- Added support for Windows. Support begins from Windows 7. Use of + XAB on Windows Vista or before this version is unsupported. +- Added Visual Studio 2013 (Express) project files. +- Added Xcode project files. +- SSL verification is now done before sending or receiving any contact + data so that SSL context handles in Windows and OS X can be obtained. + Linux versions use certificate information from cURL's + CURLINFO_CERTINFO. +- Fixed code in frmActivityMgr so that proper cURL codes are used + instead of being lazy with integers that may change. +- Fixed issue where saving picture data in some cases may cause + XAB to crash. + +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