aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2015-01-09 21:09:23 +0000
committerSteve Holme <steve_holme@hotmail.com>2015-01-09 22:20:35 +0000
commit710c38d7a4ca9dfeba579cb0094044f0c10c0de6 (patch)
tree60f572a66d6c9f9713ca8b3bed522dc9269f6edb
parentd21b66835f2af781a3c2a685abc92ef9f0cd86be (diff)
RELEASE-NOTES: Synced with d21b66835f
-rw-r--r--RELEASE-NOTES22
1 files changed, 18 insertions, 4 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 415f8079c..997d00496 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -8,11 +8,20 @@ Curl and libcurl 7.40.1
This release includes the following changes:
- o
+ o NetWare build: added TLS-SRP enabled build
+ o winbuild: Added option to build with c-ares
+ o
This release includes the following bugfixes:
- o
+ o sasl_gssapi: Fixed build on NetBSD with built-in GSS-API [1]
+ o FTP: fix IPv6 host using link-local address [2]
+ o FTP: if EPSV fails on IPV6 connections, bail out
+ o gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitions
+ o NSS: fix compiler error when built http2-enabled
+ o mingw build: allow to pass custom CFLAGS [3]
+ o add -m64 CFLAGS when targeting mingw64, add -m32/-m64 to LDFLAGS [4]
+ o
This release includes the following known bugs:
@@ -21,10 +30,15 @@ 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, Guenter Knauf, Sam Schanken, Steve Holme, Thomas Klausner,
+ Viktor Szakats, Vojtěch Král
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
- [1] =
+ [1] = http://curl.haxx.se/bug/view.cgi?id=1469
+ [2] = http://curl.haxx.se/bug/view.cgi?id=1468
+ [3] = https://github.com/bagder/curl/pull/136
+ [4] = https://github.com/bagder/curl/pull/134
+ [5] =