From f581c1062e084f76cc9bc6240d39b7d57371f462 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Fri, 13 May 2005 22:24:50 +0000
Subject: [PATCH] uses select() instead of poll() even on Mac OS X 10.4

---
 RELEASE-NOTES | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 569bf80a7d..416552231a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -20,6 +20,7 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
+ o uses select() instead of poll() even on Mac OS X 10.4
  o reconnected proxy use with NTLM auth on the same handle
  o warns about bad -z date syntax
  o docs/THANKS now contains all known contributors
@@ -51,6 +52,7 @@ advice from friends like these:
 
  Christophe Legry, Cory Nelson, Gisle Vanem, Dan Fandrich, Toshiyuki Maezawa,
  Olivier, Andres Garcia, Dave Dribin, Alex Suykov, Cory Nelson, Fred New,
- Paul Moore, Alexander Zhuravlev, Bryan Henderson, Jeremy Brown, Allan
+ Paul Moore, Alexander Zhuravlev, Bryan Henderson, Jeremy Brown, Allan,
+ Grigory Entin
 
         Thanks! (and sorry if I forgot to mention someone)
-- 
GitLab