Skip to content

Commit 1912429

Browse files
committed
Updated project website for HttpCore 5.3.4 release
1 parent 9837fe4 commit 1912429

File tree

3 files changed

+20
-14
lines changed

3 files changed

+20
-14
lines changed

src/site/markdown/news.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
HttpComponents Project News
2121
===========================
2222

23+
###### 20 March 2025 - HttpComponents Core 5.3.4 GA released
24+
25+
This maintenance release fixes several corner-case defects in the asynchronous HTTP/1.1 protocol
26+
handler as well as several other minor defects.
27+
2328
###### 17 Feb 2025 - HttpComponents Client 5.5-alpha1 released
2429

2530
This is the first ALPHA release in the 5.5 release series. It adds several experimental

src/site/resources/httpcomponents-core-5.3.x/documentation.links

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
5.3.1 ../components/httpcomponents-core-5.3.x/5.3.1
66
5.3.2 ../components/httpcomponents-core-5.3.x/5.3.2
77
5.3.3 ../components/httpcomponents-core-5.3.x/5.3.3
8-
current ../components/httpcomponents-core-5.3.x/5.3.3
8+
5.3.4 ../components/httpcomponents-core-5.3.x/5.3.4
9+
current ../components/httpcomponents-core-5.3.x/5.3.4

src/site/xdoc/downloads.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -96,43 +96,43 @@
9696
</ul>
9797
</subsection>
9898

99-
<subsection name="HttpCore 5.3.3 (GA)">
99+
<subsection name="HttpCore 5.3.4 (GA)">
100100
<a href="https://downloads.apache.org/httpcomponents/httpcore/KEYS">KEYS</a>
101101
<a href="https://downloads.apache.org/httpcomponents/httpcore/RELEASE_NOTES-5.3.x.txt">Release Notes</a>
102102
<br/>
103103
<p>Binary</p>
104104
<ul>
105105
<li>
106-
<a href="[preferred]/httpcomponents/httpcore/binary/httpcomponents-core-5.3.3-bin.tar.gz">5.3.3.tar.gz</a>
106+
<a href="[preferred]/httpcomponents/httpcore/binary/httpcomponents-core-5.3.4-bin.tar.gz">5.3.4.tar.gz</a>
107107
[<a
108-
href="https://downloads.apache.org/httpcomponents/httpcore/binary/httpcomponents-core-5.3.3-bin.tar.gz.sha512">
108+
href="https://downloads.apache.org/httpcomponents/httpcore/binary/httpcomponents-core-5.3.4-bin.tar.gz.sha512">
109109
sha512</a>]
110-
[<a href="https://downloads.apache.org/httpcomponents/httpcore/binary/httpcomponents-core-5.3.3-bin.tar.gz.asc">
110+
[<a href="https://downloads.apache.org/httpcomponents/httpcore/binary/httpcomponents-core-5.3.4-bin.tar.gz.asc">
111111
pgp</a>]
112112
</li>
113113
<li>
114-
<a href="[preferred]/httpcomponents/httpcore/binary/httpcomponents-core-5.3.3-bin.zip">5.3.3.zip</a>
115-
[<a href="https://downloads.apache.org/httpcomponents/httpcore/binary/httpcomponents-core-5.3.3-bin.zip.sha512">
114+
<a href="[preferred]/httpcomponents/httpcore/binary/httpcomponents-core-5.3.4-bin.zip">5.3.4.zip</a>
115+
[<a href="https://downloads.apache.org/httpcomponents/httpcore/binary/httpcomponents-core-5.3.4-bin.zip.sha512">
116116
sha512</a>]
117-
[<a href="https://downloads.apache.org/httpcomponents/httpcore/binary/httpcomponents-core-5.3.3-bin.zip.asc">
117+
[<a href="https://downloads.apache.org/httpcomponents/httpcore/binary/httpcomponents-core-5.3.4-bin.zip.asc">
118118
pgp</a>]
119119
</li>
120120
</ul>
121121
<p>Source</p>
122122
<ul>
123123
<li>
124-
<a href="[preferred]/httpcomponents/httpcore/source/httpcomponents-core-5.3.3-src.tar.gz">5.3.3.tar.gz</a>
124+
<a href="[preferred]/httpcomponents/httpcore/source/httpcomponents-core-5.3.4-src.tar.gz">5.3.4.tar.gz</a>
125125
[<a
126-
href="https://downloads.apache.org/httpcomponents/httpcore/source/httpcomponents-core-5.3.3-src.tar.gz.sha512">
126+
href="https://downloads.apache.org/httpcomponents/httpcore/source/httpcomponents-core-5.3.4-src.tar.gz.sha512">
127127
sha512</a>]
128-
[<a href="https://downloads.apache.org/httpcomponents/httpcore/source/httpcomponents-core-5.3.3-src.tar.gz.asc">
128+
[<a href="https://downloads.apache.org/httpcomponents/httpcore/source/httpcomponents-core-5.3.4-src.tar.gz.asc">
129129
pgp</a>]
130130
</li>
131131
<li>
132-
<a href="[preferred]/httpcomponents/httpcore/source/httpcomponents-core-5.3.3-src.zip">5.3.3.zip</a>
133-
[<a href="https://downloads.apache.org/httpcomponents/httpcore/source/httpcomponents-core-5.3.3-src.zip.sha512">
132+
<a href="[preferred]/httpcomponents/httpcore/source/httpcomponents-core-5.3.4-src.zip">5.3.4.zip</a>
133+
[<a href="https://downloads.apache.org/httpcomponents/httpcore/source/httpcomponents-core-5.3.4-src.zip.sha512">
134134
sha512</a>]
135-
[<a href="https://downloads.apache.org/httpcomponents/httpcore/source/httpcomponents-core-5.3.3-src.zip.asc">
135+
[<a href="https://downloads.apache.org/httpcomponents/httpcore/source/httpcomponents-core-5.3.4-src.zip.asc">
136136
pgp</a>]
137137
</li>
138138
</ul>

0 commit comments

Comments
 (0)