From 6997194e4a750386043a5dd126a0f46b5971559e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 19 Sep 2024 08:31:44 +0200 Subject: [PATCH] RELEASE-NOTES: 0.16 release details --- RELEASE-NOTES | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d2682565..7886006c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,13 +1,19 @@ -# trurl 0.15.1 +# trurl 0.16 -## What changed +## News - - mkrelease: update the source, not title - - trurl: escape backslash with a backslash - - Makefile: check for trurl.1 before installing - - trurl: fix misbehavior on empty query param - - trurl: fix handling of query pair with blank left side - - trurl.md: remove 'added-in:' +- introduce --qtrim for trimming queries (only) +- Lots of new tests +- Expanded documentation + +## Bugfixes + +- normalize the fragment +- make sure URL encoded %-hex is done lowercase +- silence --replace-append when appending +- normalize user, password and options +- clarify the --help text for --urlencode +- fix a few returns codes for out of memory Contributors to this release: