diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-09-14 01:56:08 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-09-14 01:56:08 +0000 |
commit | 39a416f12a66c52399a32af49f7e7ece8dd7547f (patch) | |
tree | a96b9546534a46f2da1604241d7c598fdd7ecd00 | |
parent | 9b23b310712fbd2e3162e88b299780734965c5d4 (diff) | |
download | curl-39a416f12a66c52399a32af49f7e7ece8dd7547f.tar.gz |
Added LDAPS, SCP and SFTP to curl-config --protocols. Removed and
fixed some AC_SUBST configure entries.
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | RELEASE-NOTES | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -6,6 +6,10 @@ Changelog +Dan F (13 September 2007) +- Added LDAPS, SCP and SFTP to curl-config --protocols. Removed and + fixed some AC_SUBST configure entries. + Version 7.17.0 (13 September 2007) Daniel S (12 September 2007) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 20d3f6024..be3e7aff6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,7 +15,7 @@ This release includes the following changes: This release includes the following bugfixes: - o + o curl-config --protocols now properly reports LDAPS, SCP and SFTP This release includes the following known bugs: |