aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-04-29 08:38:04 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-04-29 08:38:04 +0200
commit1c0f70f534d155de5e3e7013c48ebd15848c16bc (patch)
treede6de8fade32af4049fee8a079e8c13c5bcff8c4
parentcd39b944afc8088a4fc2782201376cad7e89511d (diff)
RELEASE-NOTES: synced with cd39b944afc
I've not mentioned the bug fixes that were shipped in 7.42.1 from the 7_42 branch.
-rw-r--r--RELEASE-NOTES33
1 files changed, 27 insertions, 6 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6364f0207..a7772ea0f 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,18 +1,29 @@
Curl and libcurl 7.43.0
- Public curl releases: 146
- Command line options: 173
- curl_easy_setopt() options: 216
+ Public curl releases: 147
+ Command line options: 176
+ curl_easy_setopt() options: 218
Public functions in libcurl: 58
Contributors: 1265
This release includes the following changes:
- o
+ o New: CURLOPT_PROXY_SERVICE_NAME and CURLOPT_SERVICE_NAME
+ o New curl options: --proxy-service-name and --service-name
+ o New curl option: --data-raw [5]
This release includes the following bugfixes:
- o
+ o nss: fix compilation failure with old versions of NSS [1]
+ o curl_easy_getinfo.3: document 'internals' in CURLINFO_TLS_SESSION
+ o schannel.c: Fix possible SEC_E_BUFFER_TOO_SMALL error
+ o Curl_ossl_init: load builtin modules [2]
+ o configure: follow-up fix for krb5-config [3]
+ o sasl_sspi: Populate domain from the realm in the challenge [4]
+ o netrc: support 'default' token
+ o README: convert to UTF-8
+ o cyassl: Implement public key pinning
+ o nss: implement public key pinning for NSS backend
This release includes the following known bugs:
@@ -21,9 +32,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:
+ Alessandro Ghedini, Anthony Avina, Brian Chrisman, Dagobert Michelsen,
+ Dan Fandrich, Daniel Stenberg, Grant Pannell, Jens Rantil, Kamil Dudka,
+ Linus Nielsen, Marc Hoersken, Oren Souroujon, Patrick Rapin, Paul Howarth,
+ Ray Satiro, Viktor Szakáts, Yehezkel Horowitz,
+ (17 contributors)
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
- [1] =
+ [1] = http://curl.haxx.se/mail/lib-2015-04/0095.html
+ [2] = https://github.com/bagder/curl/pull/206
+ [3] = https://github.com/bagder/curl/commit/5b668606527613179d0349f21b4ab0df2971e3d2#commitcomment-10473445
+ [4] = https://github.com/bagder/curl/pull/141
+ [5] = https://github.com/bagder/curl/issues/198
+ \ No newline at end of file