File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- # trurl 0.12
1+ # trurl 0.13
22
33## What's Changed
44
5- - This is the same as 0.11 but with the version string set correctly
6-
7- - check valgrind function by @eh-san in #273
8- - Added UTF-8 detection to test runner by @jacobmealey in #276
9- - use of free() instead of curl_free() by @bagder in #283
10- - output the list of components correctly in the help output by @bagder in #282
11- - if query is not updated, leave it untouched by @bagder in #284
12- - expand the warning on "internal problem" by @bagder in #285
13- - error when using an unrecognized URL component by @bagder in #286
5+ - (also) support --flag=argument style for long options
6+ - fix unchecked return values from libcurl calls
7+ - fixed typos
8+ - free allocated pointer on OOM error
9+ - memdupdec: free memory in OOM exit path
10+ - only --append in the first iterate loop
11+ - short options need no space separation for the argument anymore
12+ - support ?= for set, to only do it if not already set
13+ - trurl.1: use present tense
1414
1515Contributors to this release:
1616
17- Daniel Stenberg, Jacob Mealey, Ehsan
17+ Daniel Gustafsson, Daniel Stenberg, Jacob Mealey, Viktor Szakats
Original file line number Diff line number Diff line change 2424 *
2525 ***************************************************************************/
2626
27- #define TRURL_VERSION_TXT "0.12 "
27+ #define TRURL_VERSION_TXT "0.13 "
2828
2929#endif
You can’t perform that action at this time.
0 commit comments