diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-09-09 15:38:30 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-09-09 15:38:30 +0200 |
commit | 08a5a9b68d5be29a6c195109607e9c28ad6956ee (patch) | |
tree | 4cf87cf72c37f78d980154d1a17769b34afbde08 /RELEASE-NOTES | |
parent | 303c90074d4cfe1d79c7478838dc5fe01477af00 (diff) |
RELEASE-NOTES: synced with 303c90074d4c
Five more bugfixes, one more contributor
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8424c29aa..3130f4803 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -49,6 +49,11 @@ This release includes the following bugfixes: o tests: break busy loops in tests 502, 555, and 573 o FTP: fix proxy connect race condition with multi interface and SOCKS proxy o RTSP: GET_PARAMETER requests have a body + o fixed several memory leaks in OOM situations + o bad expire(0) caused multi_socket API to hang + o libssh2: use calloc as alloc function for older libssh2 + o Avoid ftruncate() static define with mingw64 + o mk-ca-bundle.pl: ignore untrusted certs This release includes the following known bugs: @@ -61,6 +66,7 @@ advice from friends like these: Julien Chaffraix, Kamil Dudka, Mandy Wu, Michael Mueller, Patrick Monnerat, Yang Tse, Paul Howarth, Garrett Holmstrom, Peter Hjalmarsson, Herve Amblard, Christian Hagele, Richard Silverman, Henry Ludemann, Cristian Rodriguez, - Steve Holme, Jim Hollinger, Pau Garcia i Quiles, Fabian Keil, Wu Yongzheng + Steve Holme, Jim Hollinger, Pau Garcia i Quiles, Fabian Keil, Wu Yongzheng, + Adriano Meirelles Thanks! (and sorry if I forgot to mention someone) |