From 7d0eabaa808474fc083723a2fc6932f9d1e0de4e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 23 Jul 2008 20:53:04 +0000 Subject: - I went over the curl_easy_setopt man page and replaced most references to non-zero with the fixed value of 1. We should strive at making options support '1' for enabling them mentioned explicitly, as that then will allow us for to extend them in the future without breaking older programs. --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 4c0c2dc2f..fe786750a 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,15 @@ Changelog +Daniel Stenberg (23 Jul 2008) +- I went over the curl_easy_setopt man page and replaced most references to + non-zero with the fixed value of 1. We should strive at making options + support '1' for enabling them mentioned explicitly, as that then will allow + us for to extend them in the future without breaking older programs. + + Possibly we should even introduce a fancy define to use instead of '1' all + over... + Yang Tse (21 Jul 2008) - Use the sreadfrom() wrapper to replace recvfrom() in our code. -- cgit v1.2.3