]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/ChangeLog
new Xcode product SoOFS, various minor enhancements and dyld version bumps
[sope] / sope-appserver / NGObjWeb / ChangeLog
index 1d87db8bc1f2fcc7e591b1e89b80f1b6046f6bc0..3710d7b0883af72be91c17778f78c75680c3cf25 100644 (file)
@@ -1,3 +1,33 @@
+2005-01-04  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v4.5.105
+
+       * NGObjWeb.xcode: removed target "SoProducts" from "all". By using a
+         minor hack we can avoid having to build products for SoCore and
+         SoOFS (new framework) altogether.
+
+       * SoObjects/SoObjects.xcode: version updated, minor changes to build
+         process
+
+       * SoObjects/SoProductRegistry.m: if compiled as framework, a project
+         named "SoObjects" will be registered as "SoCore" - this is
+         necessary to retain dependency tracking
+
+2004-12-21  Helge Hess  <helge.hess@opengroupware.org>
+
+       * WOMessage.m: added 'WOMessageUseUTF8' bool default to enable UTF-8
+         as the default message encoding (v4.5.104)
+
+2004-12-19  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v4.5.103
+
+       * WOContext.m: fixed bug in -pushCursor:, first element in newly
+         allocated stack was never set
+
+       * DynamicElements/WORepetition.m: reverted use of -pushCursor/
+         -popCursor for ComplexRepetition, but only in case index is not used.
+
 2004-12-18  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * DynamicElements/WORepetition.m: bugfix in -appendToResponse:... for