From 268e14441f373a02845af706a95034a7f89aaf05 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 18 Apr 2024 22:13:05 +0200 Subject: [PATCH] RELEASE-NOTES: 0.12 --- RELEASE-NOTES | 21 +++++++++++---------- version.h | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index bb353c61..f4ccab3c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,16 +1,17 @@ -trurl 0.10 +# trurl 0.12 -Changes since previous release +## What's Changed - o add --replace +- This is the same as 0.11 but with the version string set correctly -Bugfixes since previous release - - 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 +- check valgrind function by @eh-san in #273 +- Added UTF-8 detection to test runner by @jacobmealey in #276 +- use of free() instead of curl_free() by @bagder in #283 +- output the list of components correctly in the help output by @bagder in #282 +- if query is not updated, leave it untouched by @bagder in #284 +- expand the warning on "internal problem" by @bagder in #285 +- error when using an unrecognized URL component by @bagder in #286 Contributors to this release: - Daniel Stenberg, Jacob Mealey, Jay Satiro, Michael Lass, Viktor Szakats + Daniel Stenberg, Jacob Mealey, Ehsan diff --git a/version.h b/version.h index 3b577ec1..38e0d60b 100644 --- a/version.h +++ b/version.h @@ -24,6 +24,6 @@ * ***************************************************************************/ -#define TRURL_VERSION_TXT "0.10" +#define TRURL_VERSION_TXT "0.12" #endif