mbecke      2004/02/15 07:48:43

  Modified:    httpclient/xdocs Tag: HTTPCLIENT_2_0_BRANCH status.xml
                        news.xml downloads.xml
               httpclient Tag: HTTPCLIENT_2_0_BRANCH build.xml project.xml
               httpclient/src/java/org/apache/commons/httpclient Tag:
                        HTTPCLIENT_2_0_BRANCH HttpMethodBase.java
  Log:
  Updates for 2.0 final release.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.20.2.6  +14 -18    jakarta-commons/httpclient/xdocs/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/status.xml,v
  retrieving revision 1.20.2.5
  retrieving revision 1.20.2.6
  diff -u -r1.20.2.5 -r1.20.2.6
  --- status.xml        16 Jan 2004 21:34:33 -0000      1.20.2.5
  +++ status.xml        15 Feb 2004 15:48:42 -0000      1.20.2.6
  @@ -4,33 +4,30 @@
   
     <properties>
       <title>Status</title>
  -    <author email="[EMAIL PROTECTED]">Commons Documentation Team</author>
  -    <author email="[EMAIL PROTECTED]">Remy Maucherat</author>
  -    <author email="[EMAIL PROTECTED]">Rodney Waldhoff</author>
  -    <author email="[EMAIL PROTECTED]">Jeff Dever</author>
  +    <author email="[EMAIL PROTECTED]">Commons HttpClient Team</author>
       <revision>$Id$</revision>
     </properties>
   
     <body>
   
       <section name="Current Status">          
  -        <p>The HttpClient development team is pleased to announce the third release 
candidate 
  -        of <em>HttpClient 2.0</em>. We are confident that <em>HttpClient 2.0</em> 
has reached 
  -        the required level of maturity, and we hope to have a final 2.0 release 
soon.</p>
  -
  -     <p>Only critical or major bug fixes and javadocs enhancements will be made to 
the 2.0 
  -        code base before the final release.</p>
  -
  -     <p>Meanwhile, the HttpClient development team has been busy working toward a 
post 2.0
  -     release. The next version of <em>HttpClient</em> is going to build upon the 
  -        foundation laid with <em>HttpClient 2.0</em> while addressing those 
architectural 
  +        <p>The HttpClient development team is pleased to announce the final release 
of
  +        <em>HttpClient 2.0</em>. Much effort has gone into the 2.0 release and we 
are
  +        confident that it is ready for the Final 2.0 designation.</p>
  +
  +     <p>From this point forward only bugs fixes will be added to the 2.0 branch.  
Efforts 
  +             will now be focused on the next major HttpClient release.</p>
  +
  +     <p>The next version of <em>HttpClient</em> is going to build upon the 
  +        foundation laid with <em>HttpClient 2.0</em>, while addressing those 
architectural 
           shortcomings and flaws identified in the course of 2.0 development. Several 
well known 
           and much complained about problems cannot be resolved while maintaining 
complete 2.0 API 
           compatibility. The primary objective of the next version is to fix those 
design limitations, 
           breaking 2.0 API compatibility where absolutely unavoidable, while 
preserving overall 
           compatibility with 2.0 use patterns.</p>
   
  -       <p>We already have a new preference architecture in place that will help us 
provide a
  +       <p>A number of enhancements have already been made to the post-2.0 codebase. 
We 
  +             already have a new preference architecture in place that will help us 
provide a
           fine-grained control over HttpClient without polluting its API with too 
many options. We 
           have also completely reworked redirect/authentication/retry logic and can 
now support 
           cross-host redirects, a much complained about limitation of <em>HttpClient 
2.0</em>.</p>
  @@ -46,8 +43,7 @@
   
       <section name="Release Info">
         <p>Current Release: <a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-httpclient/v2.0/";>
  -          Release 2.0 Release Candidate 3</a></p>
  -      <p>Planned Next Release: 2.0 Final</p>
  +          Release 2.0 Final</a></p>
       </section>
   
     </body>
  
  
  
  1.20.2.8  +9 -5      jakarta-commons/httpclient/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/news.xml,v
  retrieving revision 1.20.2.7
  retrieving revision 1.20.2.8
  diff -u -r1.20.2.7 -r1.20.2.8
  --- news.xml  17 Jan 2004 02:57:03 -0000      1.20.2.7
  +++ news.xml  15 Feb 2004 15:48:42 -0000      1.20.2.8
  @@ -3,20 +3,24 @@
   
     <properties>
       <title>HttpClient News</title>
  -    <author email="[EMAIL PROTECTED]">Commons Documentation Team</author>
  -    <author email="[EMAIL PROTECTED]">Rodney Waldhoff</author>
  -    <author email="[EMAIL PROTECTED]">Jeff Dever</author>
  +    <author email="[EMAIL PROTECTED]">Commons HttpClient Team</author>
       <revision>$Id$</revision>
     </properties>
   
     <body>
   
  +    <section name="15 February 2004 - HttpClient 2.0 Final released">
  +      <p>At last 2.0 final is upon us.  This release represents a great deal of 
work by quite
  +             a number of people.  We would like to thank all of those who 
