]> err.no Git - sope/blob - sope-appserver/NGXmlRpc/ChangeLog
fixed some Cocoa warnings
[sope] / sope-appserver / NGXmlRpc / ChangeLog
1 2005-08-05  Helge Hess  <helge.hess@opengroupware.org>
2
3         * WODirectAction+XmlRpc.m: fixed gcc 4.0 warnings (v4.5.11)
4
5 2005-05-03  Helge Hess  <helge.hess@opengroupware.org>
6
7         * NGXmlRpcAction.m: fixed gcc 4.0 warnings (v4.5.10)
8
9 2005-01-02  Helge Hess  <helge.hess@opengroupware.org>
10
11         * WODirectAction+XmlRpc.m: minor code cleanups (v4.5.9)
12
13 2004-11-11  Marcus Mueller  <znek@mulle-kybernetik.com>
14
15         * NGXmlRpc.xcode: fixed a subtle bug that prevent Xcode from being
16           loaded correctly.
17
18 2004-11-07  Marcus Mueller  <znek@mulle-kybernetik.com>
19
20         * v4.5.8
21
22         * NGXmlRpc.xcode: new Xcode project
23
24         * common.h: fixed for multiple inclusion during Xcode
25           build (common.h is the prefix header)
26
27 2004-09-14  Helge Hess  <helge.hess@skyrix.com>
28
29         * moved xmlrpc_call tool to own top-level SOPE dir (xmlrpc_call)
30           (v4.3.7)
31
32 2004-09-11  Marcus Mueller  <znek@mulle-kybernetik.com>
33
34         * GNUmakefile.preamble: minor changes for inline compilation with
35           GNUSTEP_BUILD_DIR set elsewhere (v4.3.6)
36
37 2004-09-10  Helge Hess  <helge.hess@skyrix.com>
38
39         * GNUmakefile: fixed soname, libname versions (v4.3.5)
40
41 2004-08-31  Helge Hess  <helge.hess@skyrix.com>
42
43         * GNUmakefile.preamble: fixed libNGMime location for gstep-make 1.9.2,
44           fixed library locations for FHS (v4.3.4)
45
46 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
47
48         * added hack to install the project in FHS locations - the library,
49           its headers, the tools and the resources will be installed in
50           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
51           (v4.3.3)
52
53 2004-08-23  Helge Hess  <helge.hess@skyrix.com>
54
55         * v4.3.2
56         
57         * xmlrpc_call.m: properly include UnixSignalHandler from NGObjWeb on
58           non-lF platforms
59
60         * GNUmakefile.preamble: removed libjs linking path
61
62         * moved NGXmlRpc to own subproject (v4.3.1)
63
64 2004-04-17  Marcus Mueller  <znek@mulle-kybernetik.com>
65
66         * WODirectAction+XmlRpc.m: replaced "catched" with "caught" in comment.
67
68 2004-03-15  Helge Hess  <helge.hess@opengroupware.org>
69
70         * EOFetchSpecification+XmlRpcCoding.m: do not use deprecated plist
71           init method (v4.2.322)
72
73 2004-03-01  Helge Hess  <helge.hess@opengroupware.org>
74
75         * NGXmlRpcClient.m: added ability to specify additional, HTTP level
76           headers to be used when creating the WORequest for the XML-RPC
77           invocation (v4.2.315)
78
79 2004-02-09  Helge Hess  <helge.hess@skyrix.com>
80
81         * NGXmlRpcClient.m: deprecated non-URL based API, add -login method
82           (v4.2.289)
83
84 2003-08-26  Helge Hess  <helge.hess@skyrix.com>
85
86         * WODirectAction+XmlRpc.m: small cleanup to exception handling 
87           (v4.2.216)
88
89 2003-01-30  Helge Hess  <helge.hess@skyrix.com>
90
91         * v4.2.138
92
93         * WODirectAction+XmlRpc.m: added special handling for NULL selectors,
94           since the MacOSX Foundation does not allow -respondsToSelector:NULL
95
96         * NSObject+Reflection.m: added reflection for Apple runtime (required
97           by system.listMethods)
98
99         * NGXmlRpcRequestHandler.m: replaced some release macros
100
101 2003-01-29  Helge Hess  <helge.hess@skyrix.com>
102
103         * WODirectAction+XmlRpcIntrospection.m: added patch provided by Bjoern
104           (fixes SKYRiX bug 918)
105
106 2003-01-16  Helge Hess  <helge.hess@skyrix.com>
107
108         * WODirectAction+XmlRpc.m: fixed a bug (incorrect number of arguments
109           passed to a selector)
110
111 2003-01-09  Helge Hess  <helge.hess@skyrix.com>
112         
113         * NGXmlRpcClient.m: started support for HTTP digest authentication
114           (v4.2.112)
115         
116 Mon Dec 23 15:47:38 2002  Helge Hess  <helge.hess@skyrix.com>
117
118         * WODirectAction+XmlRpc.m: fixed a gcc 3.2 warning (v4.2.103)
119
120 2002-10-04  Helge Hess  <helge.hess@skyrix.com>
121
122         * removed the change below (v4.2.38) :-(
123
124         * NGXmlRpcAction+Registry.m: use -skyDictionaryWithContentsOfFile:
125           for parsing of property lists (so that comments work on OSX) 
126           (v4.2.37)
127
128 2002-08-29  Helge Hess  <helge.hess@skyrix.com>
129         
130         * NGXmlRpcRequestHandler.m: small fix to make gcc 3.1 happy (v4.2.35)
131
132 2002-07-02  Helge Hess  <helge.hess@skyrix.com>
133
134         * NGXmlRpcAction.m: fixed a bug in auth handling (www-authenticate
135           header was not set, if access was denied)
136           - allow an action selector to have more arguments than the associated
137           signature (the remaining args are filled with nil ...)
138
139 2002-06-27  Helge Hess  <helge.hess@skyrix.com>
140
141         * NGXmlRpcAction+Registry.m: added a default to control the logging of
142           selector<->rpc-method mapping
143
144 2002-06-20  Helge Hess  <helge.hess@skyrix.com>
145
146         * XmlRpcMethodResponse+WO.m: changed back to use WOResponse
147           content encoding
148
149 Wed Jun 19 18:53:49 2002  Bjoern Stierand  <bjoern@skyrix.com>
150
151         * XmlRpcMethodResponse+WO.m: changed default response
152           encoding to UTF-8 (was defaultCStringEncoding before)
153
154 Fri May 10 15:29:14 2002  Helge Hess  <helge.hess@skyrix.com>
155
156         * NGXmlRpcAction.m: improved error handling
157
158         * NGXmlRpcClient.m: improved error handling
159
160 Sun May  5 14:27:12 2002  Helge Hess  <helge.hess@skyrix.com>
161
162         * moved as a subproject to NGObjWeb
163
164 Mon Apr 22 13:34:44 2002  Helge Hess  <helge.hess@skyrix.com>
165
166         * GNUmakefile: always build xmlrpc_call
167
168 Fri Apr 12 14:35:30 2002  Helge Hess  <helge.hess@skyrix.com>
169
170         * NGXmlRpcAction.m: added ability to coredump if a fault is going
171           to be delivered
172
173 Tue Apr  9 15:19:13 2002  Bjoern Stierand  <bjoern@skyrix.com>
174
175         * NGXmlRpcClient.m: fixed adding of authorization to headers
176           even if no username/password was set
177
178 Fri Apr  5 15:20:47 2002  Helge Hess  <helge.hess@skyrix.com>
179
180         * WODirectAction+XmlRpc.m ([WODirectAction -selectorForXmlRpcAction:parameters:]): 
181           don't print warning if system.* methods are invoked
182
183 Tue Mar 26 19:26:15 2002  Bjoern Stierand  <bjoern@skyrix.com>
184
185         * added xmlrpc_call tool
186
187 Mon Mar 25 16:54:20 2002  Helge Hess  <helge.hess@skyrix.com>
188
189         * added NGXmlRpcRequestHandler, NGXmlRpcAction, NGAsyncResultProxy
190           from SkyDaemon
191
192 Fri Mar 15 15:29:31 2002  Helge Hess  <helge.hess@skyrix.com>
193
194         * XmlRpcMethodResponse+WO.m: set content-type to text/xml
195
196 Mon Mar 11 18:09:54 2002  Helge Hess  <helge.hess@skyrix.com>
197
198         * XmlRpcMethodResponse+WO.h: conforms to WOActionResults
199
200 Tue Feb 26 18:27:37 2002  Bjoern Stierand  <bjoern@skyrix.com>
201
202         * WODirectAction+XmlRpcIntrospection.m: component namespace
203           is now added for all functions who are not introspection methods
204
205 Thu Feb 14 11:09:19 2002  Helge Hess  <helge.hess@skyrix.com>
206
207         * EOFetchSpecification+XmlRpcCoding.m: use EOQualifier to decode
208           a property list  parameter
209
210 Wed Feb 13 13:52:09 2002  Helge Hess  <helge.hess@skyrix.com>
211
212         * moved generic stuff to XML/XmlRpc
213
214 Sat Feb  9 13:00:11 2002  Helge Hess  <helge.hess@skyrix.com>
215
216         * XmlRpcSaxHandler.m: added warning and error handlers ...
217
218         * XmlRpcDecoder.m: improved error output
219
220 Fri Feb  8 17:35:05 2002  Helge Hess  <helge.hess@skyrix.com>
221
222         * XmlRpcDecoder.m: fixed charset problems
223
224         * WODirectAction+XmlRpcIntrospection.m: changed to return "string"
225           signature for object types
226
227 Thu Feb  7 20:19:55 2002  Helge Hess  <helge.hess@skyrix.com>
228
229         * WODirectAction+XmlRpc.m: autogenerate SandStorm component name
230
231 Wed Jan 30 18:16:31 2002  Helge Hess  <helge.hess@skyrix.com>
232
233         * WODirectAction+XmlRpcIntrospection.m: fixed bug with method names
234
235         * NGXmlRpcInvocation.m: convert types prior to call, if signature
236           is available
237
238 Tue Jan 29 18:30:56 2002  Helge Hess  <helge.hess@skyrix.com>
239
240         * added NGXmlRpcInvocation, NGXmlRpcMethodSignature
241
242 Mon Jan 28 18:46:34 2002  Helge Hess  <helge.hess@skyrix.com>
243
244         * WODirectAction+XmlRpc.m: improved reflection capabilities
245
246         * WODirectAction+XmlRpc.m: support a GET action for dynamic reflection
247
248         * WODirectAction+XmlRpc.m: added method to define component prefix
249
250 Fri Jan 25 18:36:58 2002  Helge Hess  <helge.hess@skyrix.com>
251
252         * WODirectAction+XmlRpc.m: use RPC2 as action name ...
253
254         * added NGXmlRpcClient class
255
256 Thu Jan 17 17:23:09 2002  Martin Spindler  <spindler@mdlink.de>
257
258         * NSObject+XmlRpc.m: raise exception if coding methods arn't supported
259
260 Tue Nov 13 09:34:54 2001  Helge Hess  <helge.hess@skyrix.com>
261
262         * EOKeyGlobalID+XmlRpcCoding.m: removed unnecessary retain/autorelease
263
264 Tue Nov 13 01:06:50 2001  Jan Reichmann  <jan@skyrix.com>
265
266         * EOKeyGlobalID+XmlRpcCoding.m: fixed decoding bug
267
268 Wed Oct 24 13:23:54 2001  Martin Spindler  <spindler@mdlink.de>
269
270         * XmlRpcSaxHandler.m: fixed multiple call of -characters:length:
271
272 Mon Oct 22 20:53:33 2001  Helge Hess  <helge.hess@skyrix.com>
273
274         * XmlRpcEncoder.m: normalize NSString subclasses
275
276         * XmlRpcMethodResponse+WO.m: enabled UTF-8 for result encoding
277
278 Wed Oct 10 19:42:17 2001  Martin Spindler  <spindler@mdlink.de>
279
280         * XmlRpcEncoder.m: use -classForCoder instead of -class
281
282 Tue Aug 28 15:38:05 2001  Martin Spindler  <spindler@mdlink.de>
283
284         * changed 'timeZone' - tag into 'timeZone' - attribute
285
286         * support of 'timeZone' - tag (not xmlprc compatible!)
287
288         * XmlRpcCoder: added accessors for defaultTimeZone
289
290 Mon Aug 27 10:47:03 2001  Helge Hess  <helge.hess@skyrix.com>
291
292         * moved SKYRiX Logic categories back to skyxmlrpcd
293
294 Wed Aug 22 15:41:39 2001  Helge Hess  <helge.hess@skyrix.com>
295
296         * XmlRpcDecoder.m: decode dates as calendar-dates
297
298         * use ObjC base-types for decoding/encoding numbers
299
300         * NSDate+XmlRpcCoding.m: fixed NSTimeZone decoding
301
302         * NSArray+XmlRpcCoding.m: fixed NSEnumerator coding, fixed RC bugs
303
304 Mon Aug 20 21:55:41 2001  Helge Hess  <helge.hess@skyrix.com>
305
306         * created ChangeLog
307