X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-appserver%2FNGObjWeb%2FChangeLog;h=9a9ff266394006fdc2953f22a84729e4fc031312;hb=ebc7f3a9445c7b79855f2f3b5f413cc93da08f46;hp=e4e2cd6fec2870216ca5a8a0f895c9a3376b6c70;hpb=5c8aeec966b9ff23c6ab6326aef79944f92b749d;p=sope diff --git a/sope-appserver/NGObjWeb/ChangeLog b/sope-appserver/NGObjWeb/ChangeLog index e4e2cd6f..9a9ff266 100644 --- a/sope-appserver/NGObjWeb/ChangeLog +++ b/sope-appserver/NGObjWeb/ChangeLog @@ -1,3 +1,24 @@ +2004-10-08 Helge Hess + + * WebDAV/SoObjectDataSource.m: ensure that the child key used for + lookup is a string (eg if toOneRelationshipKeys returns NSNumber's + as values) (v4.3.57) + + * WebDAV/SoObjectDataSource.m: minor optimization to URL generation + (v4.3.56) + + * v4.3.55 + + * WebDAV/SoObjectResultEntry.m, WebDAV/SoWebDAVRenderer.m: improved + debugging and error detection facilities + + * WebDAV/SoObjectDataSource.m: fixed URL construction on Cocoa + Foundation (you cannot use NSPathUtilities to work on URLs with that + Foundation) + + * WEClientCapabilities.m: added Goliath as a known (WebDAV) user agent, + added -isRSSClient method + 2004-10-07 Helge Hess * v4.3.54