summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhsoting.net>2024-07-12 08:33:43 +0200
committerJörg Frings-Fürst <debian@jff-webhsoting.net>2024-07-12 08:33:43 +0200
commitd900a0ce85f9389882567e9698b4f785971f35a8 (patch)
tree866aa6eda9429d9e96cb770b7689d51d78f2b624 /ChangeLog
parent9d31dcdfaf0dba9491580ba69eae7817a5b0d455 (diff)
parent9b93aee54f41e2700d2c10f46f26fec69673c7c9 (diff)
Merge branch 'release/debian/0.9.8+dfsg-1'debian/0.9.8+dfsg-1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cf421b..8f19bbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,33 @@ NOTE: uriparser is looking for help with a few things:
https://github.com/uriparser/uriparser/labels/help%20wanted
If you can help, please get in touch. Thanks!
+2024-05-05 -- 0.9.8
+
+>>>>>>>>>>>>> SECURITY >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+ * Fixed: [CVE-2024-34402]
+ Protect against integer overflow in ComposeQueryEngine
+ (GitHub #183, GitHub #185)
+ * Fixed: [CVE-2024-34403]
+ Protect against integer overflow in ComposeQueryMallocExMm
+ (GitHub #183, GitHub #186)
+>>>>>>>>>>>>> SECURITY >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+ * Changed: Require CMake >=3.5.0 (GitHub #172)
+ * Added: CMake option URIPARSER_SHARED_LIBS=(ON|OFF) to control,
+ whether to produce a shared or static library for uriparser
+ and that alone, falls back to standard BUILD_SHARED_LIBS
+ if available, else defaults to "ON" (GitHub #169, GitHub #170)
+ * Improved: Document that scheme-based normalization a la
+ section 6.2.3 of RFC 3986 is a responsibility of the application
+ using uriparser (GitHub #173, GitHub #174)
+ * Improved: Document supported code points for functions uriEscape(Ex)W
+ (GitHub #171, GitHub #175)
+ * Infrastructure: Update Clang from 15 to 18 (GitHub #161, GitHub #187)
+ * Infrastructure: Adapt to breaking changes in Clang packaging (GitHub #160)
+ * Infrastructure: Get sanitizer CFLAGS and LDFLAGS back in sync (GitHub #161)
+ * Infrastructure: Pin GitHub Actions to specific commits for security
+ (GitHub #165)
+ * Soname: 1:31:0 — see https://verbump.de/ for what these numbers do
+
2022-10-05 -- 0.9.7
* Fixed: Multiple issues with IPv6 and IPvFuture literal parsing