]> err.no Git - sope/blobdiff - sope-xml/SaxObjC/ChangeLog
added support for XML-RPC 'nil' type
[sope] / sope-xml / SaxObjC / ChangeLog
index 0b860c700d8f1488549296a09e2c416e2043d621..862429f9d1eb2c0b30d8521d8cc92d6d64c5fb13 100644 (file)
@@ -1,3 +1,132 @@
+2006-07-05  Helge Hess  <helge.hess@opengroupware.org>
+
+       * SaxObjectModel.m: added FHS_INSTALL_ROOT to lookup path (v4.5.60)
+
+       * SaxXMLReaderFactory.m: changed to find SAX drivers on 64bit systems
+         in lib64, added FHS_INSTALL_ROOT to lookup path (v4.5.59)
+
+2006-07-03  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.58
+
+       * SaxAttributes.m: fixed gcc 4.1 warnings
+
+       * use %p for pointer formats
+
+2006-07-02  Helge Hess  <helge.hess@opengroupware.org>
+
+       * XMLNamespaces.h: added ATOM namespace, gCal namespace, OpenSearch
+         namespace (v4.5.57)
+
+2006-06-04  Helge Hess  <helge.hess@opengroupware.org>
+
+       * XMLNamespaces.h (XMLNS_CALDAV): added CalDAV namespace (v4.5.56)
+
+2006-04-23  Helge Hess  <helge.hess@opengroupware.org>
+
+       * XMLNamespaces.h: added Google namespace (v4.5.55)
+
+2005-12-27  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * SaxObjectDecoder.m: trigger debug logging via new
+         SaxObjectDecoderDebugEnabled default (v4.5.54)
+
+2005-11-25  Helge Hess  <helge.hess@opengroupware.org>
+
+       * SaxMethodCallHandler.m: rewrote tag=>selector mapping function to be
+         Unicode safe (v4.5.53)
+
+2005-08-16  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.52
+
+       * SaxXMLReaderFactory.m: improved bundle-info.plist lookup (first look
+         in bundle directory, then try to lookup as a NSBundle resource),
+         log searched pathes if no XML reader could be found
+
+       * GNUmakefile.preamble: set framework/cocoa defines when compiling
+         with frameworks support
+
+2005-05-08  Helge Hess  <helge.hess@opengroupware.org>
+
+       * XMLNamespaces.h: added namespace declaration for XML vCards (v4.5.51)
+
+2005-04-23  Helge Hess  <helge.hess@opengroupware.org>
+
+       * SaxMethodCallHandler.m: fixed a gcc 4.0 warning (v4.5.50)
+
+2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * SaxObjectDecoder.m: fixed remaining leaks (v4.5.49)
+
+2005-01-29  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * SaxObjectDecoder.m: fixed hard to spot autorelease bug (v4.5.48)
+
+2004-11-12  Max Berger  <max@berger.name>
+
+       * SaxXMLReaderFactory.m: fixed SaxDriver lookup for gstep-base on
+         MingW32 (OGo bug #979) (v4.5.47)
+
+2004-11-12  Helge Hess  <helge.hess@opengroupware.org>
+
+       * SaxXMLReaderFactory.m: cleanup of driver path processing (v4.5.46)
+
+2004-11-07  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * SaxObjC.xcode: added SOPE_MAJOR/MINOR definitions for the build
+
+2004-11-07  Helge Hess  <helge.hess@opengroupware.org>
+
+       * SaxXMLReaderFactory.m: fixed a bug in FHS bundle lookup (v4.5.45)
+
+2004-11-06  Helge Hess  <helge.hess@opengroupware.org>
+
+       * SaxObjectModel.m, SaxXMLReaderFactory.m: use SOPE version defines
+         for object model lookup (v4.5.44)
+
+2004-10-30  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * SaxObjectDecoder.m: fixed typo that prevented compile on non
+         Apple Foundation (v4.3.43)
+
+       * SaxObjectDecoder.m: provide fix for discovering mutable array on
+         Apple/CoreFoundation - this is rather disturbing, but Apple really
+         broke the concept of mutability for NSArray/NSDictionary. (v4.3.42)
+
+2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * SaxObjC.xcode: minor fixes
+
+2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * SaxObjC.xcode: Fixed dependencies to resemble the make process
+         more closely. Our aim should be to stick to the make process
+         as closely as possible, so we shouldn't introduce dependencies in
+         non-toplevel projects. Also fixed cyclic dependency between the
+         framework and the libxmlSAXDriver, which gets copied into the
+         framework wrapper after compilation. This now gets achieved by two
+         shellscript phases, one in the framework and one as a separate
+         shellscript target.
+
+2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.3.41
+
+       * SaxXMLReaderFactory.m: look in /usr/local/lib/sope-4.3/saxdrivers/
+         and /usr/lib/sope-4.3/saxdrivers/ for SAX drivers
+         
+       * SaxObjectModel.m: also look in /usr/local/share/sope-4.3/saxmappings/
+         and /usr/share/sope-4.3/saxmappings/ for models
+
+       * added hack to install the project in FHS locations - the library,
+         its headers, the tools and the resources will be installed in
+         FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
+
+2004-08-26  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * SaxObjC.xcode: new Xcode project
+
 2004-08-24  Helge Hess  <helge.hess@skyrix.com>
 
        * changed lookup path to SaxDrivers-4.3 to be consistent with OGo