aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJames Housley <jim@thehousleys.net>2007-07-05 12:48:34 +0000
committerJames Housley <jim@thehousleys.net>2007-07-05 12:48:34 +0000
commit7fd4f82a45e64c8cf53a4506082ea3c0a8055354 (patch)
tree29c57941ba1f459ee3b6c3023dc17ff27ec6008d /CHANGES
parent598bc3968e042dc597a82239bdad33b730e035a1 (diff)
Gavrie Philipson provided a patch that will use a more specific error
message for an scp:// upload failure. If libssh2 has his matching patch, then the error message return by the server will be used instead of a more generic error.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 218d28df5..2557530c2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
Changelog
+James H (5 July 2007)
+- Gavrie Philipson provided a patch that will use a more specific error
+ message for an scp:// upload failure. If libssh2 has his matching
+ patch, then the error message return by the server will be used instead
+ of a more generic error.
+
Daniel S (1 July 2007)
- Thomas J. Moore provided a patch that introduces Kerberos5 support in
libcurl. This also makes the options change name to --krb (from --krb4) and