diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-02-08 11:16:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-02-08 11:16:44 +0000 |
commit | c3a7a757f7167d62e3ffc362827d518ae32c6956 (patch) | |
tree | f15c54de62a575934995e8e7a461be9cdd16c4fc /RELEASE-NOTES | |
parent | dca46e64708218c0fc506a0d79ef253bec829615 (diff) |
Günter Knauf added lib/mk-ca-bundle.pl which gets the Firefox ca bundle and
creates a suitable ca-bundle.crt file in PEM format for use with curl. The
recommended way to run it is to use 'make ca-bundle' in the build tree root.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 75b434301..b71c20fcf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -11,6 +11,7 @@ Curl and libcurl 7.18.1 This release includes the following changes: o added support for HttpOnly cookies + o 'make ca-bundle' downloads and generates an updated ca bundle file This release includes the following bugfixes: |