mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
- 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!
This commit is contained in:
parent
607253c2d0
commit
8b6805572a
7
CHANGES
7
CHANGES
@ -6,6 +6,13 @@
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
Daniel Stenberg (30 Jan 2009)
|
||||||
|
- 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!
|
||||||
|
|
||||||
Daniel Fandrich (30 Jan 2009)
|
Daniel Fandrich (30 Jan 2009)
|
||||||
- Fixed --disable-proxy for FTP and SOCKS. Thanks to Daniel Egger for
|
- Fixed --disable-proxy for FTP and SOCKS. Thanks to Daniel Egger for
|
||||||
reporting.
|
reporting.
|
||||||
|
@ -22,6 +22,7 @@ This release includes the following bugfixes:
|
|||||||
o missing ssh.obj in VS makefiles
|
o missing ssh.obj in VS makefiles
|
||||||
o FTP ;type=i URLs now work with CURLOPT_PROXY_TRANSFER_MODE in Turkish locale
|
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 realms with quoted quotation marks in HTTP Digest headers
|
||||||
|
o VC9 makefiles are now really included
|
||||||
|
|
||||||
This release includes the following known bugs:
|
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:
|
advice from friends like these:
|
||||||
|
|
||||||
Lisa Xu, Daniel Fandrich, Craig A West, Alexey Borzov, Sharad Gupta,
|
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)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
Loading…
Reference in New Issue
Block a user