Skip to content

Commit

Permalink
update docs and NEWS for new release
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/javascript@63 013ecfd8-0664-425d-a759-9c98391dc3f9
  • Loading branch information
ggiunta committed Sep 5, 2009
1 parent 30f9a38 commit 45bb498
Show file tree
Hide file tree
Showing 3 changed files with 466 additions and 322 deletions.
2 changes: 1 addition & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2009/09/05 - G. Giunta ([email protected])
2009/09/05 - G. Giunta ([email protected]) thanks Geoff Chessire

* xmlrpc_lib.js: added method setUserCredentials to xmlrpc_client, as parent lib does;
added support for the <ex:nil/> from the apache library, both in input and output
Expand Down
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
JS-XMLRPC version 0.4 - 2009/09/05

I'm pleased to announce the fourth release of the js-xmlrpc library.

A lot of bugs have been fixed since version 0.3, in many areas of encoding and
decoding xmlrpc values.

* added method setUserCredentials to xmlrpc_client, as the 'parent' php lib does in its latest version
* added support for the <ex:nil/> tag from the apache library, both in input and output (output regulated by the xmlrpc_null_apache_encoding variable, input by thexmlrpc_null_extension one)
* base64_decode now trims whitespace
* updated bundled yui to version 2.5.0
* fixed a bug in error log handler when using firefox+firebug
* fixed a bug in xmlrpc_decode with structs
* fixed a bug in parsing cookie headers in http responses
* allow lib to work in Windows Scripting Host environments
* added two demo files, for WSH and VB

JS-XMLRPC version 0.3 - 2007/06/26

I'm pleased to announce the third release of the js-xmlrpc library.
Expand Down
Loading

0 comments on commit 45bb498

Please sign in to comment.