contributed to this 
  +             release.</p>
  +      <p>Please <a href="downloads.html">download</a> and enjoy.</p>
  +    </section>
  +
       <section name="16 January 2004 - HttpClient 2.0 Release Candidate 3 released">
         <p>While a final 2.0 release still eludes us, we have continued to make
          good progress.  This release fixes some significant bugs that crept into RC2.
          Assuming that there are no major bugs found in this release a final release 
should 
          follow shortly.</p>
  -      <p>Please <a href="downloads.html">download</a> and enjoy.</p>
       </section>
   
       <section name="13 October 2003 - HttpClient 2.0 Release Candidate 2 released">
  
  
  
  1.19.2.8  +4 -6      jakarta-commons/httpclient/xdocs/downloads.xml
  
  Index: downloads.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/downloads.xml,v
  retrieving revision 1.19.2.7
  retrieving revision 1.19.2.8
  diff -u -r1.19.2.7 -r1.19.2.8
  --- downloads.xml     17 Jan 2004 02:57:03 -0000      1.19.2.7
  +++ downloads.xml     15 Feb 2004 15:48:42 -0000      1.19.2.8
  @@ -3,9 +3,7 @@
   
      <properties>
         <title>HttpClient Downloads</title>
  -      <author email="[EMAIL PROTECTED]">Commons Documentation Team</author>
  -      <author email="[EMAIL PROTECTED]">Rodney Waldhoff</author>
  -      <author email="[EMAIL PROTECTED]">Jeff Dever</author>
  +      <author email="[EMAIL PROTECTED]">Commons HttpClient Team</author>
         <revision>$Id$</revision>
      </properties>
   
  @@ -16,7 +14,7 @@
            The following releases are available for download:
          </p>
          <ul>
  -         <li>2.0 Release Candidate 3 - 16 January 2004 - 
  +         <li>2.0 Final - 15 February 2004 - 
               <a href="http://jakarta.apache.org/site/binindex.cgi";>Binary</a> and 
               <a href="http://jakarta.apache.org/site/sourceindex.cgi";>Source</a></li>
          </ul>
  @@ -44,7 +42,7 @@
            <source><![CDATA[
   <dependency>
       <id>commons-httpclient</id>
  -    <version>2.0-rc3</version>
  +    <version>2.0-final</version>
       <url>http://jakarta.apache.org/commons/httpclient/</url>
   </dependency>
            ]]></source>
  
  
  
  No                   revision
  No                   revision
  1.29.2.4  +2 -2      jakarta-commons/httpclient/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/build.xml,v
  retrieving revision 1.29.2.3
  retrieving revision 1.29.2.4
  diff -u -r1.29.2.3 -r1.29.2.4
  --- build.xml 16 Jan 2004 21:34:33 -0000      1.29.2.3
  +++ build.xml 15 Feb 2004 15:48:42 -0000      1.29.2.4
  @@ -37,7 +37,7 @@
     <property name="component.title"         value="HttpClient Library"/>
   
     <!-- The current version number of this component -->
  -  <property name="component.version"       value="2.0-rc3"/>
  +  <property name="component.version"       value="2.0-final"/>
   
   <!-- ========== Properties: Source Directories ============================ -->
   
  
  
  
  1.35.2.8  +6 -1      jakarta-commons/httpclient/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/project.xml,v
  retrieving revision 1.35.2.7
  retrieving revision 1.35.2.8
  diff -u -r1.35.2.7 -r1.35.2.8
  --- project.xml       16 Jan 2004 21:34:33 -0000      1.35.2.7
  +++ project.xml       15 Feb 2004 15:48:42 -0000      1.35.2.8
  @@ -6,7 +6,7 @@
     <id>commons-httpclient</id>
     <gumpRepositoryId>jakarta-commons-httpclient</gumpRepositoryId>
     <inceptionYear>2001</inceptionYear>
  -  <currentVersion>2.0-rc3</currentVersion>
  +  <currentVersion>2.0-final</currentVersion>
     <package>org.apache.commons.httpclient</package>
   
     <organization>
  @@ -34,6 +34,11 @@
     </repository>
   
     <versions>
  +    <version>
  +      <id>2.0-final</id>
  +      <name>2.0-final</name>
  +      <tag>HTTPCLIENT_2_0_FINAL</tag>
  +    </version>
       <version>
         <id>rc3</id>
         <name>2.0-rc3</name>
  
  
  
  No                   revision
  No                   revision
  1.159.2.23 +5 -5      
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethodBase.java
  
  Index: HttpMethodBase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpMethodBase.java,v
  retrieving revision 1.159.2.22
  retrieving revision 1.159.2.23
  diff -u -r1.159.2.22 -r1.159.2.23
  --- HttpMethodBase.java       16 Jan 2004 21:34:33 -0000      1.159.2.22
  +++ HttpMethodBase.java       15 Feb 2004 15:48:43 -0000      1.159.2.23
  @@ -160,7 +160,7 @@
           } catch (SecurityException ignore) {
           }
           if (agent == null) {
  -            agent = "Jakarta Commons-HttpClient/2.0rc3";
  +            agent = "Jakarta Commons-HttpClient/2.0final";
           }
           USER_AGENT = new Header("User-Agent", agent);
       }
  
  
  

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

Reply via email to