Skip to content

Commit

Permalink
RELEASE-NOTES: 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jun 17, 2023
1 parent dbebafd commit 1cd06db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
27 changes: 9 additions & 18 deletions RELEASE-NOTES
@@ -1,27 +1,18 @@
trurl 0.7
trurl 0.8

Changes since previous release

o --default-port to ask for the default to be used if not present
o --keep-port to ask for the port number to be there even if default
o --no-guess-scheme option to disable scheme guessing
o --punycode to ask for the punycode version in output
o add --urlencode

Bugfixes since previous release

o --help returns 0 instead of 1
o --json: print empty arrays
o --redirect: don't silently ignore failed redirections.
o makefile: use -Wshadow and -Werror by default
o makefile: Use DESTDIR only during install target
o refuse setting same component in --set as --iterate
o restructure the JSON output object
o send -h output to stdout, not stderr
o trurl.1: add an example using --iterate
o trurl.1: document the JSON output format
o use curl_url_cleanup() instead of curl_free()
o --json/--get: .[].parts and {component} should be urldecoded not encoded
o tests: use empty file instead of /dev/null
o typos in manpage
o Makefile: Allow CFLAGS to be appendable
o Makefile: be explicit in C standard to use

Contributors to this release:

Daniel Stenberg, Ehsan, Emanuele Torre, Enno Tensing, Gustavo Costa,
Jacob Mealey, Michael Ablassmeier, Renato Botelho
Daniel Stenberg, Emanuele Torre, Krishean Draconis, Michael Ablassmeier,
Paul Wise, Sevan Janiyan
2 changes: 1 addition & 1 deletion version.h
Expand Up @@ -22,6 +22,6 @@
*
***************************************************************************/

#define TRURL_VERSION_TXT "0.7"
#define TRURL_VERSION_TXT "0.8"

#endif

0 comments on commit 1cd06db

Please sign in to comment.