summaryrefslogtreecommitdiff
path: root/ChangeLog.md
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2026-01-07 18:19:44 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2026-01-07 18:19:44 +0000
commit1dd83cf7e527ff29d734f6a2c8f9b61d39b41d94 (patch)
treeda5185757a055488bdc9cbb7d17077a8f36596a9 /ChangeLog.md
parent1e2f270469c61337ef7f5f92ab93f691e5d86492 (diff)
Import libucl 0.9.3vendor/libucl/0.9.3
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index b32b9e08d019..bf76b8e517e9 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,15 @@
# Version history
+## Libucl 0.9.3
+
+- Fix invalid JSON emission when merging objects (Fixes #312)
+- Fix heap-buffer-overflow in ucl_maybe_parse_number (Fixes #344, #328)
+- Fix Use-After-Free in ucl_hash_insert by ignoring duplicates in different containers (Fixes #347)
+- Fix heap-buffer-overflow in ucl_parse_multiline_string
+- Add support of sanitizers to cmake
+- Fix allocator mismatches in libucl
+- Various other fixes and improvements
+
## Libucl 0.9.0
* 803b588 Breaking: Try to fix streamline embedding