diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 72e97ed4..66968dfc 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,17 +1,13 @@ -# trurl 0.13 +# trurl 0.14 ## What's Changed - - (also) support --flag=argument style for long options - - fix unchecked return values from libcurl calls - - fixed typos - - free allocated pointer on OOM error - - memdupdec: free memory in OOM exit path - - only --append in the first iterate loop - - short options need no space separation for the argument anymore - - support ?= for set, to only do it if not already set - - trurl.1: use present tense +- remove a suprious 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 Contributors to this release: - Daniel Gustafsson, Daniel Stenberg, Jacob Mealey, Viktor Szakats + Daniel Stenberg diff --git a/version.h b/version.h index 2f691e34..5888c9e9 100644 --- a/version.h +++ b/version.h @@ -24,6 +24,6 @@ * ***************************************************************************/ -#define TRURL_VERSION_TXT "0.13" +#define TRURL_VERSION_TXT "0.14" #endif