olegk       2003/10/07 13:45:31

  Modified:    httpclient Tag: HTTPCLIENT_2_0_BRANCH release_notes.txt
  Log:
  Updated changelog
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.9.2.4   +35 -0     jakarta-commons/httpclient/release_notes.txt
  
  Index: release_notes.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/release_notes.txt,v
  retrieving revision 1.9.2.3
  retrieving revision 1.9.2.4
  diff -u -r1.9.2.3 -r1.9.2.4
  --- release_notes.txt 1 Aug 2003 03:22:00 -0000       1.9.2.3
  +++ release_notes.txt 7 Oct 2003 20:45:31 -0000       1.9.2.4
  @@ -1,3 +1,38 @@
  +Release 2.0 Release Candidate 2
  +-------------------
  +Changes since Release Candidate 1:
  +
  + * Javadoc enhancements.
  +
  + * 23284 - Fixed bug with URI.isIPv4address(). 
  +
  + * 22969 - PostMethod#setParameter fixed to correctly overwrite existing 
parameters. 
  +
  + * 22970 - Fixed bug with PostMethod#removeParameter return value. 
  +
  + * Improved compliance to RFC 2617
  + 
  + * Added support for digest auth MD5-sess. 
  +
  + * 22655 - Added support for stale digest nonce values. 
  +
  + * 22968 - HttpConnection.isResponseAvailable() made a little more robust, 
particularly when 
  +   used by HeadMethod. 
  +
  + * 22941 - Switched the order in which socket streams are closed: output stream 
closed first,
  +   followed by input stream. 
  +
  + * Added debugging for connection reclaiming. 
  +
  + * Removed JCE initialization code specific to the Sun's implementation. 
  +
  + * Fixed problem of Basic, Digest & NTLM authentication schemes under certain 
circumstances 
  +   leaking passwords in clear text to the DEBUG log. 
  +
  + * Fixed the problem with incorrect selection of the proxy authentication realm. 
  +
  + * Changed URI.normalize() to ignore relative path normalization. 
  +
   Release 2.0 Release Candidate 1
   -------------------
   Changes since Release 2.0 Beta 2:
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to