~ubuntu-branches/ubuntu/edgy/sope/edgy

« back to all changes in this revision

Viewing changes to maintenance/changes-4.3.7-to-4.3.8.txt

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Ley
  • Date: 2005-08-19 16:53:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050819165331-hs683wz1osm708pw
Tags: upstream-4.4rc.2
ImportĀ upstreamĀ versionĀ 4.4rc.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
compare /home/helge/dev/complete/SOPE/releases/4.3.7-shapeshifter with /home/helge/dev/SOPE-4.3
 
2
added:   debian
 
3
changed: sope-core/
 
4
     2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
 
5
        * sope-core.xcode: Fixed wrong build order
 
6
     2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
7
        * sope-core.xcode: Fixed dependencies to resemble the make process
 
8
          more closely. Our aim should be to stick to the make process
 
9
          as closely as possible, so we shouldn't introduce dependencies in
 
10
          non-toplevel projects.
 
11
changed: sope-core/NGExtensions/
 
12
     2004-09-27  Helge Hess  <helge.hess@opengroupware.org>
 
13
        * NGBundleManager.m: removed a warning on MacOSX (v4.3.117)
 
14
     2004-09-23  Marcus Mueller  <znek@mulle-kybernetik.com>
 
15
        * NGExtensions.xcode: added NGResourceLocator class
 
16
     2004-09-23  Helge Hess  <helge.hess@skyrix.com>
 
17
        * added NGResourceLocator class (v4.2.116)
 
18
        * moved NGCString to Recycler (was not compiled since v4.2.93)
 
19
     2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
20
        * NGExtensions.xcode: Fixed dependencies to resemble the make process
 
21
          more closely. Our aim should be to stick to the make process
 
22
          as closely as possible, so we shouldn't introduce dependencies in
 
23
          non-toplevel projects.
 
24
        * NGExtensions.xcode: minor fix
 
25
added:   sope-core/NGExtensions/NGResourceLocator.m
 
26
removed: sope-core/NGExtensions/NGCString.m
 
27
added:   sope-core/NGExtensions/NGExtensions/NGResourceLocator.h
 
28
removed: sope-core/NGExtensions/NGExtensions/NGCString.h
 
29
changed: sope-core/NGStreams/
 
30
     2004-09-29  Helge Hess  <helge.hess@skyrix.com>
 
31
        * NGInternetSocketAddress.m: _fillAddress() does not throw an
 
32
          exception, just returns it. Improved -description (v4.3.46)
 
33
changed: sope-core/samples/
 
34
     2004-09-23  Helge Hess  <helge.hess@skyrix.com>
 
35
        * addd sope-rsrclookup.m tool for tetsing NGResourceLocator
 
36
        * fmdls.m: some code cleanups
 
37
added:   sope-core/samples/sope-rsrclookup.m
 
38
added:   sope-gdl1/README-OSX.txt
 
39
changed: sope-gdl1/GDLAccess/
 
40
     2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
 
41
        * GDLAccess.xcode: new Xcode project
 
42
changed: sope-gdl1/PostgreSQL/
 
43
     2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
 
44
        * PostgreSQL.xcode: new Xcode project. This requires you have a recent
 
45
          PostgreSQL installed in /usr/local/pgsql.
 
46
        * PostgreSQL-Info.plist: new bundle info for Xcode
 
47
        * PostgreSQL72-Info.plist: removed old bundle info
 
48
added:   sope-gdl1/PostgreSQL/PostgreSQL-Info.plist
 
49
removed: sope-gdl1/PostgreSQL/PostgreSQL72-Info.plist
 
50
changed: sope-mime/
 
51
     2004-10-01  Helge Hess  <helge.hess@opengroupware.org>
 
52
        * NGImap4: NGImap4Client improvements (v4.3.183)
 
53
     2004-09-30  Helge Hess  <helge.hess@skyrix.com>
 
