X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-appserver%2FNGObjWeb%2FChangeLog;h=cb96f497dae68d245c08dfbd53821db37cb755aa;hb=43298455a36f612ccafa5cebb237b75d28300b1a;hp=ee839f8b53729c923e3c828b860f99568471ebc3;hpb=a7a5be6b7ce3c9578f17c56ae729b563f4ee6489;p=sope diff --git a/sope-appserver/NGObjWeb/ChangeLog b/sope-appserver/NGObjWeb/ChangeLog index ee839f8b..cb96f497 100644 --- a/sope-appserver/NGObjWeb/ChangeLog +++ b/sope-appserver/NGObjWeb/ChangeLog @@ -1,3 +1,86 @@ +2004-09-30 Helge Hess + + * 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 + + * DynamicElements/WONestedList.m: minor code cleanups (v4.3.48) + +2004-09-26 Helge Hess + + * 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 + + * 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 + + * 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 + + * NGObjWeb.xcode: added WOServerDefaults.m to the build + +2004-09-21 Helge Hess + + * 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 + + * 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 + + * 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 * WOMessage.m, WOCoreApplication.m, SoProductRegistry.m,