]> err.no Git - sope/blob - maintenance/changes-4.5.8-to-4.5.9.txt
Drop apache 1 build-dependency
[sope] / maintenance / changes-4.5.8-to-4.5.9.txt
1 - fixed a small 64bit logging issue
2 - -valueForKey on mutable arrays now returns mutable arrays (WO 4.5)
3 - added table reflection support to MySQL adaptor
4 - fixed NSString handling in EOCustomValues (fixes OGo bug #1701)
5 - improved handling of IMAP4 subfolders
6 - added support for 'nil' XML-RPC type
7 - fixed a bug in WECalendarField CSS
8 - HTML escape JavaScript contents in <script> sections
9 - added ability to forward request to other hosts in mod_ngobjweb
10 - fixed compilation warnings on BSD
11 - improved handling of 0-port values in SoWebDAVRenderer
12 - fixed a runaway with multiline comments in .wod files
13 - fixed an issue with preserving parse results in the vCard parser
14
15 Major contributors on the SOPE 4.5.9 release:
16 Wolfgang Sourdeau
17 Marcus Mueller
18 Sebastian Reitenbach
19 Helge Hess
20 ... and many more :-)
21
22 ===========================================================================
23 compare ../complete/SOPE/releases/4.5.8-sixtyfour with .
24 changed: sope-core/NGExtensions/
25      2006-07-24  Helge Hess  <helge.hess@opengroupware.org>
26         * NGBundleManager.m: fixed a minor 64bit printing issue (v4.5.188)
27 changed: sope-core/EOControl/
28      2006-08-18  Helge Hess  <helge.hess@opengroupware.org>
29         * EOKeyValueCoding.m: -valueForKey: now returns mutable arrays when
30           being called on mutable arrays (WO 4.5 compatibility) (v4.5.67)
31 changed: sope-gdl1/MySQL/
32      2006-07-24  Helge Hess  <helge.hess@opengroupware.org>
33         * MySQL4Channel+Model.m: added SHOW TABLES to retrieve MySQL table
34           names (v4.5.14)
35 changed: sope-gdl1/GDLAccess/
36      2006-08-15  Helge Hess  <helge.hess@opengroupware.org>
37         * EOCustomValues.m: added special support for lF NSTemporaryString
38           to fix OGo bug #1701 (v4.5.58)
39 changed: sope-mime/
40      2006-08-03  Wolfgang Sourdeau  <WSourdeau@Inverse.CA>
41         * NGImap4: improved subfolder handling (v4.5.242)
42 changed: sope-mime/NGImap4/
43      2006-08-03  Wolfgang Sourdeau  <WSourdeau@Inverse.CA>
44         * NGImap4Connection.m: check for \noinferiors flags when traversing
45           subfolders
46 changed: sope-xml/XmlRpc/
47      2006-08-24  Helge Hess  <helge.hess@opengroupware.org>
48         * NSObject+XmlRpc.m: added support for 'nil' type as submitted by
49           xmlrpclib with the 'allow_none' option set (v4.5.29)
50 changed: sope-appserver/WEExtensions/
51      2006-08-17  Wolfgang Sourdeau  <WSourdeau@Inverse.CA>
52         * WECalendarField.m: do not use "<!--" in <style> tags, those comments
53           are not valid in CSS (v4.5.90)
54         * JSStringTable.m: properly HTML escape JavaScript inside <script>
55           sections (v4.5.89)
56      2006-07-24  Helge Hess  <helge.hess@opengroupware.org>
57         * WEWeekOverview.m: use -warnWithFormat:, minor code cleanups (v4.5.88)
58 changed: sope-appserver/mod_ngobjweb/
59      2006-08-21  Helge Hess  <helge.hess@opengroupware.org>
60         * handler.c: added ability to forward app requests to other hosts
61           (using IP:port syntax)
62 changed: sope-appserver/NGObjWeb/
63      2005-08-15  Sebastian Reitenbach  <reitenbach@rapideye.de>
64         * WOWatchDogApplicationMain.m: include <unistd.h> instead of
65           <sys/unistd.h>, fixes warnings on BSD and works with Linux too
66           (v4.5.244)
67      2006-08-15  Helge Hess  <helge.hess@opengroupware.org>
68         * WEClientCapabilities.m: properly mark Safari as a JavaScript capable
69           browser (v4.5.243)
70      2006-08-03  Wolfgang Sourdeau  <WSourdeau@Inverse.CA>
71         * WebDAV/SoWebDAVRenderer.m: added special handling for 0-port values
72           in URLs (v4.5.242)
73      2006-07-25  Marcus Mueller  <znek@mulle-kybernetik.com>
74         * Templates/WODParser.m: fixed an infinite loop bug during comment
75           scanning that occured when a multiline comment contained a '*'
76           (v4.5.241)
77 added:   sope-ical/data/synthesis-syncml1.xml
78 added:   sope-ical/data/evo26-multilinefields1-bug1714.ics
79 changed: sope-ical/NGiCal/
80      2006-08-03  Helge Hess  <helge.hess@opengroupware.org>
81         * NGVCardSaxHandler.m: fixed a bug with returning parsing results.
82           Properly make a copy of the vCard array so that -clear doesn't
83           destroy references. Thanks go to Wolfgang Sourdeau for documenting
84           the issue! (v4.5.76)