Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 18003 invoked from network); 7 May 2006 14:08:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 May 2006 14:08:09 -0000 Received: (qmail 41376 invoked by uid 500); 7 May 2006 14:08:07 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 41355 invoked by uid 500); 7 May 2006 14:08:07 -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 41344 invoked by uid 500); 7 May 2006 14:08:07 -0000 Received: (qmail 41341 invoked by uid 99); 7 May 2006 14:08:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 May 2006 07:08:06 -0700 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, 07 May 2006 07:08:06 -0700 Received: (qmail 17933 invoked by uid 65534); 7 May 2006 14:07:45 -0000 Message-ID: <20060507140745.17932.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r404762 - in /jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH: ./ src/java/org/apache/commons/httpclient/params/ xdocs/ Date: Sun, 07 May 2006 14:07:44 -0000 To: commons-cvs@jakarta.apache.org From: mbecke@apache.org X-Mailer: svnmailer-1.0.8 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 May 7 07:07:41 2006 New Revision: 404762 URL: http://svn.apache.org/viewcvs?rev=404762&view=rev Log: Changes for release 3.0.1 Modified: jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/build.xml jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/project.xml jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/release_notes.txt jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/developerguide.xml jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/downloads.xml jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/news.xml jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/status.xml Modified: jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/build.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/build.xml?rev=404762&r1=404761&r2=404762&view=diff ============================================================================== --- jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/build.xml (original) +++ jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/build.xml Sun May 7 07:07:41 2006 @@ -38,7 +38,7 @@ - + Modified: jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/project.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/project.xml?rev=404762&r1=404761&r2=404762&view=diff ============================================================================== --- jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/project.xml (original) +++ jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/project.xml Sun May 7 07:07:41 2006 @@ -7,7 +7,7 @@ commons-httpclient jakarta-commons-httpclient 2001 - 3.0 + 3.0.1 org.apache.commons.httpclient @@ -33,6 +33,11 @@ http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk + + 3.0.1 + 3.0.1 + HTTPCLIENT_3_0_1 + 3.0 3.0 Modified: jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/release_notes.txt URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/release_notes.txt?rev=404762&r1=404761&r2=404762&view=diff ============================================================================== --- jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/release_notes.txt (original) +++ jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/release_notes.txt Sun May 7 07:07:41 2006 @@ -1,3 +1,5 @@ +Release 3.0.1 +------------------- Changes since Release 3.0: * 38636 - Calling HttpState.clearCookies() is now safe from a different thread. Modified: jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java?rev=404762&r1=404761&r2=404762&view=diff ============================================================================== --- jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java (original) +++ jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/src/java/org/apache/commons/httpclient/params/DefaultHttpParamsFactory.java Sun May 7 07:07:41 2006 @@ -66,7 +66,7 @@ protected HttpParams createParams() { HttpClientParams params = new HttpClientParams(null); - params.setParameter(HttpMethodParams.USER_AGENT, "Jakarta Commons-HttpClient/3.0"); + params.setParameter(HttpMethodParams.USER_AGENT, "Jakarta Commons-HttpClient/3.0.1"); params.setVersion(HttpVersion.HTTP_1_1); params.setConnectionManagerClass(SimpleHttpConnectionManager.class); params.setCookiePolicy(CookiePolicy.RFC_2109); Modified: jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/developerguide.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/developerguide.xml?rev=404762&r1=404761&r2=404762&view=diff ============================================================================== --- jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/developerguide.xml (original) +++ jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/developerguide.xml Sun May 7 07:07:41 2006 @@ -40,7 +40,7 @@ Description - Release Guide + Release Guide This document describes the release process for HttpClient. Modified: jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/downloads.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/downloads.xml?rev=404762&r1=404761&r2=404762&view=diff ============================================================================== --- jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/downloads.xml (original) +++ jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/downloads.xml Sun May 7 07:07:41 2006 @@ -14,7 +14,7 @@ The following releases are avilable for download:

    -
  • 3.0 - 19 December 2005 - +
  • 3.0.1 - 08 May 2006 - Download - Release notes
  • @@ -30,7 +30,6 @@

    The latest Gump generated binary @@ -46,21 +45,23 @@

    If you are using Maven for your project, you can create a dependency in your - project.xml with one of the following blocks:

    + project.xml with one of the following:

    + 3.0.1 commons-httpclient commons-httpclient - 3.0 + 3.0.1 http://jakarta.apache.org/commons/httpclient/ ]]> + 2.0.2 commons-httpclient commons-httpclient 2.0.2 - http://jakarta.apache.org/commons/httpclient/2.0/ + http://jakarta.apache.org/commons/httpclient/ ]]>

    There are also other jar versions available. You can check Modified: jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/news.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/news.xml?rev=404762&r1=404761&r2=404762&view=diff ============================================================================== --- jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/news.xml (original) +++ jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/news.xml Sun May 7 07:07:41 2006 @@ -10,6 +10,14 @@ +

    +

    + The Jakarta Commons HttpClient project is pleased to announce the release of HttpClient 3.0.1. + This release fixes a number of bugs discovered in 3.0.1. As always, we recommend that all + users upgrade. Please download and enjoy. +

    +

    Please see the release notes for the list of bugs fixed in this release.

    +

    The Jakarta Commons HttpClient project is pleased to announce the release of HttpClient 3.0. Modified: jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/status.xml URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/status.xml?rev=404762&r1=404761&r2=404762&view=diff ============================================================================== --- jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/status.xml (original) +++ jakarta/commons/proper/httpclient/branches/HTTPCLIENT_3_0_BRANCH/xdocs/status.xml Sun May 7 07:07:41 2006 @@ -14,8 +14,8 @@

    -

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

    +

    HttpClient 3.0.1 fixes all issues discovered in 3.0, we encourage all current HttpClient 3.0 + users to upgrade.

    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.

    @@ -26,13 +26,13 @@

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

    Current Stable Release (recommended): - Release 3.0

    + Release 3.0.1

    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