diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-10-21 11:40:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-10-21 11:40:04 +0000 |
commit | deb81b2ad40862cdf8e9e18274c670117c370861 (patch) | |
tree | 2765ee4077caa9e481aa15a9908467ee2fa9a6df /CHANGES | |
parent | 4e717cdb300adeff3b259b3619b29a944c2960a8 (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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |