diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-01-31 18:38:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-01-31 18:38:41 +0000 |
commit | 8b6805572a5322bd4addbf45382f0041cc09c885 (patch) | |
tree | 88c4695caf7db8a403918456e95fa7e5f3237000 /RELEASE-NOTES | |
parent | 607253c2d0064eec7d91189437d7a78016017f9d (diff) |
- Scott Cantor filed bug report #2550061
(http://curl.haxx.se/bug/view.cgi?id=2550061) mentioning that I failed to
properly make sure that the VC9 makefiles got included in the latest
release. I've now fixed the release script and verified it so next release
will hopefully include them properly!
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b73fa3fca..d35eb91ab 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,6 +22,7 @@ This release includes the following bugfixes: o missing ssh.obj in VS makefiles o FTP ;type=i URLs now work with CURLOPT_PROXY_TRANSFER_MODE in Turkish locale o realms with quoted quotation marks in HTTP Digest headers + o VC9 makefiles are now really included This release includes the following known bugs: @@ -31,6 +32,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Lisa Xu, Daniel Fandrich, Craig A West, Alexey Borzov, Sharad Gupta, - Peter Sylvester, Chad Monroe, Markus Moeller + Peter Sylvester, Chad Monroe, Markus Moeller, Yang Tse, Scott Cantor Thanks! (and sorry if I forgot to mention someone) |