aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-05-31 23:33:48 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-05-31 23:33:48 +0200
commitc444ace5568cdbd7c4f85fecb3f05680aaa5b96d (patch)
tree5239dbc530d8143b77c1dc72ad040d17e0830f6f
parent142ee9fa1500231557333a70691049166e79854a (diff)
RELEASE-NOTES: synced with 142ee9fa15002315
-rw-r--r--RELEASE-NOTES22
1 files changed, 19 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 4e47caabe..6cdd0e725 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -8,11 +8,17 @@ Curl and libcurl 7.50.0
This release includes the following changes:
- o
+ o http: add CURLINFO_HTTP_VERSION and %{http_version} [3]
This release includes the following bugfixes:
- o
+ o memdebug: fix MSVC crash with -DMEMDEBUG_LOG_SYNC [1]
+ o openssl: fix build with OPENSSL_NO_COMP [2]
+ o mbedtls: removed unused variables [4]
+ o cmake: Added missing mbedTLS support [5]
+ o URL parser: allow URLs to use one, two or three slashes [6]
+ o curl: fix -q [regression] [7]
+ o openssl: Use correct buffer sizes for error messages [8]
This release includes the following known bugs:
@@ -21,9 +27,19 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:
+ Daniel Stenberg, Frank Gevaerts, Gisle Vanem, Marcel Raad, Michael Kaufmann,
+ Renaud Lehoux, vanillajonathan on github
+ (7 contributors)
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
- [1] =
+ [1] = https://curl.haxx.se/bug/?i=828
+ [2] = https://curl.haxx.se/bug/?i=836
+ [3] = https://curl.haxx.se/bug/?i=799
+ [4] = https://curl.haxx.se/bug/?i=838
+ [5] = https://curl.haxx.se/bug/?i=837
+ [6] = https://curl.haxx.se/bug/?i=791
+ [7] = https://curl.haxx.se/bug/?i=842
+ [8] = https://curl.haxx.se/bug/?i=844