aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2016-03-02 11:07:16 +0100
committerKamil Dudka <kdudka@redhat.com>2016-03-08 15:27:43 +0100
commitc140bd7891488993f09ff7454e106b724e9b85d5 (patch)
tree02c9d59302ffe99059a2ff46283144792b6b7108 /RELEASE-NOTES
parentcb222bcfef3d95e1fb04ca85b2e82e62bb92dfd3 (diff)
downloadgnurl-c140bd7891488993f09ff7454e106b724e9b85d5.tar.gz
gnurl-c140bd7891488993f09ff7454e106b724e9b85d5.tar.bz2
gnurl-c140bd7891488993f09ff7454e106b724e9b85d5.zip
cookie: do not refuse cookies for localhost
Closes #658
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 3a6026581..19bc94990 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -31,6 +31,7 @@ This release includes the following bugfixes:
o gtls: fix for builds lacking encrypted key file support [11]
o SCP: use libssh2_scp_recv2 to support > 2GB files on windows [12]
o CURLOPT_CONNECTTIMEOUT_MS.3: Fix example to use milliseconds option [13]
+ o cookie: do not refuse cookies to localhost [14]
This release includes the following known bugs:
@@ -62,3 +63,4 @@ References to bug reports and discussions on issues:
[11] = https://curl.haxx.se/bug/?i=651
[12] = https://curl.haxx.se/bug/?i=451
[13] = https://curl.haxx.se/bug/?i=653
+ [14] = https://curl.haxx.se/bug/?i=658