54
        * NGMime: fixed OGo buf #936 (v4.3.182)
 
55
     2004-09-29  Helge Hess  <helge.hess@skyrix.com>
 
56
        * NGImap4: minor improvements (v4.3.181)
 
57
     2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
58
        * sope-mime.xcode: fixes
 
59
changed: sope-mime/samples/
 
60
     2004-09-26  Helge Hess  <helge.hess@opengroupware.org>
 
61
        * GNUmakefile: added imap_tool to compilation
 
62
        * imap_tool.m: code cleanups
 
63
changed: sope-mime/NGMime/
 
64
     2004-09-30  Helge Hess  <helge.hess@skyrix.com>
 
65
        * NGMimePartParser.m: fixed an issue with unlimited length parsing,
 
66
          fixes OGo bug #936 (v4.3.182)
 
67
     2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
68
        * NGMime.xcode: Fixed dependencies to resemble the make process
 
69
          more closely. Our aim should be to stick to the make process
 
70
          as closely as possible, so we shouldn't introduce dependencies in
 
71
          non-toplevel projects.
 
72
        * NGMime.xcode: fixes
 
73
changed: sope-mime/NGImap4/
 
74
     2004-09-30  Helge Hess  <helge.hess@opengroupware.org>
 
75
        * v4.3.183
 
76
        * NGImap4Folder.m: use new sort API
 
77
        * NGImap4Client.m: deprecated -sort:qualifier: in favor of
 
78
          -sort:qualifier:encoding:, code cleanups
 
79
     2004-09-29  Helge Hess  <helge.hess@skyrix.com>
 
80
        * NGImap4Client.m: improved -description (v4.3.181)
 
81
     2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
82
        * imCommon.h: Fixed duplicate interface declarations by renaming
 
83
          them. I believe this was an Xcode only issue. (v4.3.180)
 
84
changed: sope-mime/NGMail/
 
85
     2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
86
        * NGMail.xcode: Fixed dependencies to resemble the make process
 
87
          more closely. Our aim should be to stick to the make process
 
88
          as closely as possible, so we shouldn't introduce dependencies in
 
89
          non-toplevel projects.
 
90
changed: sope-xml/
 
91
     2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
92
        * sope-xml.xcode: Fixed dependencies to resemble the make process
 
93
          more closely. Our aim should be to stick to the make process
 
94
          as closely as possible, so we shouldn't introduce dependencies in
 
95
          non-toplevel projects.
 
96
changed: sope-xml/libxmlSAXDriver/
 
97
     2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
 
98
        * libxmlSAXDriver.xcode: minor fixes
 
99
     2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
100
        * libxmlSAXDriver.xcode: Fixed library search path
 
101
        * libxmlSAXDriver.xcode: Fixed dependencies to resemble the make process
 
102
          more closely. Our aim should be to stick to the make process
 
103
          as closely as possible, so we shouldn't introduce dependencies in
 
104
          non-toplevel projects. Also added a new copy files phase to copy the
 
105
          resulting bundle to a well-known place where the SaxObjC framework
 
106
          can later pick it up for inclusion in its framework wrapper.
 
107
changed: sope-xml/XmlRpc/
 
108
     2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
 
109
        * XmlRpc.xcode: minor fixes
 
110
     2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
111
        * XmlRpc.xcode: Fixed dependencies to resemble the make process
 
112
          more closely. Our aim should be to stick to the make process
 
113
          as closely as possible, so we shouldn't introduce dependencies in
 
114
          non-toplevel projects.
 
115
changed: sope-xml/SaxObjC/
 
116
     2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
 
117
        * SaxObjC.xcode: minor fixes
 
118
     2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
119
        * SaxObjC.xcode: Fixed dependencies to resemble the make process
 
120
          more closely. Our aim should be to stick to the make process
 
121
          as closely as possible, so we shouldn't introduce dependencies in
 
122
          non-toplevel projects. Also fixed cyclic dependency between the
 
