aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2008-03-31 12:09:43 +0000
committerMichal Marek <mmarek@suse.cz>2008-03-31 12:09:43 +0000
commitd13be06aaa918f7098570f7f0f7a2a600a48d9a0 (patch)
treed05998333a3b00b5d7050e52658224378ef0afe4 /CHANGES
parentf1c69192da0a7326329629550795101e40092438 (diff)
Removed the generated ca-bundle.h file. The verbatim value of $ca and
$capath is known to configure, so it can be defined in config.h instead.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7efb8267b..0ebb5ad71 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Michal Marek (31 Mar 2008)
+- Removed the generated ca-bundle.h file. The verbatim value of $ca and
+ $capath is known to configure, so it can be defined in config.h instead.
+
Daniel Stenberg (31 Mar 2008)
- Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an
application to provide data for a multipart with the read callback. Note