aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-04-20 09:54:55 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-04-20 09:56:16 +0100
commit5821d5f11108f3c5268bcdb25b4763ef16e79bbf (patch)
tree4082038c9884b2a555c63df2b59bb82ac4fedf32 /RELEASE-NOTES
parentd535c4a2e1f78d4b54767d67e17cca805e2d1f7c (diff)
RELEASE-NOTES: synced with d535c4a2e1f7
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES11
1 files changed, 9 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 1e269f493..b915dac12 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -16,6 +16,8 @@ This release includes the following changes:
o darwinssl: add TLS session resumption
o imap/pop3/smtp: Added support for ;auth=<mech> in the URL
+ o imap/pop3/smtp: Added support for ;auth=<mech> in CURLOPT_USERPWD
+ o usercertinmem.c: add example showing user cert in memory
o
This release includes the following bugfixes:
@@ -23,6 +25,9 @@ This release includes the following bugfixes:
o FTP: access files in root dir correctly [1]
o configure: try pthread_create without -lpthread [2]
o FTP: handle a 230 welcome response [3]
+ o curl-config: don't output static libs when they are disabled
+ o CURL_CHECK_CA_BUNDLE: don't check for paths when cross-compiling [4]
+ o Various documentation updates
o
This release includes the following known bugs:
@@ -33,7 +38,8 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
David Strauss, Kamil Dudka, Steve Holme, Nick Zitzmann, Sam Deane, Duncan,
- Anders Havn
+ Anders Havn, Dan Fandrich, Paul Howarth, Dave Reisner, Wouter Van Rooy,
+ Linus Nielsen Feltzing, Ishan SinghLevett
Thanks! (and sorry if I forgot to mention someone)
@@ -42,4 +48,5 @@ References to bug reports and discussions on issues:
[1] = http://curl.haxx.se/mail/lib-2013-04/0142.html
[2] = http://curl.haxx.se/bug/view.cgi?id=1216
[3] = http://curl.haxx.se/mail/lib-2013-02/0102.html
- [4] =
+ [4] = http://curl.haxx.se/mail/lib-2013-04/0294.html
+ [5] =