Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 9414 invoked from network); 19 Dec 2005 04:30:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Dec 2005 04:30:17 -0000 Received: (qmail 31908 invoked by uid 500); 19 Dec 2005 04:30:14 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 31854 invoked by uid 500); 19 Dec 2005 04:30:13 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 31840 invoked by uid 500); 19 Dec 2005 04:30:13 -0000 Received: (qmail 31836 invoked by uid 99); 19 Dec 2005 04:30:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Dec 2005 20:30:13 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 18 Dec 2005 20:30:12 -0800 Received: (qmail 9055 invoked by uid 65534); 19 Dec 2005 04:29:51 -0000 Message-ID: <20051219042951.9054.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r357627 - in /jakarta/commons/proper/httpclient/trunk: build.xml project.xml release_notes.txt src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java xdocs/downloads.xml xdocs/news.xml xdocs/status.xml Date: Mon, 19 Dec 2005 04:29:50 -0000 To: commons-cvs@jakarta.apache.org From: mbecke@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mbecke Date: Sun Dec 18 20:29:32 2005 New Revision: 357627 URL: http://svn.apache.org/viewcvs?rev=357627&view=rev Log: Updates for 3.0 release. Modified: jakarta/commons/proper/httpclient/trunk/build.xml jakarta/commons/proper/httpclient/trunk/project.xml jakarta/commons/proper/httpclient/trunk/release_notes.txt jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml jakarta/commons/proper/httpclient/trunk/xdocs/news.xml jakarta/commons/proper/httpclient/trunk/xdocs/status.xml Modified: jakarta/commons/proper/httpclient/trunk/build.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/build.xml?rev=357627&r1=357626&r2=357627&view=diff ============================================================================== --- jakarta/commons/proper/httpclient/trunk/build.xml (original) +++ jakarta/commons/proper/httpclient/trunk/build.xml Sun Dec 18 20:29:32 2005 @@ -38,7 +38,7 @@ - + Modified: jakarta/commons/proper/httpclient/trunk/project.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/project.xml?rev=357627&r1=357626&r2=357627&view=diff ============================================================================== --- jakarta/commons/proper/httpclient/trunk/project.xml (original) +++ jakarta/commons/proper/httpclient/trunk/project.xml Sun Dec 18 20:29:32 2005 @@ -7,7 +7,7 @@ commons-httpclient jakarta-commons-httpclient 2001 - 3.0-rc5-SNAPSHOT + 3.0 org.apache.commons.httpclient @@ -34,6 +34,11 @@ + 3.0 + 3.0 + HTTPCLIENT_3_0 + + 3.0-rc4 3.0-rc4 HTTPCLIENT_3_0_RC4 @@ -331,7 +336,7 @@ - maven-changelog-plugin + maven-changelog-plugin maven-changes-plugin maven-developer-activity-plugin maven-file-activity-plugin Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/release_notes.txt?rev=357627&r1=357626&r2=357627&view=diff ============================================================================== --- jakarta/commons/proper/httpclient/trunk/release_notes.txt (original) +++ jakarta/commons/proper/httpclient/trunk/release_notes.txt Sun Dec 18 20:29:32 2005 @@ -1,3 +1,5 @@ +Release 3.0 +------------------- Changes since Release Candidate 4: * 37526 - Fixed incorrect processing of HTTP parameters with an Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java?rev=357627&r1=357626&r2=357627&view=diff ============================================================================== --- jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java (original) +++ jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java Sun Dec 18 20:29:32 2005 @@ -66,7 +66,7 @@ protected HttpParams createParams() { HttpClientParams params = new HttpClientParams(null); - params.setParameter(HttpMethodParams.USER_AGENT, "Jakarta Commons-HttpClient/3.0-rc4"); + params.setParameter(HttpMethodParams.USER_AGENT, "Jakarta Commons-HttpClient/3.0"); params.setVersion(HttpVersion.HTTP_1_1); params.setConnectionManagerClass(SimpleHttpConnectionManager.class); params.setCookiePolicy(CookiePolicy.RFC_2109); Modified: jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml?rev=357627&r1=357626&r2=357627&view=diff ============================================================================== --- jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml (original) +++ jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml Sun Dec 18 20:29:32 2005 @@ -14,7 +14,7 @@ The following releases are avilable for download:

    -
  • 3.0-RC4 - 11 October 2005 - +
  • 3.0 - 19 December 2005 - Download - Release notes
  • @@ -29,13 +29,12 @@ Nightly source drops and binary builds can be obtained at the following URLs:

    The latest Gump generated binary can be obtained here. - Please note that nightly drops are no longer 2.0 API compatible.

    The Subversion repository for HttpClient can be @@ -52,8 +51,8 @@ commons-httpclient commons-httpclient - 3.0-rc4 - http://jakarta.apache.org/commons/httpclient/3.0/ + 3.0 + http://jakarta.apache.org/commons/httpclient/ ]]> commons-httpclient commons-httpclient 2.0.2 - http://jakarta.apache.org/commons/httpclient/ + http://jakarta.apache.org/commons/httpclient/2.0/ ]]>

    There are also other jar versions available. You can check Modified: jakarta/commons/proper/httpclient/trunk/xdocs/news.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/news.xml?rev=357627&r1=357626&r2=357627&view=diff ============================================================================== --- jakarta/commons/proper/httpclient/trunk/xdocs/news.xml (original) +++ jakarta/commons/proper/httpclient/trunk/xdocs/news.xml Sun Dec 18 20:29:32 2005 @@ -10,6 +10,13 @@ +

    +

    + The Jakarta Commons HttpClient project is pleased to announce the release of HttpClient 3.0. + This release fixes all of the bugs discovered in RC4. As before, we strongly recommend that all users upgrade + to HttpClient 3.0. Please download and enjoy. +

    +

    The Jakarta Commons HttpClient project is pleased to announce the fourth and hopefully final Modified: jakarta/commons/proper/httpclient/trunk/xdocs/status.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/status.xml?rev=357627&r1=357626&r2=357627&view=diff ============================================================================== --- jakarta/commons/proper/httpclient/trunk/xdocs/status.xml (original) +++ jakarta/commons/proper/httpclient/trunk/xdocs/status.xml Sun Dec 18 20:29:32 2005 @@ -14,26 +14,26 @@

    -

    HttpClient 3.0 is nearly complete. The 3.0 API is frozen and all known bugs have been fixed. - We strongly encourage all current HttpClient users to start migrating.

    +

    HttpClient 3.0 has arrived! We strongly encourage all current HttpClient + users to migrate.

    HttpClient 2.0 is no longer being actively developed, with the exception of bug fixes and minor enhancements. 2.0.2 is the latest stable release.

    -

    It is important to note that HttpClient Subversion Trunk (3.0) is no longer fully compatible - with 2.0.x APIs. API incompatibilities with HttpClient 2.0.x are described +

    It is important to note that HttpClient 3.0 is no longer fully compatible + with the 2.0.x APIs. API incompatibilities with HttpClient 2.0.x are described here.

    Bug reports targeted for the next release can be found - here. + here.

    -

    Current Development Release (recommended): - Release 3.0 RC4

    -

    Current Stable Release: +

    Current Stable Release (recommended): + Release 3.0

    +

    Previous Stable Release: Release 2.0.2

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