aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-09-05 19:05:41 -0400
committerRoger Dingledine <arma@torproject.org>2012-09-05 19:05:41 -0400
commit606157ea62604d1b2395d32f27cae69adde7c77e (patch)
tree08cb370692e36dae2bf82a3a69c258408ee6a18f
parentb00b8272daa63e54e25f51bef7850c1c185dba5c (diff)
downloadtor-606157ea62604d1b2395d32f27cae69adde7c77e.tar.gz
tor-606157ea62604d1b2395d32f27cae69adde7c77e.zip
finish changelog mucking for 0.2.4.1-alpha
-rw-r--r--ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 12b7fff081..bf051a9f47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
Changes in version 0.2.4.1-alpha - 2012-09-05
- Tor 0.2.4.1-alpha adds ... XXX
+ Tor 0.2.4.1-alpha lets bridges publish their pluggable transports to
+ bridgedb; lets relays use IPv6 addresses and directory authorities
+ advertise them; and switches to a cleaner build interface.
This is the first alpha release in a new series, so expect there to
be bugs. Users who would rather test out a more stable branch should
@@ -63,11 +65,11 @@ Changes in version 0.2.4.1-alpha - 2012-09-05
Implements ticket 4971.
o Minor features (IPv6):
- - New config option "AuthDirHasIPv6Connectivity auto" that ... XXX
- Implements feature 5974.
+ - New config option "AuthDirHasIPv6Connectivity 1" that directory
+ authorities should set if they have IPv6 connectivity and want to
+ do reachability tests for IPv6 relays. Implements feature 5974.
- A relay with an IPv6 OR port now sends that address in NETINFO
cells (in addition to its other address). Implements ticket 6364.
- - New config option AuthDirPublishIPv6. Implements ticket 6406.
o Minor features (log messages):
- Omit the first heartbeat log message, because it never has anything