X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-appserver%2FNGObjWeb%2FChangeLog;h=3710d7b0883af72be91c17778f78c75680c3cf25;hb=08f7611e2c00d76714a27b17b2c2d67ba221db07;hp=1d87db8bc1f2fcc7e591b1e89b80f1b6046f6bc0;hpb=2bc1bcfb12042b1fecbd67edfe77c1bf9447b22e;p=sope diff --git a/sope-appserver/NGObjWeb/ChangeLog b/sope-appserver/NGObjWeb/ChangeLog index 1d87db8b..3710d7b0 100644 --- a/sope-appserver/NGObjWeb/ChangeLog +++ b/sope-appserver/NGObjWeb/ChangeLog @@ -1,3 +1,33 @@ +2005-01-04 Marcus Mueller + + * v4.5.105 + + * NGObjWeb.xcode: removed target "SoProducts" from "all". By using a + minor hack we can avoid having to build products for SoCore and + SoOFS (new framework) altogether. + + * SoObjects/SoObjects.xcode: version updated, minor changes to build + process + + * SoObjects/SoProductRegistry.m: if compiled as framework, a project + named "SoObjects" will be registered as "SoCore" - this is + necessary to retain dependency tracking + +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