summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-05-04 20:33:26 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-05-04 20:44:08 +0100
commit312f36d453c763d96470d5d4cebd8aae28efe5dc (patch)
tree7a67e492b20ea8740b092cb731fe7b2b552c3368
parent4febbedc5ab07ab2f9d6d7a056b1db6596cd51d2 (diff)
downloadcurl-312f36d453c763d96470d5d4cebd8aae28efe5dc.tar.gz
RELEASE-NOTES: Synced with 4febbedc5a
-rw-r--r--RELEASE-NOTES14
1 files changed, 11 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 994e10116..33c1de429 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -17,7 +17,7 @@ This release includes the following changes:
o imap: Expanded mailbox SEARCH support to use URL query strings [7]
o imap: Extended FETCH support to include PARTIAL URL specifier [7]
o nss: implement non-blocking SSL handshake
- o
+ o build: Reworked Visual Studio project files
This release includes the following bugfixes:
@@ -51,6 +51,12 @@ This release includes the following bugfixes:
o configure: use the nghttp2 path correctly with pkg-config [8]
o curl_global_init_mem: bump initialized even if already initialized [9]
o gtls: fix NULL pointer dereference [10]
+ o cyassl: Use error-ssl.h when available
+ o handler: make 'protocol' always specified as a single bit [11]
+ o INFILESIZE: fields in UserDefined must not be changed run-time
+ o openssl: biomem->data is not zero terminated
+ o config-win32.h: Fixed HAVE_LONGLONG for Visual Studio .NET 2003 and up
+ o curl_ntlm_core: Fixed use of long long for VC6 and VC7
o
This release includes the following known bugs:
@@ -61,9 +67,10 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Alan, Cody Mack, Damian Dixon, Dan Fandrich, Daniel Stenberg,
- Dilyan Palauzov, Jeroen Koekkoek, JimS, Kamil Dudka, Maciej Puzio,
+ Dilyan Palauzov, drizzt, Jeroen Koekkoek, JimS, Kamil Dudka, Maciej Puzio,
Marc Hoersken, Melissa Mears, Paul Marks, Remi Gacogne, Steve Holme,
- Tatsuhiro Tsujikawa, Till Maas, Tom Sparrow, Tristan, Vijay Panghal
+ Tatsuhiro Tsujikawa, Till Maas, Tom Sparrow, Török Edwin, Tristan,
+ Vijay Panghal
Thanks! (and sorry if I forgot to mention someone)
@@ -79,3 +86,4 @@ References to bug reports and discussions on issues:
[8] = http://curl.haxx.se/mail/lib-2014-04/0159.html
[9] = http://curl.haxx.se/bug/view.cgi?id=1362
[10] = http://curl.haxx.se/mail/lib-2014-04/0145.html
+ [11] = https://github.com/bagder/curl/pull/97