aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-11-17 16:55:56 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-11-17 16:55:56 +0000
commit925df5358005a587e593834cc625187e6e74f7ce (patch)
tree2ecfe40d60ed259ed2ad70e27dd3d5d6009c6eed /RELEASE-NOTES
parent8191800a0c8ff7b262535cbf1311d93ada2ee0c4 (diff)
RELEASE-NOTES: Synced with 8191800a0c8ff7
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES6
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 4e7378e89..47749139e 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -14,6 +14,7 @@ This release includes the following changes:
o Add "Happy Eyeballs" for IPv4/IPv6 dual connect attempts
o base64: Added validation of base64 input strings when decoding [8]
o curl_easy_setopt: Added the ability to set the login options separately
+ o smtp: Added support for additional SMTP commands
This release includes the following bugfixes:
@@ -44,6 +45,7 @@ This release includes the following bugfixes:
o curl.1: mention that -O does no URL decoding [13]
o darwinssl: PKCS#12 import feature now requires Lion or later [14]
o darwinssl: check for SSLSetSessionOption() presence when toggling BEAST
+ o configure: Fix test with -Werror=implicit-function-declaration [15]
This release includes the following known bugs:
@@ -57,7 +59,8 @@ advice from friends like these:
Kamil Dudka, Oliver Kuckertz, Gisle Vanem, Javier Barroso, Chris Conlon,
Romulo Ceccon, Patrick Monnerat, Björn Stenberg, Patrick Monnerat,
Paul Marks, Rémy Léone, Marcin Gryszkalis, Felix Yan, Z98, Andreas Rieke,
- Kim Vandry, Tomas Hoger, Michael Osipov, myriachan
+ Kim Vandry, Tomas Hoger, Michael Osipov, myriachan, Yaakov Selkowitz,
+ Fabian Keil
Thanks! (and sorry if I forgot to mention someone)
@@ -77,3 +80,4 @@ References to bug reports and discussions on issues:
[12] = https://github.com/bagder/curl/pull/83
[13] = http://sourceforge.net/p/curl/bugs/1299
[14] = http://curl.haxx.se/mail/lib-2013-11/0076.html
+ [15] = http://curl.haxx.se/bug/view.cgi?id=1304