summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-06-14 14:15:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-06-14 14:15:21 +0000
commit2785fe7f6121589dee0a7e49b7cdea5649fac3bd (patch)
treec0f687abd8828add69a22eecefe243eb3560d49e
parentdb5d4bd81125d54007fc9f3106b51d964bd66db3 (diff)
downloadgnurl-2785fe7f6121589dee0a7e49b7cdea5649fac3bd.tar.gz
gnurl-2785fe7f6121589dee0a7e49b7cdea5649fac3bd.tar.bz2
gnurl-2785fe7f6121589dee0a7e49b7cdea5649fac3bd.zip
s/HAVE_POLL/HAVE_SYS_POLL_H
-rw-r--r--CHANGES8
-rw-r--r--RELEASE-NOTES3
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 07a007634..570a75d8a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,14 @@
Changelog
+Daniel S (14 June 2007)
+- Dave Vasilevsky filed bug report #1736875
+ (http://curl.haxx.se/bug/view.cgi?id=1736875) almost simultanouesly as Dan
+ Fandrich mentioned a related build problem on the libcurl mailing list:
+ http://curl.haxx.se/mail/lib-2007-06/0131.html. Both problems had the same
+ reason: the definitions of the POLL* defines and the pollfd struct in the
+ libcurl code was depending on HAVE_POLL instead of HAVE_SYS_POLL_H.
+
Daniel S (13 June 2007)
- Tom Regner provided a patch and worked together with James Housley, so now
CURLOPT_FTP_CREATE_MISSING_DIRS works for SFTP connections as well as FTP
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 7b82e8de7..38e5272db 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -82,6 +82,7 @@ advice from friends like these:
James Housley, Daniel Black, Steve Little, Sonia Subramanian, Peter O'Gorman,
Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundström,
Anders Gustafsson, James Bursa, Kristian Gunstone, Feng Tu,
- Andre Guibert de Bruet, Rob Crittenden, Rich Rauenzahn, Tom Regner
+ Andre Guibert de Bruet, Rob Crittenden, Rich Rauenzahn, Tom Regner,
+ Dave Vasilevsky
Thanks! (and sorry if I forgot to mention someone)