Skip to content

Commit 1cd06db

Browse files
committed
RELEASE-NOTES: 0.8
1 parent dbebafd commit 1cd06db

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

RELEASE-NOTES

+9-18
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,18 @@
1-
trurl 0.7
1+
trurl 0.8
22

33
Changes since previous release
44

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
96

107
Bugfixes since previous release
118

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
2314

2415
Contributors to this release:
2516

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

version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
*
2323
***************************************************************************/
2424

25-
#define TRURL_VERSION_TXT "0.7"
25+
#define TRURL_VERSION_TXT "0.8"
2626

2727
#endif

0 commit comments

Comments
 (0)