Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5508EC8B1 for ; Fri, 1 Nov 2013 13:43:22 +0000 (UTC) Received: (qmail 79867 invoked by uid 500); 1 Nov 2013 13:43:20 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 79827 invoked by uid 500); 1 Nov 2013 13:43:16 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 79820 invoked by uid 99); 1 Nov 2013 13:43:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 13:43:14 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 13:43:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E32D82388868 for ; Fri, 1 Nov 2013 13:42:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1537936 - in /httpcomponents/httpasyncclient/trunk: RELEASE_NOTES.txt httpasyncclient-osgi/pom.xml Date: Fri, 01 Nov 2013 13:42:50 -0000 To: commits@hc.apache.org From: olegk@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131101134250.E32D82388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olegk Date: Fri Nov 1 13:42:50 2013 New Revision: 1537936 URL: http://svn.apache.org/r1537936 Log: HTTPASYNC-60: Fixed incorrect OSGi Symbolic-BundleName. Contributed by M. van Cuijk Modified: httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml Modified: httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt?rev=1537936&r1=1537935&r2=1537936&view=diff ============================================================================== --- httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt (original) +++ httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt Fri Nov 1 13:42:50 2013 @@ -1,3 +1,11 @@ +Changes since 4.0 +------------------- + +* [HTTPASYNC-60] Fixed incorrect OSGi Symbolic-BundleName. + Contributed by M. van Cuijk + + + Release 4.0 ------------------- @@ -16,7 +24,7 @@ I/O error recovery. These features may b Changelog: ------------------- -* [ HTTPASYNC-56] Fixed thread deadlock in DefaultClientExchangeHandlerImpl. +* [HTTPASYNC-56] Fixed thread deadlock in DefaultClientExchangeHandlerImpl. Contributed by Oleg Kalnichevski * [HTTPASYNC-57] HTTPS request execution via a HTTP proxy can cause an infinite loop. Modified: httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml?rev=1537936&r1=1537935&r2=1537936&view=diff ============================================================================== --- httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml (original) +++ httpcomponents/httpasyncclient/trunk/httpasyncclient-osgi/pom.xml Fri Nov 1 13:42:50 2013 @@ -56,7 +56,7 @@ Apache ${project.name} - ${project.groupId}.httpclient + ${project.groupId}.httpasyncclient <_exportcontents> org.apache.http.nio.client.*;version=${project.version}, org.apache.http.nio.conn.*;version=${project.version},