X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=CHANGELOG.md;h=571b488fe327b535b330518a1ecdf7126607317d;hp=4851d4f1f1410eb1890624c0ef185efa16bd753e;hb=4ca2476be7948adeaf9bca2f40d53ff9c12ebc28;hpb=f3b5b84017131e5354aacaa01836d317dad38686 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4851d4f..571b488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # ChangeLog v4 +## 4.2.2, 2022-02-25 + +* Fixed gh-issue #123: Segfault with libcurl 7.81 + +## 4.2.1, 2021-09-13 + +* Fixed failing tests with PHP-8.1 (see gh issue #120) +* Fixed configure reliably finding the right libcurl features available +* Fixed cookie handling with libcurl 7.77+ and consistently across all + supported libcurl versions (follow-up to gh issue #116) + ## 4.2.0, 2021-08-30 * Fixed PHP-8.1 compatibility (see gh issues #114, #115 and #118)