You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Jochen Wiedmann <jo...@gmail.com> on 2005/12/30 23:56:00 UTC

Announce: Apache XML-RPC 2.0.1

Hi,

the Apache XML-RPC team is glad to announce the availability of Apache 
XML-RPC 2.0.1. Version 2.0.1 is a bug fix release. See changes below.

Jochen Wiedmann


- The Webserver class was unable to handle basic authentication,
   because the BASE64 codec wasn't initialized.
   Issue: XMLRPC-68, Johan Oskarson
- The characters 0x20, 0xe000, and 0x10000 have been escaped
   without reason.
   Issue: XMLRPC-69, Claude Zervas
- The wrong version of commons-codec was downloaded by build.xml.
   Issue: XMLRPC-73, Thomas Mohaupt
- Added the CommonsXmlRpcTransportFactory.
   Jimisola Laursen
- Added the possibility to specify a timezone for interpreting
   incoming date values.
   Henry Story
- Upgrade to commons-httpclient 3.0.