From: Artem Bityutskiy Date: Mon, 3 Jun 2013 12:57:57 +0000 (+0300) Subject: RELEASE_NOTES: add a record for release 2.4 X-Git-Tag: v2.5~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ad96fb242bccc235f45fe91ee6baa2cb8fc4f3e;p=tools%2Fbmap-tools.git RELEASE_NOTES: add a record for release 2.4 Change-Id: Ie3177b1ad7cc9f0c03dd0ce1388ffb203d2bbe6b Signed-off-by: Artem Bityutskiy --- 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 ~~~~~~~~~~~~~~~~~~~