mbecke      2004/07/26 18:34:49

  Modified:    httpclient/src/java/org/apache/commons/httpclient Tag:
                        HTTPCLIENT_2_0_BRANCH HttpMethodBase.java
               httpclient Tag: HTTPCLIENT_2_0_BRANCH build.xml project.xml
                        release_notes.txt
               httpclient/xdocs Tag: HTTPCLIENT_2_0_BRANCH downloads.xml
                        news.xml status.xml
  Log:
  Updates for 2.0.1 release
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.159.2.30 +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.29
  retrieving revision 1.159.2.30
  diff -u -r1.159.2.29 -r1.159.2.30
  --- HttpMethodBase.java       25 Jun 2004 03:27:40 -0000      1.159.2.29
  +++ HttpMethodBase.java       27 Jul 2004 01:34:48 -0000      1.159.2.30
  @@ -128,7 +128,7 @@
           } catch (SecurityException ignore) {
           }
           if (agent == null) {
  -            agent = "Jakarta Commons-HttpClient/2.0final";
  +            agent = "Jakarta Commons-HttpClient/2.0.1";
           }
           USER_AGENT = new Header("User-Agent", agent);
       }
  
  
  
  No                   revision
  No                   revision
  1.29.2.6  +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.5
  retrieving revision 1.29.2.6
  diff -u -r1.29.2.5 -r1.29.2.6
  --- build.xml 19 Jul 2004 21:57:30 -0000      1.29.2.5
  +++ build.xml 27 Jul 2004 01:34:48 -0000      1.29.2.6
  @@ -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-final"/>
  +  <property name="component.version"       value="2.0.1"/>
   
   <!-- ========== Properties: Source Directories ============================ -->
   
  
  
  
  1.35.2.14 +6 -2      jakarta-commons/httpclient/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/project.xml,v
  retrieving revision 1.35.2.13
  retrieving revision 1.35.2.14
  diff -u -r1.35.2.13 -r1.35.2.14
  --- project.xml       4 May 2004 21:27:11 -0000       1.35.2.13
  +++ project.xml       27 Jul 2004 01:34:48 -0000      1.35.2.14
  @@ -6,7 +6,7 @@
     <id>commons-httpclient</id>
     <gumpRepositoryId>jakarta-commons-httpclient</gumpRepositoryId>
     <inceptionYear>2001</inceptionYear>
  -  <currentVersion>2.0</currentVersion>
  +  <currentVersion>2.0.1</currentVersion>
     <package>org.apache.commons.httpclient</package>
   
     <organization>
  @@ -35,6 +35,11 @@
   
     <versions>
       <version>
  +      <id>2.0.1</id>
  +      <name>2.0.1</name>
  +      <tag>HTTPCLIENT_2_0_1</tag>
  +    </version>
  +    <version>
         <id>2.0</id>
         <name>2.0</name>
         <tag>HTTPCLIENT_2_0_FINAL</tag>
  @@ -276,6 +281,5 @@
       <report>maven-license-plugin</report>
       <report>maven-tasklist-plugin</report>
     </reports>
  -
   
   </project>
  
  
  
  1.9.2.13  +6 -1      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.12
  retrieving revision 1.9.2.13
  diff -u -r1.9.2.12 -r1.9.2.13
  --- release_notes.txt 19 Jul 2004 21:59:01 -0000      1.9.2.12
  +++ release_notes.txt 27 Jul 2004 01:34:48 -0000      1.9.2.13
  @@ -8,13 +8,18 @@
   
    * 29549 - Split wire log into header and body parts
   
  - * 29377 - Cookies with names containing blanks or starting with $ rejected by 
RFC2109 spec only.
  + * 29377 - Cookies with names containing blanks or starting with $ rejected by 
