diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-12 08:05:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-12 08:05:23 +0000 |
commit | de41c6ef4344ff7135274a0481e11c3c1a38a0d5 (patch) | |
tree | 96e0511183c6254ed09e4f477000a964c4d99a66 | |
parent | 002cf105c6779ecf66acb36ba86aa415b8b98b09 (diff) |
credit Jocelyn Jaubert for his bug report and associated work
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | RELEASE-NOTES | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ Daniel Stenberg (11 Feb 2009) the condition in the previous request was unmet. This is typically a time condition set with CURLOPT_TIMECONDITION and was previously not possible to reliably figure out. From bug report #2565128 - (http://curl.haxx.se/bug/view.cgi?id=2565128) + (http://curl.haxx.se/bug/view.cgi?id=2565128) filed by Jocelyn Jaubert. Daniel Fandrich (4 Feb 2009) - Don't add the standard /usr/lib or /usr/include paths to LDFLAGS and CPPFLAGS diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 41349f0c7..b1d5263d9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -40,6 +40,6 @@ advice from friends like these: Lisa Xu, Daniel Fandrich, Craig A West, Alexey Borzov, Sharad Gupta, Peter Sylvester, Chad Monroe, Markus Moeller, Yang Tse, Scott Cantor, - Patrick Scott, Hidemoto Nakada + Patrick Scott, Hidemoto Nakada, Jocelyn Jaubert Thanks! (and sorry if I forgot to mention someone) |