- fixed OGo bug #1080 (NSNull got -hasPrefix:/-hasSuffix:) - escape '+' chars in URLs (OGo bug #1260) - fixed IMAP/Sieve encoding of long logins/passwords (OGo bug #1228) - fixed an issue with mod_ngobjweb and the '0' port - fixed an Apache2 incompatibility with apr_sleep - added 127.0.0.1 to default WOHttpAllowHost setting =========================================================================== compare ../complete/SOPE/releases/4.4beta.2-voyager with . changed: sope-core/NGExtensions/ 2005-02-23 Helge Hess * FdExt.subproj/NSNull+misc.m: added -hasPrefix: / -hasSuffix:, should fix OGo bug #1080 (v4.4.132) 2005-02-21 Helge Hess * FdExt.subproj/NSString+URLEscaping.m: changed to escape '+' chars in URLs - this is required since the same methods are used for forms which treat spaces as "+" (OGo bug #1260) (v4.4.131) 2005-02-14 Helge Hess * NGBase64Coding.m: added method -dataByEncodingBase64WithLineLength: to support the fix for OGo bug #1228 (v4.4.130) changed: sope-mime/ 2005-02-14 Helge Hess * NGImap4: changed base64 encoding in Sieve client to fix OGo bug #1228 (requires libNGExtensions v4.4.130) (v4.4.199) changed: sope-mime/NGImap4/ 2005-02-14 Helge Hess * NGSieveClient.m: encode base64 with a large line break to fix OGo bug #1228 (requires libNGExtensions v4.4.130) changed: sope-appserver/mod_ngobjweb/ 2005-02-24 Helge Hess * handler.c: only write the x-webobjects-port if the Apache variable is not 0 (need to find out how this can happen ...) * handler.c (_connectInstance): fixed apr_sleep for Apache 2 which now requires microseconds (thanks Christophe Bernard for pointing that out!) 2005-01-17 Helge Hess * GNUmakefile: fixed all ru changed: sope-appserver/NGObjWeb/ 2005-02-06 Helge Hess * Defaults.plist: added "127.0.0.1" to WOHttpAllowHost (v4.4.84) added: maintenance/changes-4.4b.2-to-4.4b.3.txt