diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-08-10 23:34:03 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-08-10 23:34:03 +0200 |
commit | 2596eb6d19a40a76598f2dc87607297c40dff55f (patch) | |
tree | dfffa9fcf1aa5a789f86d23bf980052915b8b694 | |
parent | 625932d39814fdc3ed4c9f64c1db23328d788cbc (diff) |
RELEASE-NOTES: synced, 3 additional bugfixes
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 403a0d720..a236df7a4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -49,6 +49,9 @@ This release includes the following bugfixes: o typecheck-gcc: add checks for recently added options o SCP: send large files properly with new enough libssh2 o multi_socket: set timeout for 100-continue + o ";type=" URL suffix over HTTP proxy + o acknowledge progress callback error returns during connect + o Watcom makefile fixes This release includes the following known bugs: |