Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Version 0.22 release release-0.22
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Thu, 18 Jan 2018 20:58:35 +0000 (20:58 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Thu, 18 Jan 2018 20:58:35 +0000 (20:58 +0000)
projects/msw/xestiaab.rc
projects/osx/XestiaAddressBook.xcodeproj/project.pbxproj
source/CHANGES
source/TODO
source/version.h

index 59a84d8..297b8e2 100644 (file)
@@ -23,8 +23,8 @@ XAB_MAINICON       ICON           "xestiaab_win32icon.ico"
 //
 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 1 VERSIONINFO
-    FILEVERSION     0,21,0,0
-    PRODUCTVERSION  0,21,0,0
+    FILEVERSION     0,22,0,0
+    PRODUCTVERSION  0,22,0,0
     FILEOS          VOS__WINDOWS32
     FILETYPE        VFT_APP
     FILESUBTYPE     VFT2_UNKNOWN
index 5ed2b2e..d985337 100644 (file)
                                MACOSX_DEPLOYMENT_TARGET = 10.10;
                                MTL_ENABLE_DEBUG_INFO = YES;
                                ONLY_ACTIVE_ARCH = YES;
-                               PRODUCT_VERSION = 0.21;
+                               PRODUCT_VERSION = 0.22;
                                SDKROOT = macosx;
                        };
                        name = Debug;
                                GCC_WARN_UNUSED_VARIABLE = YES;
                                MACOSX_DEPLOYMENT_TARGET = 10.10;
                                MTL_ENABLE_DEBUG_INFO = NO;
-                               PRODUCT_VERSION = 0.21;
+                               PRODUCT_VERSION = 0.22;
                                SDKROOT = macosx;
                        };
                        name = Release;
                                        "-lz",
                                );
                                PRODUCT_NAME = "Xestia Address Book";
-                               PRODUCT_VERSION = 0.21;
+                               PRODUCT_VERSION = 0.22;
                                SFML_FRAMEWORKPATH = "/Users/kiri/Build/SFML-2.4.2-build/";
                                WXPLATFORM = __WXOSX_COCOA__;
                                WXROOT = "/Users/kiri/Build/wxWidgets-3.0.3";
                                        "-lz",
                                );
                                PRODUCT_NAME = "Xestia Address Book";
-                               PRODUCT_VERSION = 0.21;
+                               PRODUCT_VERSION = 0.22;
                                SFML_FRAMEWORKPATH = "/Users/kiri/Build/SFML-2.4.2-build/";
                                WXPLATFORM = __WXOSX_COCOA__;
                                WXROOT = "/Users/kiri/Build/wxWidgets-3.0.3";
index 8f76977..4e5cac6 100644 (file)
@@ -1,3 +1,18 @@
+Version 0.22
+============
+18 January 2017
+
+- UTF-8 support for contact data now implemented.
+- Check if save was successful before closing the contact editor window 
+  if using the Save and Close Contact menu item.
+- Fix issue of vCard 3.0 compatability. A value in either the title,
+  forename, surname, other names and suffix text boxes in the contact
+  editor is now required.
+- Fix issue of not being able to connect properly via SSL due to
+  recent curl (library used for communication between client/server) 
+  changes.
+- Minimum version of curl required is now 7.54.1
+
 Version 0.21
 ============
 07 November 2017
index 41de4b1..194f215 100644 (file)
@@ -28,6 +28,7 @@ This file contains tasks that need to be done for future versions of Xestia Addr
 - Add icons (within the contact editor and search) to make the application stand out better.
 - Move the saving data process in frmContactEditor to ContactDataObject. This process will
   also need to be refactored so less code is used.
+- Investigate issues with vCard 3<->4 conversion as some values appear to be missing (add unit tests).
 - Take syncronisation code out of frmActivityMgr, place into a new "framework"
   and make it easily to test against through the unit testing application.
 - Implement the quit application function properly.
index 7671952..0287813 100644 (file)
@@ -24,8 +24,8 @@
 //
 // THANK YOU FOR YOUR ATTENTION!
 
-#define XSDAB_VERSION "0.21"
-#define XSDAB_USERAGENT "XestiaAddressBook/0.21"
+#define XSDAB_VERSION "0.22"
+#define XSDAB_USERAGENT "XestiaAddressBook/0.22"
 #define XSDAB_SOURCE "source"
 #define XSDAB_RELEASE 0
 #define XSDAB_COPYRIGHT "(c)2012 - 2017 Xestia Software Development"
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy