aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-12-17 21:19:42 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-12-17 21:19:42 +0000
commitbcd7d03b3b814b0fc3e052819ed7d84946e846e5 (patch)
tree3bd7b2bb3921c81e7454719e02de0a1ba2b3d05a /RELEASE-NOTES
parent82c9379b6ce4c041045b03ef144ce578976543a3 (diff)
Mateusz Loskot pointed out that VC++ 9.0 (2008) has the pollfd struct and
defines in the SDK somehow differently so we have to add a define to the config-win32.h file to make select.h compile nicely.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6714b8dcd..cad0468b2 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -36,6 +36,7 @@ This release includes the following bugfixes:
o SSL session id caching
o POST with callback over proxy requiring NTLM or Digest
o Expect: 100-continue flaw on re-used connection with POSTs
+ o build fix for VC++ 9.0 (2008)
This release includes the following known bugs:
@@ -56,6 +57,6 @@ advice from friends like these:
Dan Fandrich, Gisle Vanem, Toby Peterson, Yang Tse, Daniel Black,
Robin Johnson, Michal Marek, Ates Goral, Andres Garcia, Rob Crittenden,
Emil Romanus, Alessandro Vesely, Ray Pekowski, Spacen Jasset, Andrew Moise,
- Gilles Blanc, David Wright
+ Gilles Blanc, David Wright, Mateusz Loskot
Thanks! (and sorry if I forgot to mention someone)