summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-08-10 14:53:48 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-08-10 14:54:41 +0200
commit0b8e9c8522a7d81fe9e87eb8dc4adaefe5cd3184 (patch)
treec9e20dc23bb19bb0b6da2514f70a8df9e595edaa /RELEASE-NOTES
parent9a5574ca7b44f345a80eec5b150da8a9aeb49fac (diff)
downloadcurl-0b8e9c8522a7d81fe9e87eb8dc4adaefe5cd3184.tar.gz
Revert "configure: disable libidn by default"
This reverts commit e6749055d65398315fd77f5b5b8234c5552ac2d3. ... since libidn has since been fixed.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 0 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 7d230b372..cb24bdbed 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -12,7 +12,6 @@ This release includes the following changes:
o examples: added http2-serverpush.c [7]
o http2: added curl_pushheader_byname() and curl_pushheader_bynum()
o docs: added CODE_OF_CONDUCT.md [8]
- o configure: disable libidn by default [4]
o curl: Add --ssl-no-revoke to disable certificate revocation checks [5]
o libcurl: New value CURLSSLOPT_NO_REVOKE for CURLOPT_SSL_OPTIONS [9]
o makefile: Added support for VC14
@@ -92,7 +91,6 @@ References to bug reports and discussions on issues:
[1] = https://github.com/bagder/curl/issues/278
[2] = https://github.com/bagder/curl/issues/318
[3] = http://curl.haxx.se/mail/lib-2015-06/0122.html
- [4] = http://curl.haxx.se/mail/lib-2015-06/0143.html
[5] = https://github.com/bagder/curl/issues/264
[6] = http://curl.haxx.se/libcurl/c/CURLMOPT_PUSHFUNCTION.html
[7] = http://curl.haxx.se/libcurl/c/http2-serverpush.html