Skip to content

Commit 268e144

Browse files
committed
RELEASE-NOTES: 0.12
1 parent f016852 commit 268e144

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

RELEASE-NOTES

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
trurl 0.10
1+
# trurl 0.12
22

3-
Changes since previous release
3+
## What's Changed
44

5-
o add --replace
5+
- This is the same as 0.11 but with the version string set correctly
66

7-
Bugfixes since previous release
8-
9-
o fixed buffer overflows on %00 use
10-
o support compiling with old versions of Visual Studio
11-
o enable more C compiler warnings and fix them
12-
o ci: add Windows builds
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
1314

1415
Contributors to this release:
1516

16-
Daniel Stenberg, Jacob Mealey, Jay Satiro, Michael Lass, Viktor Szakats
17+
Daniel Stenberg, Jacob Mealey, Ehsan

version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
*
2525
***************************************************************************/
2626

27-
#define TRURL_VERSION_TXT "0.10"
27+
#define TRURL_VERSION_TXT "0.12"
2828

2929
#endif

0 commit comments

Comments
 (0)