123
          framework and the libxmlSAXDriver, which gets copied into the
 
124
          framework wrapper after compilation. This now gets achieved by two
 
125
          shellscript phases, one in the framework and one as a separate
 
126
          shellscript target.
 
127
changed: sope-xml/DOM/
 
128
     2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
 
129
        * DOM.xcode: minor fixes
 
130
     2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
131
        * DOM.xcode: Fixed dependencies to resemble the make process
 
132
          more closely. Our aim should be to stick to the make process
 
133
          as closely as possible, so we shouldn't introduce dependencies in
 
134
          non-toplevel projects.
 
135
added:   Recycler/Snippets
 
136
changed: sope-ldap/NGLdap/
 
137
     2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
 
138
        * README.macosx: removed obsoleted documentation
 
139
        * NGLdap.xcode: adjusted several build parameters
 
140
removed: sope-ldap/NGLdap/README.macosx
 
141
changed: sope-appserver/
 
142
     2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
 
143
        * README-OSX.txt: minor changes to the prebinding documentation. The
 
144
          whole document needs an overhaul, still.
 
145
     2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
146
        * NGExtensions.xcode: Fixed dependencies to resemble the make process
 
147
          more closely. Our aim should be to stick to the make process
 
148
          as closely as possible, so we shouldn't introduce dependencies in
 
149
          non-toplevel projects.
 
150
changed: sope-appserver/WEExtensions/
 
151
     2004-09-28  Helge Hess  <helge.hess@opengroupware.org>
 
152
        * common.h(WEUriOfResource): use component resource manager if
 
153
          available (v4.3.60)
 
154
        * WETreeData.m: added new 'treeLink' association which can be used to
 
155
          override the componentActionURL used for expand/collapse and therfore
 
156
          allow for session less tree generation (v4.3.59)
 
157
     2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
158
        * WEExtensions.xcode: Fixed dependencies to resemble the make process
 
159
          more closely. Our aim should be to stick to the make process
 
160
          as closely as possible, so we shouldn't introduce dependencies in
 
161
          non-toplevel projects. Also corrected inclusion of .js resources
 
162
          (these were accidentaly treated as source files before).
 
163
added:   sope-appserver/WEExtensions/WEExtensions.wox
 
164
changed: sope-appserver/SoOFS/
 
165
     2004-09-29  Helge Hess  <helge.hess@skyrix.com>
 
166
        * fhs.make: install 'sope' tool in FHS sbin (v4.3.11)
 
167
     2004-09-27  Helge Hess  <helge.hess@skyrix.com>
 
168
        * GNUmakefile: made 'sope' executable a versioned tool (now called
 
169
          sope-4.3) (v4.3.10)
 
170
changed: sope-appserver/WOExtensions/
 
171
     2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
172
        * WOExtensions.xcode: fixed dependencies
 
173
added:   sope-appserver/WOExtensions/WOExtensions.wox
 
174
changed: sope-appserver/NGObjWeb/
 
175
     2004-09-30  Helge Hess  <helge.hess@skyrix.com>
 
176
        * WOHttpAdaptor/WOHttpAdaptor.m: print listen address as a string value
 
177
          (v4.3.50)
 
178
        * WebDAV/SoWebDAVRenderer.m: set lock-token header on LOCK requests
 
179
          (v4.3.49)
 
180
     2004-09-27  Helge Hess  <helge.hess@opengroupware.org>
 
181
        * DynamicElements/WONestedList.m: minor code cleanups (v4.3.48)
 
182
     2004-09-26  Helge Hess  <helge.hess@opengroupware.org>
 
183
        * WEClientCapabilities.m: added the NewsFire RSS reader as a known
 
184
          user-agent (v4.3.47)
 
185
        * OWResourceManager.m: removed a warning on a missing path on MacOSX
 
186
          (v4.3.46)
 
