[s-xml-rpc-cvs] CVS s-xml-rpc
scaekenberghe
scaekenberghe at common-lisp.net
Wed Apr 19 10:22:30 UTC 2006
Update of /project/s-xml-rpc/cvsroot/s-xml-rpc
In directory clnet:/tmp/cvs-serv18313
Modified Files:
ChangeLog
Log Message:
* changes due to reporting and initial fixes by Alain Picard
* added support for whitespace handling
* iso8601->universal-time now accepts leading & trailing whitespace
* encode-xml-rpc-value now encodes t and nil correctly as boolean 1 and 0
* parsing doubles (using read-from-string) with reader macros disabled for security
* decode-xml-rpc now handles whitespace more correctly in <data> and <value> tags
* added several test cases and fixed older stop-server problem
--- /project/s-xml-rpc/cvsroot/s-xml-rpc/ChangeLog 2005/02/11 11:04:26 1.5
+++ /project/s-xml-rpc/cvsroot/s-xml-rpc/ChangeLog 2006/04/19 10:22:30 1.6
@@ -1,4 +1,14 @@
-2005-02-11 Sven Van Caekenberghe <svc at mac.com>
+2006-04-19 Sven Van Caekenberghe <svc at mac.com>
+
+ * changes due to reporting and initial fixes by Alain Picard
+ * added support for whitespace handling
+ * iso8601->universal-time now accepts leading & trailing whitespace
+ * encode-xml-rpc-value now encodes t and nil correctly as boolean 1 and 0
+ * parsing doubles (using read-from-string) with reader macros disabled for security
+ * decode-xml-rpc now handles whitespace more correctly in <data> and <value> tags
+ * added several test cases and fixed older stop-server problem
+
+2005-02-11
* ported to clisp 2.32 (sysdeps)
* changed end-of-header test to accept empty lines as well
More information about the S-xml-rpc-cvs
mailing list