RELEASE_NOTES: add a record for release 2.4
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 3 Jun 2013 12:57:57 +0000 (15:57 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 3 Jun 2013 12:57:57 +0000 (15:57 +0300)
Change-Id: Ie3177b1ad7cc9f0c03dd0ce1388ffb203d2bbe6b
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
docs/RELEASE_NOTES

index 4f077bc..6c6f7e1 100644 (file)
@@ -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
 ~~~~~~~~~~~~~~~~~~~