]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/ChangeLog
added a flag to disable XML style generation of close tags
[sope] / sope-appserver / NGObjWeb / ChangeLog
index 5214aff7314f2b965e37d30640b6fe5799ea7fd0..a3480ffed5bca19135b4666605185926dbd3c1ce 100644 (file)
@@ -1,5 +1,45 @@
+2005-03-07  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v4.5.131
+
+       * WOElementID.h: lowered max element nesting to 126 due to limited
+         scope of ivar (hopefully doesn't trigger #1281)
+       
+       * DynamicElements: added support for empty non-XML tags (generate
+         empty tags without the " />")
+
+       * WOContext.m: changed ivars (bumped class version to 8), added a flag
+         for generating XML empty elements (to be checked by dynamic elements)
+
+       * DynamicElements/WOForm.m: consume 'multipleSubmit' association for
+         WO compatibility as requested by Stephane (v4.5.130)
+
+       * WOHttpAdaptor/WOHttpAdaptor.m: added the ability to fork multiple
+         child servers listing on the same passive socket. The OS will
+         distribute the load between such processes. Note that this only
+         works for session less processes (like ZideStore) and that automatic
+         restarts are not yet implemented. The number of processes can be
+         controlled using the 'WOHttpAdaptorForkCount' default (v4.5.129)
+
+2005-03-06  Helge Hess  <helge.hess@opengroupware.org>
+       
+       * WOWatchDogApplicationMainOSX.m: fixed some minor issues, still need
+         a fix to allow for starts without a full path (v4.5.128)
+
+2005-03-06  Mont Rothstein  <mont_rothstein@yahoo.com>
+
+       * added an MacOSX specific WOWatchDogApplicationMain, this fixes some
+         issue when linking against the AJR libraries (see OGo bug #1175)
+         (v4.5.127)
+
 2005-03-04  Helge Hess  <helge.hess@opengroupware.org>
 
+       * WOElementID.h (NGObjWeb_MAX_ELEMENT_ID_COUNT): bumped max element
+         nesting to 128 wrt bug #1281 (v4.5.126)
+
+       * WOContext.m: added -setQueryPathSeparator:/-queryPathSeparator
+         methods as requested by Stephane (v4.5.125)
+
        * WOComponent.m: protect component against duplicate -awake in the
          same context as suggested by Stephane (v4.5.124)