summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-08-27 15:10:43 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2014-08-27 15:10:43 +0200
commit7449c82ee713024f59badf6fef9cc0ac49ce9561 (patch)
treeb7a0dfb73f7311283e1469182c6aaeff48e00fb9
parent6a0d2b43ee4a32b2894d3c2b7c798c4eb4853534 (diff)
downloadlibgit2-7449c82ee713024f59badf6fef9cc0ac49ce9561.tar.gz
Add ssh retry changes to CHANGELOG
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93b5f20db..97c873dc2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,12 @@ v0.21 + 1
* The git_transport structure definition has moved into the sys/transport.h
file.
+* The ssh transport supports asking the remote host for accepted
+ credential types as well as multiple challeges using a single
+ connection. This requires to know which username you want to connect
+ as, so this introduces the USERNAME credential type which the ssh
+ transport will use to ask for the username.
+
* The git_transport_register function no longer takes a priority and takes
a URL scheme name (eg "http") instead of a prefix like "http://"