diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-12-25 22:30:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-25 22:30:31 +0000 |
commit | b7d92c3e031ca54987735ade2f5c8294fcd0d14f (patch) | |
tree | 1808f0ae2a215f4595099bc63f5a261fe0366754 /RELEASE-NOTES | |
parent | 4ecf9394521469b34727d4fb2af2ef38c9e57f87 (diff) |
--protocols, license, src/config.h.in
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6b1a59f80..861f720e9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,4 +1,4 @@ -Curl and libcurl 7.12.3 +Curl and libcurl 7.12.4 Public curl release number: 85 Releases counted from the very beginning: 112 @@ -10,12 +10,13 @@ Curl and libcurl 7.12.3 This release includes the following changes: - o + o src/getpass.c license issue sorted + o curl -w now supports 'http_connect' for the proxy's response to CONNECT + o curl-config --protocols This release includes the following bugfixes: o minor memory leak when "version" is set in a cookie header - o curl-config --feature lists the disabled protocols properly o builds fine on BeOS o builds and runs fine on FreeBSD @@ -26,5 +27,7 @@ Other curl-related news since the previous public release: This release would not have looked like this without help, code, reports and advice from friends like these: + Dan Fandrich, Peter Pentchev, Marcin Konicki, Rune Kleveland, David Shaw, + Werner Koch Thanks! (and sorry if I forgot to mention someone) |