diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-09-02 12:07:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-09-02 12:07:08 +0000 |
commit | bbc002a50575f7690fe67e23850e63bc8eb792f1 (patch) | |
tree | e5cfedcf6f0f5ed012ecd14c901d9e4caaad859d /CHANGES | |
parent | c8d4e8b5d0c83d959256a54dabccc8176db10d78 (diff) | |
download | curl-bbc002a50575f7690fe67e23850e63bc8eb792f1.tar.gz |
- Keith Mok added supported_protocols and supported_features to the pkg-config
file for libcurl, and while doing that fix he unified with curl-config.in
how the supported protocols and features are extracted and used, so both those
tools should now always be synced.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel Stenberg (2 Sep 2008) +- Keith Mok added supported_protocols and supported_features to the pkg-config + file for libcurl, and while doing that fix he unified with curl-config.in + how the supported protocols and features are extracted and used, so both those + tools should now always be synced. + Version 7.19.0 (1 September 2008) Daniel Fandrich (29 Aug 2008) |