From b25f453fc7c54916582da281fe515bae6d34c5c3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 17 Apr 2023 19:48:55 +0200 Subject: [PATCH] RELEASE-NOTES: 0.5 details THANKS: added recent commit authors --- RELEASE-NOTES | 29 +++++++++++------------------ THANKS | 2 ++ 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9bdec1af..b28c744f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,28 +1,21 @@ -trurl 0.4 +trurl 0.5 Changes since previous release - * --get supports showing {query:key} - * --json outputs query pairs under "params" - * -a is an --append shortcut - * add --query-separator - * add --sort-query - * install instructions for cygwin + o --get supports variables in [brackets] as well + o --get {query-all:key} outputs all values for 'key' in the query + o switched to test.py for tests + o --iterate is a new option Bugfixes since previous release - * build: compile with msvc again - * components names are lower case and case sensitive - * fixed the json output of UTF-8 sequences - * flush stdout after handling every URL - * mixing --json with --get is an error - * more test cases - * show error message when component setting fails - * support "--" end-of-options argument - * support for building with older libcurl versions - * checksrc: check code style in CI job and with 'make checksrc' + o handle %00 sequences in {query:key} output + o support reading URL from a file without a newline + o bmake compatible makefile + o fixed a json memory-leak + o CI builds with the the clang address sanitizer Contributors to this release: Dan Fandrich, Daniel Stenberg, Emanuele Torre, Håvard Bønes, - Krishean Draconis Sajad F. Maghrebi + Michael Ablassmeier, Nekobit diff --git a/THANKS b/THANKS index e5a89984..df1a1896 100644 --- a/THANKS +++ b/THANKS @@ -13,6 +13,8 @@ Luca Barbato ma Marian Posaceanu Martin Hauke +Michael Ablassmeier +Nekobit Olaf Alders Pascal Knecht Paul Roub