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