summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2009-01-03 15:11:47 +0000
committerMichael Albinus <michael.albinus@gmx.de>2009-01-03 15:11:47 +0000
commitcc2fc5a2401469c894424d6fe5db9eb1ae6c43e5 (patch)
treede88fee4ff679b314218430427c992e08809ca14
parent3799447ca4e052cc97a6daafe1149d56b6def002 (diff)
downloademacs-cc2fc5a2401469c894424d6fe5db9eb1ae6c43e5.tar.gz
* NEWS: Tramp supports IPv6 addresses.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index fc608bf166f..e1c9f8f25fe 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-03 Michael Albinus <michael.albinus@gmx.de>
+
+ * NEWS: Tramp supports IPv6 addresses.
+
2008-12-20 Carsten Dominik <dominik@science.uva.nl>
* refcards/orgcard.tex: Version number change.
diff --git a/etc/NEWS b/etc/NEWS
index 1865495e09d..90e8a0b7c2c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -935,6 +935,10 @@ The new methods "plinkx", "plink2", "psftp", "sftp" and "fish" have
been introduced. There are also new so-called gateway methods
"tunnel" and "socks".
+*** IPv6 addresses.
+IPv6 addresses are supported now as host names. They must be embedded
+in square brackets, like in "/ssh:[::1]:".
+
*** Multihop syntax has been removed.
The pseudo-method "multi" has been removed. Instead of, multi hops
can be specified by the new variable `tramp-default-proxies-alist'.