olegk       2003/07/31 14:22:14

  Modified:    httpclient release_notes.txt project.xml
  Log:
  Javadocs fixes, updated release notes
  
  Revision  Changes    Path
  1.12      +15 -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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- release_notes.txt 31 Jul 2003 17:47:06 -0000      1.11
  +++ release_notes.txt 31 Jul 2003 21:22:14 -0000      1.12
  @@ -1,3 +1,18 @@
  +Changes on the CVS trunk:
  +
  + * 10791 - Improved HTTP Version configuration and tracking.
  +
  + * 21880 - Content-Length & Transfer-Encoding request headers formerly set by 
abstract 
  +           HttpMethodBase class are handled by entity enclosing methods.
  +
  + * 17947 - HttpMethod#setURI method added.
  +
  + * 19618 - URI constructors refactored.
  +
  + * 19868 - Exception handling framework reworked.
  +
  + * 21210 - Header parser competely rewritten.
  +
   Release 2.0 Release Candidate 2
   -------------------
   Changes since Release 2.0 Beta 2:
  
  
  
  1.37      +1 -1      jakarta-commons/httpclient/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/project.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- project.xml       26 Jul 2003 15:11:04 -0000      1.36
  +++ project.xml       31 Jul 2003 21:22:14 -0000      1.37
  @@ -6,7 +6,7 @@
     <id>commons-httpclient</id>
     <gumpRepositoryId>jakarta-commons-httpclient</gumpRepositoryId>
     <inceptionYear>2001</inceptionYear>
  -  <currentVersion>2.0-rc1</currentVersion>
  +  <currentVersion>2.1-m1</currentVersion>
     <package>org.apache.commons.httpclient</package>
   
     <organization>
  
  
  

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

Reply via email to