]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/ChangeLog
fixed printing of listening address
[sope] / sope-appserver / NGObjWeb / ChangeLog
index ee839f8b53729c923e3c828b860f99568471ebc3..cb96f497dae68d245c08dfbd53821db37cb755aa 100644 (file)
@@ -1,3 +1,86 @@
+2004-09-30  Helge Hess  <helge.hess@skyrix.com>
+
+       * WOHttpAdaptor/WOHttpAdaptor.m: print listen address as a string value
+         (v4.3.50)
+
+       * WebDAV/SoWebDAVRenderer.m: set lock-token header on LOCK requests
+         (v4.3.49)
+
+2004-09-27  Helge Hess  <helge.hess@opengroupware.org>
+
+       * DynamicElements/WONestedList.m: minor code cleanups (v4.3.48)
+
+2004-09-26  Helge Hess  <helge.hess@opengroupware.org>
+
+       * WEClientCapabilities.m: added the NewsFire RSS reader as a known
+         user-agent (v4.3.47)
+
+       * OWResourceManager.m: removed a warning on a missing path on MacOSX
+         (v4.3.46)
+
+2004-09-24  Helge Hess  <helge.hess@skyrix.com>
+
+       * SoObjects/SoProductRegistry.m: do not abort scanning for SOPE
+         products if GNUSTEP_PATHPREFIX_LIST is not set (to continue
+         searching in FHS locations) (v4.3.45)
+
+       * SoObjects/SoSecurityManager.m: improved reason string of security
+         exceptions (v4.3.44)
+
+2004-09-23  Helge Hess  <helge.hess@skyrix.com>
+
+       * v4.3.43
+       
+       * WOCoreApplication.m: improved handling of WOPort default (detect
+         numeric ports)
+
+       * Defaults.plist: changed default WOPort value from '"*:20000"' to
+         just 20000 (which is the same like *:20000' but compatible to WO)
+
+       * WOHttpAdaptor/WOHttpAdaptor.m: for numberic WOPort's, retrieve the
+         port from the WOApplication object
+
+       * WOCoreApplication.m: use NGResourceLocator to determine search pathes
+         (v4.3.42)
+       
+2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * NGObjWeb.xcode: added WOServerDefaults.m to the build
+
+2004-09-21  Helge Hess  <helge.hess@skyrix.com>
+
+       * v4.3.41
+
+       * WOWatchDogApplicationMain.m: added new function
+         WOWatchDogApplicationMainWithServerDefaults() which installs the
+         WOServerDefaults class as the default NSUserDefaults class
+
+       * added WOServerDefaults class (not implemented yet)
+
+2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v4.3.41
+
+       * Templates/common.h, SoObjects/common.h: fixed duplicate interface
+         declarations by renaming them. I believe this only affected Xcode
+         builds.
+
+       * NGObjWeb.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.
+
+2004-09-20  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v4.3.40
+
+       * SoObjects/SoProductResourceManager.m: changed method
+         -pathForResourceNamed:inFramework:languages: to use new NGExtensions
+         addition to NSBundle for proper localized resource lookup
+
+       * NGObjWeb.xcode: added SOPE_MAJOR_VERSION and SOPE_MINOR_VERSION to
+         the build defines
+
 2004-09-14  Helge Hess  <helge.hess@skyrix.com>
 
        * WOMessage.m, WOCoreApplication.m, SoProductRegistry.m,