From 756cfc96a961ba56749680bf99a14ed0fa11bd19 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 19 Feb 2024 23:14:18 +0100 Subject: [PATCH] RELEASE: 0.10 --- RELEASE-NOTES | 16 +++++++--------- version.h | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9426e053..bb353c61 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,18 +1,16 @@ -trurl 0.9 +trurl 0.10 Changes since previous release - o add --as-idn and punycode to IDN conversion - o add --curl to only count as valid URLs supported by libcurl - o add vs2022 project files + o add --replace Bugfixes since previous release - o accept \* as a trim name to trim a literal asterisk name - o format null as \u0000 for --json - o run --trim query before --append query + o fixed buffer overflows on %00 use + o support compiling with old versions of Visual Studio + o enable more C compiler warnings and fix them + o ci: add Windows builds Contributors to this release: - Daniel Stenberg, Ehsan, Emanuele Torre, Jacob Mealey, Krishean Draconis, - Michael Ablassmeier, 積丹尼 Dan Jacobson + Daniel Stenberg, Jacob Mealey, Jay Satiro, Michael Lass, Viktor Szakats diff --git a/version.h b/version.h index 50b75812..3b577ec1 100644 --- a/version.h +++ b/version.h @@ -24,6 +24,6 @@ * ***************************************************************************/ -#define TRURL_VERSION_TXT "0.9" +#define TRURL_VERSION_TXT "0.10" #endif