]> err.no Git - sope/blob - sope-xml/XmlRpc/ChangeLog
fixed Xcode build
[sope] / sope-xml / XmlRpc / ChangeLog
1 2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * XmlRpc.xcode: Fixed dependencies to resemble the make process
4           more closely. Our aim should be to stick to the make process
5           as closely as possible, so we shouldn't introduce dependencies in
6           non-toplevel projects.
7
8 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
9
10         * added hack to install the project in FHS locations - the library,
11           its headers, the tools and the resources will be installed in
12           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
13           (v4.3.23)
14
15 2004-08-29  Marcus Mueller  <znek@mulle-kybernetik.com>
16
17         * XmlRpc.xcode: moved unused source into Unused group. Fixed
18           file encodings.
19
20 2004-08-27  Helge Hess  <helge.hess@opengroupware.org>
21
22         * XmlRpc.xcode: fixed Xcode project
23
24 2004-08-26  Marcus Mueller  <znek@mulle-kybernetik.com>
25
26         * XmlRpc.xcode: new Xcode project
27
28 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
29
30         * moved to SOPE 4.3 (v4.3.22)
31
32 2004-06-09  Helge Hess  <helge.hess@opengroupware.org>
33
34         * v4.2.21
35
36         * GNUmakefile.preamble: added prebinding info
37
38         * GNUmakefile: moved preamble stuff to GNUmakefile.preamble, also 
39           build XmlRpc.framework on non-libFoundation systems
40
41 2004-05-09  Helge Hess  <helge.hess@opengroupware.org>
42
43         * XmlRpcDecoder.m: do not print a compile warning if NSXMLParser is 
44           used (on MacOSX) (v4.2.20)
45
46 2004-05-05  Marcus Mueller  <znek@mulle-kybernetik.com>  
47
48         * GNUmakefile.preamble: added support for building with
49           GNUSTEP_BUILD_DIR environment variable set for recent
50           gnustep-make package. (v4.2.19)
51
52 2003-11-19  Helge Hess  <helge.hess@skyrix.com>
53
54         * GNUmakefile: removed autodoc target
55
56 2003-11-09  Helge Hess  <helge.hess@opengroupware.org>
57
58         * v4.2.18
59
60         * XmlRpcDecoder.m: can use NSXMLParser for parsing, if available
61
62         * XmlRpcMethodResponse: now accepts an NSData object for parsing, this
63           avoids costly conversions between NSString and NSData for parsing
64           ...
65
66         * XmlRpcRequestDecoder.m, XmlRpcSaxHandler.m: added debug logging 
67           facilities
68
69 2003-10-30  Helge Hess  <helge.hess@opengroupware.org>
70
71         * XmlRpcDecoder.m: fixed some Xcode warnings (v4.2.17)
72
73 2003-08-29  Helge Hess  <helge.hess@skyrix.com>
74
75         * fixed an MacOSX warning in XmlRpcEncoder (v4.2.16)
76
77 2003-08-28  Helge Hess  <helge.hess@skyrix.com>
78
79         * v4.2.15
80         
81         * NSObject+XmlRpc.m: catch year-values bigger than 2033 or smaller than
82           1900 and transform them into something usable by libFoundation 
83           (problem exposed by JOGI)
84
85         * XmlRpcEncoder.m: moved string category to separate file
86         
87         * XmlRpcDecoder.m: smaller cleanups
88
89 2003-08-11  Helge Hess  <helge.hess@skyrix.com>
90
91         * v4.2.14
92
93         * NSObject+XmlRpc.m: map XML-RPC "value" type to "NSString". This 
94           happens if the XML-RPC client does not send the "string" tag
95           (<value>abc</value> instead of <value><string>abc</string></value>)
96
97 2003-07-18  Helge Hess  <helge.hess@skyrix.com>
98
99         * NSNotification+XmlRpcCoding.m: use -name instead of -notificationName
100           to get the name of the notification for encoding (required for
101           gstep-base, Cocoa, also works on lF) (v4.2.13)
102
103 2003-04-28  Helge Hess  <helge.hess@skyrix.com>
104
105         * XmlRpcEncoder.m: fixed a bug in encode-datetime (wrong timezone was
106           used due to a bug in libFoundation), smaller speed optimizations
107           (v4.2.12)
108
109 2003-02-04  Helge Hess  <helge.hess@skyrix.com>
110
111         * v4.2.11
112
113         * XmlRpcSaxHandler.m: if an incorrect fault object is returned, try to
114           transform it to a exception
115
116         * XmlRpcEncoder.m: renamed -appendHTMLString: to -appendXmlRpcString:,
117           added specialized methods for adding int and double members (since
118           performSelector:withObject: doesn't coerce arguments on Cocoa)
119
120 2003-01-30  Helge Hess  <helge.hess@skyrix.com>
121
122         * XmlRpcMethodCall.m: removed dependency on -shallowCopy (dependency
123           to EOControl being linked in ...) (v4.2.10)
124
125 2003-01-07  Helge Hess  <helge.hess@skyrix.com>
126
127         * v4.2.9
128
129         * NSDate+XmlRpcCoding.m: fixed a warning on MacOSX
130
131         * common.h: removed dependency on FoundationExt on MacOSX
132
133 Thu Jan  2 10:52:41 2003  Helge Hess  <helge.hess@skyrix.com>
134
135         * v4.2.8
136         
137         * common.h: defined ASSIGN macro if missing
138
139         * XmlRpcValue.m, XmlRpcDecoder.m: do not use AUTORELEASE macros
140
141 Fri Dec 27 10:56:51 2002  Helge Hess  <helge.hess@skyrix.com>
142
143         * XmlRpcEncoder.m: added a new escaping function which works with
144           unicode strings (v4.2.7)
145
146 2002-09-28  Helge Hess  <helge.hess@skyrix.com>
147
148         * removed some compilation warnings (v4.2.6)
149
150 2002-09-03  Helge Hess  <helge.hess@skyrix.com>
151
152         * made docs AutoDoc compliant
153
154 2002-08-08  Helge Hess  <helge.hess@skyrix.com>
155
156         * XmlRpcDecoder.m: fixed major bugs in the XML-RPC decoding code,
157           when contained in structures, base types like int,bool resulted 
158           in a core dump (basetypes were handled like objects)
159
160 2002-07-03  Helge Hess  <helge.hess@skyrix.com>
161
162         * NSException+XmlRpcCoding.m: improved mapping of NSException's to
163           XML-RPC faults
164
165         * XmlRpcMethodResponse.m: added better -description
166
167 Tue Jul  2 16:09:45 2002  Bjoern Stierand  <bjoern@skyrix.com>
168
169         * fixed a bug with exception encoding/decoding
170
171 2002-07-01  Helge Hess  <helge.hess@skyrix.com>
172
173         * replaced -initWithXmlRpcDecoder: with -decodeObjectWithXmlRpcCoder:
174           due to a problem with releasing newly allocated objects in MacOSX
175
176 Fri May 17 11:03:12 2002  Helge Hess  <helge.hess@skyrix.com>
177
178         * XmlRpcValue.m: added some stuff for the fix below
179
180         * XmlRpcSaxHandler.m: added a fixup to end_fault that turns 
181           NSDictionary XmlRpcValues into NSExceptions
182
183         * XmlRpcResponseDecoder.m: pass string directly to the parser, not an
184           NSData generated using NSASCIIStringEncoding ...
185
186 Thu May  2 12:58:59 2002  Helge Hess  <helge.hess@skyrix.com>
187
188         * changed to use -rangeOfString: instead of -indexOfString:
189
190 Thu Feb 28 15:16:21 2002  Jan41 Reichmann  <jan@skyrix.com>
191
192         * NSException+XmlRpcCoding.m: fixed encode bug
193
194 Wed Feb 27 11:51:17 2002  Helge Hess  <helge.hess@skyrix.com>
195
196         * added -xmlRpcType method to determine the "default" type which
197           will result in encoding the object as XML-RPC
198
199 Tue Feb 26 10:18:50 2002  Bjoern Stierand  <bjoern@skyrix.com>
200
201         * XmlRpcEncoder.m: removed newlines created during en-/decoding
202
203 Mon Feb 25 17:41:03 2002  Martin Spindler  <spindler@mdlink.de>
204
205         * XmlRpcSaxHandler.m: decode <value>test</value> as string
206
207 Wed Feb 13 13:52:09 2002  Helge Hess  <helge.hess@skyrix.com>
208
209         * moved generic stuff to XML/XmlRpc
210
211 Sat Feb  9 13:00:11 2002  Helge Hess  <helge.hess@skyrix.com>
212
213         * XmlRpcSaxHandler.m: added warning and error handlers ...
214
215         * XmlRpcDecoder.m: improved error output
216
217 Fri Feb  8 17:35:05 2002  Helge Hess  <helge.hess@skyrix.com>
218
219         * XmlRpcDecoder.m: fixed charset problems
220
221 Fri Feb  8 12:29:28 2002  Helge Hess  <helge.hess@skyrix.com>
222
223         * WODirectAction+XmlRpcIntrospection.m: changed to return "string"
224           signature for object types
225
226 Thu Feb  7 20:19:55 2002  Helge Hess  <helge.hess@skyrix.com>
227
228         * WODirectAction+XmlRpc.m: autogenerate SandStorm component name
229
230 Wed Jan 30 18:16:31 2002  Helge Hess  <helge.hess@skyrix.com>
231
232         * WODirectAction+XmlRpcIntrospection.m: fixed bug with method names
233
234         * NGXmlRpcInvocation.m: convert types prior to call, if signature
235           is available
236
237 Tue Jan 29 18:30:56 2002  Helge Hess  <helge.hess@skyrix.com>
238
239         * added NGXmlRpcInvocation, NGXmlRpcMethodSignature
240
241 Mon Jan 28 18:46:34 2002  Helge Hess  <helge.hess@skyrix.com>
242
243         * WODirectAction+XmlRpc.m: improved reflection capabilities
244
245         * WODirectAction+XmlRpc.m: support a GET action for dynamic reflection
246
247         * WODirectAction+XmlRpc.m: added method to define component prefix
248
249 Fri Jan 25 18:36:58 2002  Helge Hess  <helge.hess@skyrix.com>
250
251         * WODirectAction+XmlRpc.m: use RPC2 as action name ...
252
253         * added NGXmlRpcClient class
254
255 Thu Jan 17 17:23:09 2002  Martin Spindler  <spindler@mdlink.de>
256
257         * NSObject+XmlRpc.m: raise exception if coding methods arn't supported
258
259 Tue Nov 13 09:34:54 2001  Helge Hess  <helge.hess@skyrix.com>
260
261         * EOKeyGlobalID+XmlRpcCoding.m: removed unnecessary retain/autorelease
262
263 Tue Nov 13 01:06:50 2001  Jan41 Reichmann  <jan@skyrix.com>
264
265         * EOKeyGlobalID+XmlRpcCoding.m: fixed decoding bug
266
267 Wed Oct 24 13:23:54 2001  Martin Spindler  <spindler@mdlink.de>
268
269         * XmlRpcSaxHandler.m: fixed multiple call of -characters:length:
270
271 Mon Oct 22 20:53:33 2001  Helge Hess  <helge.hess@skyrix.com>
272
273         * XmlRpcEncoder.m: normalize NSString subclasses
274
275 Mon Oct 22 18:20:54 2001  Helge Hess  <helge.hess@skyrix.com>
276
277         * XmlRpcMethodResponse+WO.m: enabled UTF-8 for result encoding
278
279 Wed Oct 10 19:42:17 2001  Martin Spindler  <spindler@mdlink.de>
280
281         * XmlRpcEncoder.m: use -classForCoder instead of -class
282
283 Tue Aug 28 15:38:05 2001  Martin Spindler  <spindler@mdlink.de>
284
285         * changed 'timeZone' - tag into 'timeZone' - attribute
286
287 Tue Aug 28 14:21:54 2001  Martin Spindler  <spindler@mdlink.de>
288
289         * support of 'timeZone' - tag (not xmlprc compatible!)
290
291         * XmlRpcCoder: added accessors for defaultTimeZone
292
293 Mon Aug 27 10:47:03 2001  Helge Hess  <helge.hess@skyrix.com>
294
295         * moved SKYRiX Logic categories back to skyxmlrpcd
296
297 Wed Aug 22 15:41:39 2001  Helge Hess  <helge.hess@skyrix.com>
298
299         * XmlRpcDecoder.m: decode dates as calendar-dates
300
301 Wed Aug 22 14:56:22 2001  Helge Hess  <helge.hess@skyrix.com>
302
303         * use ObjC base-types for decoding/encoding numbers
304
305 Wed Aug 22 11:36:02 2001  Helge Hess  <helge.hess@skyrix.com>
306
307         * NSDate+XmlRpcCoding.m: fixed NSTimeZone decoding
308
309         * NSArray+XmlRpcCoding.m: fixed NSEnumerator coding, fixed RC bugs
310
311 Mon Aug 20 21:55:41 2001  Helge Hess  <helge.hess@skyrix.com>
312
313         * created ChangeLog
314