RFC2109
  +   spec only.
   
    * 29265 - HttpConnection.isOpen() no longer logs closed connections as stale.
   
    * 28728 - HttpUrl now accepts unescaped passwords
   
    * 28626 - Fixed ArrayIndexOutOfBoundsException in HttpStatus.getStatusText()
  +
  + * 27589 - Added MultiThreadedHttpConnectionManager shutdown() and shutdownAll().
  + 
  + * HttpMethod#recycle() has been deprecated.
   
   Release 2.0
   -------------------
  
  
  
  No                   revision
  No                   revision
  1.19.2.12 +3 -3      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.11
  retrieving revision 1.19.2.12
  diff -u -r1.19.2.11 -r1.19.2.12
  --- downloads.xml     18 May 2004 04:28:16 -0000      1.19.2.11
  +++ downloads.xml     27 Jul 2004 01:34:49 -0000      1.19.2.12
  @@ -19,7 +19,7 @@
               <a href="http://jakarta.apache.org/site/sourceindex.cgi";>Source</a></li>
          </ul>
          <ul>
  -         <li>2.0 - 15 February 2004 - 
  +         <li>2.0.1 - 28 July 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>
  @@ -56,7 +56,7 @@
            <source><![CDATA[
   <dependency>
       <id>commons-httpclient</id>
  -    <version>2.0</version>
  +    <version>2.0.1</version>
       <url>http://jakarta.apache.org/commons/httpclient/</url>
   </dependency>
            ]]></source>
  
  
  
  1.20.2.11 +13 -1     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.10
  retrieving revision 1.20.2.11
  diff -u -r1.20.2.10 -r1.20.2.11
  --- news.xml  18 May 2004 04:28:16 -0000      1.20.2.10
  +++ news.xml  27 Jul 2004 01:34:49 -0000      1.20.2.11
  @@ -10,6 +10,18 @@
     </properties>
   
     <body>
  +      <section name="28 July 2004 - HttpClient 2.0.1 released">
  +        <p>We are pleased to announce the latest stable release of HttpClient, 
  +         version 2.0.1.  This release contains a few minor bug fixes and 
  +         enhancements.  Please see the <a 
  +         
href="http://www.apache.org/dist/jakarta/commons/httpclient/RELEASE-NOTES-2.0.txt";
  +         >release notes</a> for more detail.
  +        </p>
  +        <p>
  +         Please <a href="downloads.html">download</a> and enjoy.
  +        </p>
  +    </section>
  +  
       <section name="17 May 2004 - HttpClient 3.0 alpha1 released">
           <p>We are pleased to announce the first HttpClient 3.0 release.
            HttpClient 3.0 provides a wealth of features and enhancements
  
  
  
  1.20.2.10 +5 -5      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.9
  retrieving revision 1.20.2.10
  diff -u -r1.20.2.9 -r1.20.2.10
  --- status.xml        18 May 2004 04:28:16 -0000      1.20.2.9
  +++ status.xml        27 Jul 2004 01:34:49 -0000      1.20.2.10
  @@ -33,12 +33,12 @@
           </p>
   
           <p>HttpClient 2.0 is no longer being actively developed, with the exception 
of 
  -        bug fixes.  A 2.0.1 release is planned for the near future.</p>
  +        bug fixes and minor enhancements.  2.0.1 is the latest stable release.</p>
   
        <p>It is important to note that HttpClient CVS HEAD is no longer fully 
compatible 
  -      with 2.0 APIs. We encourage using the <tt>HTTPCLIENT_2_0_BRANCH</tt> for 
production
  +      with 2.0.x APIs. We encourage using the <tt>HTTPCLIENT_2_0_BRANCH</tt> for 
production
            development until the 3.0 APIs are stabilized. API incompatibilities with 
HttpClient
  -         2.0 are described 
  +         2.0.x are described 
            <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/API_CHANGES_3_0.txt?view=markup";>here</a>.
           </p>
   
  @@ -51,7 +51,7 @@
         <p>Current Development Release: <a 
href="http://jakarta.apache.org/site/binindex.cgi";>
             Release 3.0-alpha1</a></p>
         <p>Current Stable Release: <a 
href="http://jakarta.apache.org/site/binindex.cgi";>
  -          Release 2.0</a></p>
  +          Release 2.0.1</a></p>
       </section>
   
     </body>
  
  
  

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

Reply via email to