|
1 |
| -trurl 0.7 |
| 1 | +trurl 0.8 |
2 | 2 |
|
3 | 3 | Changes since previous release
|
4 | 4 |
|
5 |
| - o --default-port to ask for the default to be used if not present |
6 |
| - o --keep-port to ask for the port number to be there even if default |
7 |
| - o --no-guess-scheme option to disable scheme guessing |
8 |
| - o --punycode to ask for the punycode version in output |
| 5 | + o add --urlencode |
9 | 6 |
|
10 | 7 | Bugfixes since previous release
|
11 | 8 |
|
12 |
| - o --help returns 0 instead of 1 |
13 |
| - o --json: print empty arrays |
14 |
| - o --redirect: don't silently ignore failed redirections. |
15 |
| - o makefile: use -Wshadow and -Werror by default |
16 |
| - o makefile: Use DESTDIR only during install target |
17 |
| - o refuse setting same component in --set as --iterate |
18 |
| - o restructure the JSON output object |
19 |
| - o send -h output to stdout, not stderr |
20 |
| - o trurl.1: add an example using --iterate |
21 |
| - o trurl.1: document the JSON output format |
22 |
| - o use curl_url_cleanup() instead of curl_free() |
| 9 | + o --json/--get: .[].parts and {component} should be urldecoded not encoded |
| 10 | + o tests: use empty file instead of /dev/null |
| 11 | + o typos in manpage |
| 12 | + o Makefile: Allow CFLAGS to be appendable |
| 13 | + o Makefile: be explicit in C standard to use |
23 | 14 |
|
24 | 15 | Contributors to this release:
|
25 | 16 |
|
26 |
| - Daniel Stenberg, Ehsan, Emanuele Torre, Enno Tensing, Gustavo Costa, |
27 |
| - Jacob Mealey, Michael Ablassmeier, Renato Botelho |
| 17 | + Daniel Stenberg, Emanuele Torre, Krishean Draconis, Michael Ablassmeier, |
| 18 | + Paul Wise, Sevan Janiyan |
0 commit comments