-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,29 @@ | ||
trurl 0.5 | ||
trurl 0.6 | ||
|
||
Changes since previous release | ||
|
||
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 | ||
o offer {puny:host} and {puny:url} for --get | ||
o provide built-with libcurl version info for --version | ||
o support for skipping tests | ||
o test.py replaced test.pl | ||
o test.py supports --with-valgrind | ||
o tests.json: extended and updated | ||
o URL-QUIRKS: specify if they are build-time or run-time requirements | ||
|
||
Bugfixes since previous release | ||
|
||
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 | ||
o Makefile: fix build with GNU Make 3.x | ||
o Makefile: make test target depend on trurl | ||
o several new CI jobs | ||
o test.py: don't crash if stdout is not valid JSON | ||
o test: print failed tests more nicely. | ||
o trurl: fix query splitting | ||
o trurl: json: print comma only after printing the first valid component | ||
o trurl: make sure to terminate the JSON array when aborting with --verify | ||
o trurl: no url file/arguments implies --verify | ||
o trurl: reparse the URL after modifying it to make sure it is still valid | ||
|
||
Contributors to this release: | ||
|
||
Dan Fandrich, Daniel Stenberg, Emanuele Torre, Håvard Bønes, | ||
Michael Ablassmeier, Nekobit | ||
Daniel Stenberg, Emanuele Torre, Jacob Mealey, Krishean Draconis, | ||
Ruoyu Zhong |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters