]> err.no Git - sope/blob - maintenance/changes-4.5.9-to-4.5.10.txt
Drop apache 1 build-dependency
[sope] / maintenance / changes-4.5.9-to-4.5.10.txt
1 - improved quoted printable handling (OGo bug #1753)
2 - changed PostgreSQL adaptor to use UTF-8, cleaned up PG adaptor
3 - added support for OR qualifiers in GDLContentStore
4 - improvements in sort handling of WETableView
5 - filter out -O flags in relevant sope-xml makefile sections
6 - added 'fragmentIdentifier' binding to WOForm
7 - added 'suffix' label binding to WOCheckBoxList
8 - added <prototype-script> tag (WEPrototypeScript) to WOx
9 - added support for gnustep-make 1.13
10 - fixed XCode projects
11
12 Major contributors on the SOPE 4.5.9 release:
13 Wolfgang Sourdeau
14 Marcus Mueller
15 Sebastian Reitenbach
16 Helge Hess
17 ... and many more :-)
18
19 ===========================================================================
20 compare /home/helge/dev/complete/SOPE/releases/4.5.9-maple with .
21 changed: sope-core/NGExtensions/
22      2006-11-02  Helge Hess  <helge.hess@opengroupware.org>
23         * NGQuotedPrintableCoding.m: added NSData method to decode QP as per
24           RFC 2045: -dataByDecodingQuotedPrintableTransferEncoding, related to
25           OGo bug #1753 (v4.5.189)
26 changed: sope-core/EOControl/
27      2006-09-30  Helge Hess  <helge.hess@opengroupware.org>
28         * EOKeyGlobalID.m: print a warning if a key-gid is created with a nil
29           value, improved -description (v4.5.68)
30 changed: sope-gdl1/PostgreSQL/
31      2006-09-30  Helge Hess  <helge.hess@opengroupware.org>
32         * v.4.5.48
33         * always use UTF-8 as the transport encoding (was Latin1 before),
34           enforce that by setting the connection client encoding (when
35           possible)
36         * added category to convert EOKeyGlobalIDs to SQL (required by OGo
37           trunk)
38         * moved NSNull/pgval category to own file
39         * moved PostgreSQL version detection to pgconfig.h file, properly
40           detect new PostgreSQL versions by a missing PG_MAJOR_VERSION
41           define (and enable NG_SET_CLIENT_ENCODING etc in this case)
42 added:   sope-gdl1/PostgreSQL/pgconfig.h
43 added:   sope-gdl1/PostgreSQL/NSNull+PGVal.m
44 added:   sope-gdl1/PostgreSQL/PGResultSet.m
45 added:   sope-gdl1/PostgreSQL/PostgreSQL72DataTypeMappingException.m
46 added:   sope-gdl1/PostgreSQL/EOKeyGlobalID+PGVal.m
47 removed: sope-gdl1/PostgreSQL/PostgreSQL72Values.m
48 changed: sope-gdl1/GDLContentStore/
49      2006-08-31  Wolfgang Sourdeau  <WSourdeau@Inverse.CA>
50         * EOQualifier+GCS.m: added support for OR qualifiers and for case
51           insensitive-like qualifiers on PostgreSQL (v4.5.37)
52 changed: sope-gdl1/SQLite3/
53      2006-10-29  Marcus Mueller  <znek@mulle-kybernetik.com>
54         * SQLite3.xcodeproj: link against the system version of sqlite3 rather
55           than a custom version in /usr/local.
56 changed: sope-xml/XmlRpc/
57      2006-09-20  Helge Hess  <helge.hess@opengroupware.org>
58         * GNUmakefile.preamble: filter out -O% flags for files using exception
59           handlers, enable -O2 per default (v4.5.30)
60 changed: sope-xml/SaxObjC/
61      2006-09-20  Helge Hess  <helge.hess@opengroupware.org>
62         * GNUmakefile.preamble: filter out -O% flags for files using exception
63           handlers, enable -O2 per default (v4.5.61)
64 changed: sope-xml/DOM/
65      2006-09-20  Helge Hess  <helge.hess@opengroupware.org>
66         * GNUmakefile.preamble: filter out -O% flags for files using exception
67           handlers, enable -O2 per default (v4.5.23)
68 changed: sope-appserver/WEExtensions/
69      2006-09-30  Helge Hess  <helge.hess@opengroupware.org>
70         * WETableView/WETableCell.m: improved sortkey handling for keypathes
71           (v4.5.91)
72 changed: sope-appserver/NGObjWeb/
73      2006-11-03  Helge Hess  <helge.hess@opengroupware.org>
74         * v4.5.254
75         * DynamicElements/WOInput.m: changed to use -warnWithFormat:
76         * DynamicElements/WOCheckBox.m: subminor code cleanup
77      2006-11-02  Helge Hess  <helge.hess@opengroupware.org>
78         * woapp-gs.make: fixed a bug in a variable test for which_lib, note
79           that WHICH_LIB_SCRIPT must be defined for older gnustep-make versions
80           (v4.5.253)
81      2006-09-20  Helge Hess  <helge.hess@opengroupware.org>
82         * DynamicElements: filter out -O% flags for files using exception
83           handlers, enable -O2 per default (v4.5.252)
84      2006-09-18  Marcus Mueller  <znek@mulle-kybernetik.com>
85         * wobundle-gs.make: basically reverted to r103, but with the
86           WHICH_LIB_SCRIPT check enabled - the rest was garbage which
87           accidentaly got committed, unsure how that happened in the
88           first place (v4.5.251)
89      2006-09-18  Helge Hess  <helge.hess@opengroupware.org>
90         * removed deprecated woapp.make, wobundle.make (v4.5.250)
91      2006-09-12  Marcus Mueller  <znek@mulle-kybernetik.com>
92         * woapp-gs.make, wobundle-gs.make: play nicely with
93           gnustep-make 1.13.0, where WHICH_LIB_SCRIPT has been removed
94           (v4.5.249)
95      2006-09-10  Helge Hess  <helge.hess@opengroupware.org>
96         * DynamicElements/WOForm.m: added 'fragmentIdentifier' binding to
97           generate actions which contains a named link (#tasks) (v4.5.248)
98      2006-09-05  Helge Hess  <helge.hess@opengroupware.org>
99         * DynamicElements/WOCheckBoxList.m: fixed a typo (v4.5.247)
100      2006-08-31  Helge Hess  <helge.hess@opengroupware.org>
101         * WebDAV/SoObjectWebDAVDispatcher.m: code cleanups, use -isNotEmpty
102           (v4.5.246)
103      2006-08-31  Wolfgang Sourdeau  <WSourdeau@Inverse.CA>
104         * DynamicElements/WOCheckBoxList.m: embed 'suffix' label binding in
105           a label tag enclosing the checkbox (v4.5.245)
106 removed: sope-appserver/NGObjWeb/wobundle.make
107 removed: sope-appserver/NGObjWeb/woapp.make
108 changed: sope-appserver/WEPrototype/
109      2006-08-28  Marcus Mueller  <znek@mulle-kybernetik.com>
110         * WEPrototypeElemBuilder.m: added "prototype-script" reference to
111           WEPrototypeScript element. (v4.5.8)
112