You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ol...@apache.org on 2004/07/07 00:00:17 UTC

cvs commit: jakarta-commons/httpclient release_notes.txt

olegk       2004/07/06 15:00:17

  Modified:    httpclient release_notes.txt
  Log:
  Changelog update: PR# 29549, 29383, 29883, 29874
  
  Revision  Changes    Path
  1.29      +13 -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.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- release_notes.txt	23 Jun 2004 06:52:53 -0000	1.28
  +++ release_notes.txt	6 Jul 2004 22:00:17 -0000	1.29
  @@ -2,6 +2,19 @@
   -------------------
   Changes since Alpha 1:
   
  + * 29874 - Deprecated old HTTP method retry handler based on HttpRecoverableException
  +           and replaced it with a new one that acts upon plain IOExceptions
  +           Contributed by Oleg Kalnichevski <olegk at apache.org>
  +
  + * 29883 - Fixed handling of multi-byte characters in the StringRequestEntity class
  +           Contributed by Oleg Kalnichevski <olegk at apache.org>
  +
  + * 29383 - Added method to delete closed connections from the connection pool
  +           Contributed by Michael Becke <mbecke at apache.org>
  +
  + * 29549 - Split wire log into header and body parts
  +           Contributed by Michael Becke <mbecke at apache.org>
  +
    * 29540 - Fixed credentials scope matching algorithm in HttpState#matchCredentials.
              Contributed by Oleg Kalnichevski <olegk at apache.org>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org