aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-10-21 11:40:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-10-21 11:40:04 +0000
commitdeb81b2ad40862cdf8e9e18274c670117c370861 (patch)
tree2765ee4077caa9e481aa15a9908467ee2fa9a6df /CHANGES
parent4e717cdb300adeff3b259b3619b29a944c2960a8 (diff)
Nir Soffer made the tests/libtest/Makefile.am use a proper variable for all
the single test applications' link and dependences, so that you easier can override those from the command line when using make.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6d91774b2..75affc1d2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
Changelog
Daniel (21 October 2006)
+- Nir Soffer made the tests/libtest/Makefile.am use a proper variable for all
+ the single test applications' link and dependences, so that you easier can
+ override those from the command line when using make.
+
- Armel Asselin separated CA cert verification problems from problems with
reading the (local) CA cert file to let users easier pinpoint the actual
problem. CURLE_SSL_CACERT_BADFILE (77) is the new libcurl error code.