]> 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 5a5200880b6214cb571c12d49940a0b2f7372ccb..a3480ffed5bca19135b4666605185926dbd3c1ce 100644 (file)
@@ -1,3 +1,31 @@
+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