From 48feb8953cfdca1ff6a5f4afb9c0ecdba46c4ded Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Mon, 6 Jul 2026 09:55:19 +0200 Subject: [PATCH] update NEWS.md --- NEWS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NEWS.md b/NEWS.md index b6444617..f1bc8e22 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +# Version 1.4.6 2026-07-xx + +* Set EbmlHead as not allowed to be infinite (as per RFC 8794) +* Fix leak on upper element found inside the last element +* EbmlString::ReadFully: use automatic memory management/fewer allocations +* EbmlUnicodeString: use std::string when reading instead of manual memory management +* IOCallback: avoid reading more than 2^32 at once +* Fix some includes that are not implicit in modern compilers +* Download utfcpp automatically +* Show a summary of build configuration when configuring CMake +* Add a DEV_MODE CMake option to check more compiler errors (default off) + # Version 1.4.5 2023-12-12 * Fix invalid memory access (reading beyond allocated memory) due to