diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-10-24 09:28:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-10-24 09:28:36 +0000 |
commit | 23b05e8473174123b5042f240e8b48ccd951d9a9 (patch) | |
tree | 1b1537d6e1067a8ab5448e2463c24d0d765b32a5 /RELEASE-NOTES | |
parent | 949ff9715a55886ab13fd6cb59d4b4043d457793 (diff) |
Vladimir Lazarenko pointed out that we should do some 'mt' magic when
building with VC8 to get the "manifest" embedded to make fine stand-alone
binaries. The maketgz and the src/Makefile.vc6 files were adjusted
accordingly.
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 65d23608a..c35f94710 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -43,6 +43,7 @@ This release includes the following bugfixes: o redirect from HTTP to FTP memory problem o re-used connections a bit too much when using non-SSL protocols tunneled over a HTTP proxy + o embed the manifest in VC8 builds This release includes the following known bugs: @@ -62,6 +63,6 @@ advice from friends like these: Dan Fandrich, Michal Marek, Günter Knauf, Rob Crittenden, Immanuel Gregoire, Mark Davies, Max Katsev, Philip Langdale, Alex Fishman, Johnny Luong, Alexey Pesternikov, Yang Tse, Kim Rinnewitz, Michael Wallner, - Patrick Monnerat, + Patrick Monnerat, Vladimir Lazarenko Thanks! (and sorry if I forgot to mention someone) |