187
     2004-09-24  Helge Hess  <helge.hess@skyrix.com>
 
188
        * SoObjects/SoProductRegistry.m: do not abort scanning for SOPE
 
189
          products if GNUSTEP_PATHPREFIX_LIST is not set (to continue
 
190
          searching in FHS locations) (v4.3.45)
 
191
        * SoObjects/SoSecurityManager.m: improved reason string of security
 
192
          exceptions (v4.3.44)
 
193
     2004-09-23  Helge Hess  <helge.hess@skyrix.com>
 
194
        * v4.3.43
 
195
        * WOCoreApplication.m: improved handling of WOPort default (detect
 
196
          numeric ports)
 
197
        * Defaults.plist: changed default WOPort value from '"*:20000"' to
 
198
          just 20000 (which is the same like *:20000' but compatible to WO)
 
199
        * WOHttpAdaptor/WOHttpAdaptor.m: for numberic WOPort's, retrieve the
 
200
          port from the WOApplication object
 
201
        * WOCoreApplication.m: use NGResourceLocator to determine search pathes
 
202
          (v4.3.42)
 
203
     2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
 
204
        * NGObjWeb.xcode: added WOServerDefaults.m to the build
 
205
     2004-09-21  Helge Hess  <helge.hess@skyrix.com>
 
206
        * v4.3.41
 
207
        * WOWatchDogApplicationMain.m: added new function
 
208
          WOWatchDogApplicationMainWithServerDefaults() which installs the
 
209
          WOServerDefaults class as the default NSUserDefaults class
 
210
        * added WOServerDefaults class (not implemented yet)
 
211
     2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
 
212
        * v4.3.41
 
213
        * Templates/common.h, SoObjects/common.h: fixed duplicate interface
 
214
          declarations by renaming them. I believe this only affected Xcode
 
215
          builds.
 
216
        * NGObjWeb.xcode: Fixed dependencies to resemble the make process
 
217
          more closely. Our aim should be to stick to the make process
 
218
          as closely as possible, so we shouldn't introduce dependencies in
 
219
          non-toplevel projects.
 
220
added:   sope-appserver/NGObjWeb/WOServerDefaults.m
 
221
changed: sope-appserver/samples/WOxExtTest/
 
222
     2004-09-28  Helge Hess  <helge.hess@opengroupware.org>
 
223
        * Resources/TreeView.plist: fixed a missing semicolon (breaks on
 
224
          MacOSX)
 
225
     2004-09-27  Helge Hess  <helge.hess@opengroupware.org>
 
226
        * GNUmakefile.preamble (WOxExtTest_LIB_DIRS): fixed some linking path
 
227
added:   maintenance/changes-to-4.3.7.txt
 
228
added:   maintenance/sope.spec
 
229
added:   maintenance/mod_ngobjweb_fedora.spec
 
230
added:   maintenance/mod_ngobjweb_suse91.spec
 
231
changed: sope-ical/samples/
 
232
     2004-09-26  Helge Hess  <helge.hess@opengroupware.org>
 
233
        * GNUmakefile.preamble: fixed makefiles for SOPE inline compilation
 
234
changed: sope-ical/NGiCal/
 
235
     2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
 
236
        * NGiCal.xcode: fixed several build parameters
 
237
changed: sope-ical/iCalSaxDriver/
 
238
     2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
 
239
        * v4.3.16
 
240
        * iCalSaxDriver.xcode: new definition for Xcode build (XCODE_BUILD)
 
241
        * ICalSaxParser.m, NSString+ICal.h, NSCalendarDate+ICal.h,
 
242
          NSString+ICal.m, NSCalendarDate+ICal.m: use new XCODE_BUILD
 
243
          definition to correctly include ical.h.
 
244
        * iCalSaxDriver.xcode: new Xcode project
 
245
added:   sope-ical/iCalSaxDriver/English.lproj
 
246
added:   sope-ical/iCalSaxDriver/version.plist