diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-11-19 22:58:05 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-11-20 08:05:42 +0100 |
commit | b9fdb721f2948487fcffe34ad60790a83379e1b9 (patch) | |
tree | 5b6d64eeed5d5087e9239c841fafb0e7b4d2f852 /RELEASE-NOTES | |
parent | c830115c484bc12b1ad9446f5d43770409ea05d4 (diff) | |
download | curl-b9fdb721f2948487fcffe34ad60790a83379e1b9.tar.gz |
RELEASE-NOTES: synced with 52af6e69f079 / 7.28.1curl-7_28_1
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 00220b386..ce4002fd9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -45,6 +45,7 @@ This release includes the following bugfixes: o autoconf: don't force-disable compiler debug option o winbuild: Fix PDB file output [17] o test2032: spurious failure caused by premature termination [18] + o memory leak: CURLOPT_RESOLVE with multi interface [19] This release includes the following known bugs: @@ -59,7 +60,7 @@ advice from friends like these: Lars Buitinck, Anton Malov, Sergei Nikulov, Patrick Monnerat, Gabriel Sjoberg, Oscar Koeroo, Fabian Keil, Johnny Luong, Cristian RodrÃguez, Sebastian Rasmussen, Mark Snelling, Christian Vogt, Marcin Adamski, - Ajit Dhumale + Ajit Dhumale, Alex Gruz Thanks! (and sorry if I forgot to mention someone) @@ -83,3 +84,4 @@ References to bug reports and discussions on issues: [16] = http://curl.haxx.se/mail/lib-2012-11/0125.html [17] = http://curl.haxx.se/bug/view.cgi?id=3586741 [18] = http://curl.haxx.se/mail/lib-2012-11/0095.html + [19] = http://curl.haxx.se/bug/view.cgi?id=3575448 |