From 98ea0b552f828856eef076391c4fff16464c057c Mon Sep 17 00:00:00 2001 From: tobil4sk Date: Fri, 31 Mar 2023 17:36:50 +0100 Subject: [PATCH 1/2] Add missing changelog entries --- CHANGES | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 974dac69..1da43e68 100644 --- a/CHANGES +++ b/CHANGES @@ -2,9 +2,17 @@ all : deprecated neko (see README) std : fixed put_env when null is passed in (#229 https://github.com/HaxeFoundation/haxe/issues/10395) std : added sys_cpu_arch (#275) - std : fix sys_is64 returning false on 64 bit Windows (#276) + std : fixed sys_is64 returning false on 64 bit Windows (#276) + std : fixed $int to respect whitespace and signs in hex notation and to ignore trailing text (#258) all : fixed various build issues on macOS Catalina and Big Sur cmake : update all dependencies + all : added arm64 binaries for Linux + regexp : migrated to pcre2, fixing matches with null characters (#249) + regexp : fixed stack overflow with large strings (#262) + regexp : added regexp_matched_num function (#257) + nekotools : allowed custom 404 handler for server (#278) + nekotools : added `nekotools boot -c *.n` option to help output (#273) + ui : migrated to gtk3 on Linux (#220) 2019-10-19 : 2.3.0 std : added socket_set_broadcast function (#190) From 83f4b3a4fff80738966a8dbd97873560d89b17b1 Mon Sep 17 00:00:00 2001 From: Tobiasz Laskowski Date: Sat, 25 May 2024 10:44:05 +0100 Subject: [PATCH 2/2] Add a few more recent changes --- CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 1da43e68..9e539e85 100644 --- a/CHANGES +++ b/CHANGES @@ -6,13 +6,15 @@ std : fixed $int to respect whitespace and signs in hex notation and to ignore trailing text (#258) all : fixed various build issues on macOS Catalina and Big Sur cmake : update all dependencies - all : added arm64 binaries for Linux + all : added arm64 binaries for Linux and macOS regexp : migrated to pcre2, fixing matches with null characters (#249) regexp : fixed stack overflow with large strings (#262) regexp : added regexp_matched_num function (#257) nekotools : allowed custom 404 handler for server (#278) nekotools : added `nekotools boot -c *.n` option to help output (#273) ui : migrated to gtk3 on Linux (#220) + sqlite : fixed early finalizer call (#200) + cmake : fixed loading error when installing to /usr/local on Unix (#271) 2019-10-19 : 2.3.0 std : added socket_set_broadcast function (#190)