X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-appserver%2FNGObjWeb%2FChangeLog;h=85143f7dfd1a5305750eb7548de8e4a111e88f32;hb=92f7d57d3627dcd180080ce62125cc5fbd761147;hp=a121e67e36960892a4fd692380368a705241d761;hpb=31179461334f4ec9baf696de5f06ec9ce3cd0089;p=sope diff --git a/sope-appserver/NGObjWeb/ChangeLog b/sope-appserver/NGObjWeb/ChangeLog index a121e67e..85143f7d 100644 --- a/sope-appserver/NGObjWeb/ChangeLog +++ b/sope-appserver/NGObjWeb/ChangeLog @@ -1,3 +1,39 @@ +2004-12-21 Helge Hess + + * WOMessage.m: added 'WOMessageUseUTF8' bool default to enable UTF-8 + as the default message encoding (v4.5.104) + +2004-12-19 Marcus Mueller + + * v4.5.103 + + * WOContext.m: fixed bug in -pushCursor:, first element in newly + allocated stack was never set + + * DynamicElements/WORepetition.m: reverted use of -pushCursor/ + -popCursor for ComplexRepetition, but only in case index is not used. + +2004-12-18 Marcus Mueller + + * DynamicElements/WORepetition.m: bugfix in -appendToResponse:... for + case when only "count" and "index" are set (this didn't work because + of erroneous use of -pushCursor/-popCursor) (v4.5.102) + +2004-12-14 Marcus Mueller + + * NGObjWeb.xcode: minor changes and updated + + * WebDAV/WebDAV.xcode: minor changes and updated + + * SoObjects/SoObjects.xcode: minor changes and updated + + * NGHttp/NGHttp.xcode: minor changes and updated + +2004-11-25 Helge Hess + + * Defaults.plist: set WOHttpAllowHost per default to ( localhost, + localhost.localdomain ) (v4.5.101) + 2004-11-24 Helge Hess * DynamicElements/WOForm.m: minor code cleanups (v4.5.100) @@ -160,16 +196,16 @@ * use Version file for install directory location -2004-11-04 Helge Hess - - * branched 4.3 into 4.4 and 4.5 - 2004-11-03 Marcus Mueller * DynamicElements/*.api: provided formal specifications for all dynamic elements in a format borrowed from WebObjects 4.51. - (v4.3.83) + (v4.5.83) + +2004-11-03 Helge Hess + * branched 4.3 into 4.4 and 4.5 + 2004-11-03 Helge Hess * WOWatchDogApplicationMain.m: disable warning on /etc server defaults