aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorJared Jennings <jjenning@fastmail.fm>2013-04-05 16:01:31 +0200
committerKamil Dudka <kdudka@redhat.com>2013-05-06 14:32:26 +0200
commit865d4138a08daff460f116c2494adb9c889f5304 (patch)
tree86e0841f7a385d001a18023ac04766fb7900a995 /RELEASE-NOTES
parent35874298e420aa53fde28982d86d5051aa92279a (diff)
curl -E: allow to escape ':' in cert nickname
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 712706865..32ca6290f 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -21,6 +21,7 @@ This release includes the following changes:
o usercertinmem.c: add example showing user cert in memory
o url: Added smtp and pop3 hostnames to the protocol detection list
o imap/pop3/smtp: Added support for enabling the SASL initial response [8]
+ o curl -E: allow to use ':' in certificate nicknames [10]
o
This release includes the following bugfixes:
@@ -67,4 +68,4 @@ References to bug reports and discussions on issues:
[7] = http://curl.haxx.se/bug/view.cgi?id=1218
[8] = http://curl.haxx.se/mail/lib-2012-03/0114.html
[9] = http://curl.haxx.se/mail/lib-2013-05/0000.html
- [10]
+ [10] = http://curl.haxx.se/bug/view.cgi?id=1196