aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-02 22:55:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-02 22:55:22 +0000
commit93eadfb10fc519ff2e07f03058a1fe63e2885de1 (patch)
treebbe4757846c8a634d8eec83e93b0da1e1c45bdbf
parentf8e0b1843969d3d1c6311b18eb19c320b56570f5 (diff)
added some curl-config details
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3a44c92c0..1c87b4ec6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,9 @@ Daniel (2 Sep 2002)
curl --compressed is now used to request compressed contents.
+ curl-config --feature will include 'libz' if this feature was around when
+ the library was built.
+
Daniel (30 Aug 2002)
- Applied an anonymous SOCKS5-proxy patch. Not properly working in all
situations though, as all getaddrinfo()-using libcurls will fail on this.
@@ -32,6 +35,8 @@ Daniel (27 Aug 2002)
connections and operations on SSL sites that aren't properly verified with
-cafile or --capath.
+ curl-config --ca displays the built-in path to the CA cert bundle.
+
Daniel (26 Aug 2002)
- Andrew Francis cleaned up some code that now compiles fine without the need
for ugly MSVC pragmas.