aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2009-07-15 11:49:12 +0000
committerMichal Marek <mmarek@suse.cz>2009-07-15 11:49:12 +0000
commit08d95bff5e919a59f91417af091a34cea6004e3d (patch)
tree01a984b9b99615c8ec6b50a36885545fff5ad630 /CHANGES
parentb476530755182f8fa19c1bccde1ea9c04c65454d (diff)
- Changed the description of CURLINFO_OS_ERRNO to make it clear that the
errno is not reset on success.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3646b0752..507cf7300 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Michal Marek (15 Jul 2009)
+- Changed the description of CURLINFO_OS_ERRNO to make it clear that the
+ errno is not reset on success.
+
Guenter Knauf (14 Jul 2009)
- renamed generated config.h to curl_config.h to avoid any future clashes
with config.h from other projects.