-
Notifications
You must be signed in to change notification settings - Fork 105
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
1 changed file
with
19 additions
and
8 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,13 +1,24 @@ | ||
# trurl 0.14 | ||
# trurl 0.15 | ||
|
||
## What's Changed | ||
## What changed | ||
|
||
- remove a spurious trailing newline from a warning | ||
- trurl.1: document the exit codes | ||
- add "strict:" as prefix to a get component | ||
- casecompare: a strncasemp replacement | ||
- support conditionally set scheme | ||
- Makefile: fix LDFLAGS order; and don't force -Werror | ||
- README: add the logo | ||
- README: add trurl / libcurl compatibilty to readme. link to URL quirks | ||
- singleurl: fix query_is_modified | ||
- trurl.md: provide the manpage in markdown | ||
- trurl: "normalize" query pairs | ||
- trurl: accept "control codes" in get output | ||
- trurl: allow "control bytes" in JSON output | ||
- trurl: canonicalize the path | ||
- trurl: fix silent error in json json function | ||
- trurl: make --replace URL encode the provided data argument | ||
- trurl: make must: prefix for gets return error for missing part | ||
- trurl: on strdup() failures, exit immediately | ||
- trurl: optimize the path append loop | ||
- trurl: rename --force-replace to --replace-append | ||
- trurl: use casecompare instead of a strncasecmp define | ||
|
||
Contributors to this release: | ||
|
||
Daniel Stenberg | ||
Daniel Stenberg, Emanuele Torre, Jacob Mealey |