Skip to content

Commit

Permalink
RELEASE: 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jul 26, 2023
1 parent 5e2bfc1 commit 411f306
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ROOT=.

# the latest stable version is:
STABLE= 8.2.0
RELDATE = "2023-07-19"
STABLE= 8.2.1
RELDATE = "2023-07-26"
# The planned *next* release is:
NEXTDATE = "2023-09-13"

Expand Down
39 changes: 39 additions & 0 deletions _changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,45 @@
<img src="pix/play.svg" alt="Play video" height="100%" style="float: left; margin-right: 1em;"> desc </a> \
</div>

<a name="8_2_1"></a>
SUBTITLE(Fixed in 8.2.1 - July 26 2023)
<p> Changes:
<ul class="changes">
</ul>
<p> Changes:
<ul class="changes">
</ul>
<p> Bugfixes:
<ul class="bugfixes">
BGF <a href="https://curl.se/bug/?i=11479">amigaos: fix sys/mbuf.h m_len macro clash</a>
BGF <a href="https://curl.se/bug/?i=11478">amissl: add missing signal.h include</a>
BGF <a href="https://curl.se/bug/?i=11477">amissl: fix AmiSSL v5 detection</a>
BGF <a href="https://curl.se/bug/?i=11491">cfilters: rename close/connect functions to avoid clashes</a>
BGF <a href="https://curl.se/bug/?i=11464">ciphers.d: put URL in first column</a>
BGF <a href="https://curl.se/bug/?i=11446">cmake: add `libcurlu`/`libcurltool` for unit tests</a>
BGF <a href="https://curl.se/bug/?i=11508">cmake: update ngtcp2 detection</a>
BGF <a href="https://curl.se/bug/?i=11470">configure: check for nghttp2_session_get_stream_local_window_size</a>
BGF <a href="https://curl.se/bug/?i=11504">CONTRIBUTE: drop mention of copyright year ranges</a>
BGF <a href="https://curl.se/bug/?i=11504">CONTRIBUTE: fix syntax in commit message description</a>
BGF <a href="https://curl.se/bug/?i=11511">curl_multi_wait.3: fix arg quoting to doc macro .BR</a>
BGF <a href="https://curl.se/bug/?i=11514">docs: mark two TLS options for TLS, not SSL</a>
BGF <a href="https://curl.se/bug/?i=11513">docs: provide more see also for cipher options</a>
BGF <a href="https://curl.se/bug/?i=11465">hostip: return IPv6 first for localhost resolves</a>
BGF <a href="https://curl.se/bug/?i=11485">http2: fix regression on upload EOF handling</a>
BGF <a href="https://curl.se/bug/?i=11509">http: VLH, very large header test and fixes</a>
BGF <a href="https://curl.se/bug/?i=11488">libcurl-errors.3: add CURLUE_OK</a>
BGF <a href="https://curl.se/bug/?i=11476">os400: correct EXPECTED_STRING_LASTZEROTERMINATED</a>
BGF <a href="https://curl.se/bug/?i=11462">quiche: fix lookup of transfer at multi</a>
BGF <a href="https://curl.se/bug/?i=11449">quiche: fix segfault and other things</a>
BGF <a href="https://curl.se/bug/?i=10865">rustls: update rustls-ffi 0.10.0</a>
BGF <a href="https://curl.se/bug/?i=11483">socks: print ipv6 address within brackets</a>
BGF <a href="https://curl.se/bug/?i=11501">src/mkhelp: strip off escape sequences</a>
BGF <a href="https://curl.se/bug/?i=11468">tool: fix tool_seek_cb build when SIZEOF_CURL_OFF_T &gt; SIZEOF_OFF_T</a>
BGF <a href="https://curl.se/bug/?i=11486">transfer: do not clear the credentials on redirect to absolute URL</a>
BGF <a href="https://curl.se/bug/?i=11494">unittest: remove unneeded *_LDADD</a>
BGF <a href="https://curl.se/bug/?i=11493">websocket: rename arguments/variables to match docs</a>
</ul>

<a name="8_2_0"></a>
SUBTITLE(Fixed in 8.2.0 - July 19 2023)
<p>
Expand Down
10 changes: 10 additions & 0 deletions _newslog.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@
NCOLE
#endif

NSUBJ(curl and libcurl 8.2.1)
NDATE(July 26 2023)
NCOLS

The curl team proudly presents curl and
libcurl <a href="download.html">version 8.2.1</a>. See the
full <a href="changes.html#8_2_0">changelog</a>.

NCOLE

NSUBJ(curl and libcurl 8.2.0)
NDATE(July 19 2023)
NCOLS
Expand Down

0 comments on commit 411f306

Please sign in to comment.