summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-01-28 13:52:06 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-01-28 13:52:06 +0000
commitf2e42dd056b3b3afcf0389f6f390551a06bea26b (patch)
tree1c8c94590b765ee4225ec4649cf82dd50bbd1975
parent5a47062cada9bff545f1b611c7b4c9f7b1ade0cf (diff)
downloadgnurl-f2e42dd056b3b3afcf0389f6f390551a06bea26b.tar.gz
gnurl-f2e42dd056b3b3afcf0389f6f390551a06bea26b.tar.bz2
gnurl-f2e42dd056b3b3afcf0389f6f390551a06bea26b.zip
RELEASE-NOTES: Synced with 5a47062cada9
-rw-r--r--RELEASE-NOTES12
1 files changed, 8 insertions, 4 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 16b4122c2..71f8053bd 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -14,7 +14,6 @@ This release includes the following changes:
o TheArtOfHttpScripting: major update, converted layout and more
o mprintf: Added support for I, I32 and I64 size specifiers
o makefile: Added support for VC7, VC11 and VC12
- o
This release includes the following bugfixes:
@@ -56,6 +55,9 @@ This release includes the following bugfixes:
o HTTP POST: omit Content-Length if data size is unknown [21]
o GnuTLS: disable insecure ciphers
o GnuTLS: honor --slv2 and the --tlsv1[.N] switches
+ o multi: Fixed a memory leak on OOM condition
+ o netrc: Fixed a memory and file descriptor leak on OOM
+ o getpass: fix password parsing from console [22]
This release includes the following known bugs:
@@ -67,9 +69,10 @@ advice from friends like these:
Abram Pousada, Barry Abrahamson, Björn Stenberg, Cédric Deltheil, Chen Prog,
Christian Weisgerber, Colin Hogben, Dan Fandrich, Daniel Stenberg,
Fabian Frank, Guenter Knauf, He Qin, Iida Yosiaki, Jeff Hodges,
- Justin Maggard, Leif W, Luke Dashjr, Marc Hoersken, Michael Osipov,
- Michal Górny and Anthony G. Basile, Mohammad AlSaleh, Nick Zitzmann, Paras S,
- Petr Novak, Priyanka Shah, Steve Holme, Tobias Markus, Viktor Szakáts,
+ Justin Maggard, Leif W, Luke Dashjr, Maks Naumov, Marc Hoersken,
+ Michael Osipov, Michal Górny and Anthony G. Basile, Mohammad AlSaleh,
+ Nick Zitzmann, Paras S, Petr Novak, Priyanka Shah, Steve Holme,
+ Tobias Markus, Viktor Szakáts,
Thanks! (and sorry if I forgot to mention someone)
@@ -96,3 +99,4 @@ References to bug reports and discussions on issues:
[19] = http://curl.haxx.se/mail/archive-2014-01/0000.html
[20] = http://curl.haxx.se/mail/lib-2014-01/0130.html
[21] = http://curl.haxx.se/mail/lib-2014-01/0103.html
+ [22] = https://github.com/bagder/curl/pull/87