You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2021/11/17 13:09:08 UTC

[httpcomponents-website] branch master updated: Updated project website for HttpClient 5.1.2 release

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-website.git


The following commit(s) were added to refs/heads/master by this push:
     new aa75ae2  Updated project website for HttpClient 5.1.2 release
aa75ae2 is described below

commit aa75ae2a251616d73076c424f49be5509de807d1
Author: Oleg Kalnichevski <Ol...@abraxas.ch>
AuthorDate: Wed Nov 17 14:08:22 2021 +0100

    Updated project website for HttpClient 5.1.2 release
---
 src/site/markdown/news.md                          |  6 +++++
 .../documentation.links                            |  5 -----
 .../documentation.links                            |  3 ++-
 src/site/xdoc/downloads.xml                        | 26 +++++++++++-----------
 4 files changed, 21 insertions(+), 19 deletions(-)

diff --git a/src/site/markdown/news.md b/src/site/markdown/news.md
index 4eec3a4..72d11d9 100644
--- a/src/site/markdown/news.md
+++ b/src/site/markdown/news.md
@@ -20,6 +20,12 @@
 HttpComponents Project News
 ===========================
 
+###### 17 November 2021 - HttpComponents Client 5.1.2 (GA) released
+
+This is an emergency release that fixes a regression introduced in the previous release that can lead to a connection
+leak when executing requests with a non-repeatable streaming entity with the classic (blocking) HttpClient. Async and
+minimal HttpClient implementations are not affected by the regression.
+
 ###### 3 November 2021 - HttpComponents Client 5.2-alpha1 released
 
 This is the first ALPHA release in the 5.2 release series that upgrades minimal JRE level to version 1.8 (8u251 is
diff --git a/src/site/resources/httpcomponents-client-5.0.x/documentation.links b/src/site/resources/httpcomponents-client-5.0.x/documentation.links
deleted file mode 100644
index 39cabcd..0000000
--- a/src/site/resources/httpcomponents-client-5.0.x/documentation.links
+++ /dev/null
@@ -1,5 +0,0 @@
-# links property file for Ant's symlink task in pom.xml:
-# links to components in http://hc.apache.org/components/
-
-5.0.3       ../components/httpcomponents-client-5.0.x/5.0.3
-current     ../components/httpcomponents-client-5.0.x/5.0.3
diff --git a/src/site/resources/httpcomponents-client-5.1.x/documentation.links b/src/site/resources/httpcomponents-client-5.1.x/documentation.links
index 5cda668..dff3cf0 100644
--- a/src/site/resources/httpcomponents-client-5.1.x/documentation.links
+++ b/src/site/resources/httpcomponents-client-5.1.x/documentation.links
@@ -3,4 +3,5 @@
 
 5.1         ../components/httpcomponents-client-5.1.x/5.1
 5.1.1       ../components/httpcomponents-client-5.1.x/5.1.1
-current     ../components/httpcomponents-client-5.1.x/5.1.1
+5.1.2       ../components/httpcomponents-client-5.1.x/5.1.2
+current     ../components/httpcomponents-client-5.1.x/5.1.2
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
index b1a5205..0bdcbef 100644
--- a/src/site/xdoc/downloads.xml
+++ b/src/site/xdoc/downloads.xml
@@ -64,34 +64,34 @@
    <code>sha512</code> link downloads the SHA 512 checksum from the main site.
   </p>
 
-    <subsection name="HttpClient 5.1.1 (GA)">
+    <subsection name="HttpClient 5.1.2 (GA)">
       <a href="https://downloads.apache.org/httpcomponents/httpclient/KEYS">KEYS</a>
       <a href="https://downloads.apache.org/httpcomponents/httpclient/RELEASE_NOTES-5.1.x.txt">Release Notes</a>
       <br/>
       <p>Binary</p>
       <ul>
         <li>
-          <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-5.1.1-bin.tar.gz">5.1.1.tar.gz</a>
-          [<a href="https://downloads.apache.org/httpcomponents/httpclient/binary/httpcomponents-client-5.1.1-bin.tar.gz.sha512">sha512</a>]
-          [<a href="https://downloads.apache.org/httpcomponents/httpclient/binary/httpcomponents-client-5.1.1-bin.tar.gz.asc">pgp</a>]
+          <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-5.1.2-bin.tar.gz">5.1.2.tar.gz</a>
+          [<a href="https://downloads.apache.org/httpcomponents/httpclient/binary/httpcomponents-client-5.1.2-bin.tar.gz.sha512">sha512</a>]
+          [<a href="https://downloads.apache.org/httpcomponents/httpclient/binary/httpcomponents-client-5.1.2-bin.tar.gz.asc">pgp</a>]
         </li>
         <li>
-          <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-5.1.1-bin.zip">5.1.1.zip</a>
-          [<a href="https://downloads.apache.org/httpcomponents/httpclient/binary/httpcomponents-client-5.1.1-bin.zip.sha512">sha512</a>]
-          [<a href="https://downloads.apache.org/httpcomponents/httpclient/binary/httpcomponents-client-5.1.1-bin.zip.asc">pgp</a>]
+          <a href="[preferred]/httpcomponents/httpclient/binary/httpcomponents-client-5.1.2-bin.zip">5.1.2.zip</a>
+          [<a href="https://downloads.apache.org/httpcomponents/httpclient/binary/httpcomponents-client-5.1.2-bin.zip.sha512">sha512</a>]
+          [<a href="https://downloads.apache.org/httpcomponents/httpclient/binary/httpcomponents-client-5.1.2-bin.zip.asc">pgp</a>]
         </li>
       </ul>
       <p>Source</p>
       <ul>
         <li>
-          <a href="[preferred]/httpcomponents/httpclient/source/httpcomponents-client-5.1.1-src.tar.gz">5.1.1.tar.gz</a>
-          [<a href="https://downloads.apache.org/httpcomponents/httpclient/source/httpcomponents-client-5.1.1-src.tar.gz.sha512">sha512</a>]
-          [<a href="https://downloads.apache.org/httpcomponents/httpclient/source/httpcomponents-client-5.1.1-src.tar.gz.asc">pgp</a>]
+          <a href="[preferred]/httpcomponents/httpclient/source/httpcomponents-client-5.1.2-src.tar.gz">5.1.2.tar.gz</a>
+          [<a href="https://downloads.apache.org/httpcomponents/httpclient/source/httpcomponents-client-5.1.2-src.tar.gz.sha512">sha512</a>]
+          [<a href="https://downloads.apache.org/httpcomponents/httpclient/source/httpcomponents-client-5.1.2-src.tar.gz.asc">pgp</a>]
         </li>
         <li>
-          <a href="[preferred]/httpcomponents/httpclient/source/httpcomponents-client-5.1.1-src.zip">5.1.1.zip</a>
-          [<a href="https://downloads.apache.org/httpcomponents/httpclient/source/httpcomponents-client-5.1.1-src.zip.sha512">sha512</a>]
-          [<a href="https://downloads.apache.org/httpcomponents/httpclient/source/httpcomponents-client-5.1.1-src.zip.asc">pgp</a>]
+          <a href="[preferred]/httpcomponents/httpclient/source/httpcomponents-client-5.1.2-src.zip">5.1.2.zip</a>
+          [<a href="https://downloads.apache.org/httpcomponents/httpclient/source/httpcomponents-client-5.1.2-src.zip.sha512">sha512</a>]
+          [<a href="https://downloads.apache.org/httpcomponents/httpclient/source/httpcomponents-client-5.1.2-src.zip.asc">pgp</a>]
         </li>
       </ul>
     </subsection>