summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-09-23 21:49:57 +0300
committerLars Wirzenius <liw@liw.fi>2015-09-23 21:49:57 +0300
commit122028302eda53b9d7dca49616ff340ee88da8b7 (patch)
treec58ff8edbaf23bf91af87ab28c258ac219823e39
parent5e9e6069e55f82b8ac60c7b03b86cc8576b473dc (diff)
downloadobnam-122028302eda53b9d7dca49616ff340ee88da8b7.tar.gz
Update NEWS about sftp ipv6 address fix
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 82c74720..d99b8984 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,14 @@ development, called `green-albatross`. It is **NOT** meant for real
use. It is likely to change in incompatible ways without warning. Do
not use it unless you're willing to lose your backup.
+Version 1.18, released UNRELEASED
+---------------------------------
+
+* William Boughton fixed parsing for sftp URLs with IPv6 addresses.
+ Previously, `sftp://[::1]` would be interpreted by Obnam as an
+ address `[` followed by the port `:1]`, but now it is correctly
+ interpreted as the adddress `::1` and no explicit port.
+
Version 1.17, released 2015-09-12
---------------------------------