From 2ad96fb242bccc235f45fe91ee6baa2cb8fc4f3e Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Mon, 3 Jun 2013 15:57:57 +0300 Subject: [PATCH] RELEASE_NOTES: add a record for release 2.4 Change-Id: Ie3177b1ad7cc9f0c03dd0ce1388ffb203d2bbe6b Signed-off-by: Artem Bityutskiy --- docs/RELEASE_NOTES | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/RELEASE_NOTES b/docs/RELEASE_NOTES index 4f077bc..6c6f7e1 100644 --- a/docs/RELEASE_NOTES +++ b/docs/RELEASE_NOTES @@ -1,3 +1,16 @@ +Bug-fix release 2.4 +~~~~~~~~~~~~~~~~~~~ + +1. Add SSH URLs support. These URLs start with "ssh://" and have the following + format: ssh://user:password@host:path, where + * user - user name (optional) + * password - the password (optional) + * host - hostname + * path - path to the image file on the remote host + + If the password was given in the URL, bmaptool will use password-based SSH + authentication, otherwise key-based SSH authentication will be used. + Bug-fix release 2.3 ~~~~~~~~~~~~~~~~~~~ -- 2.7.4