aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-23 17:23:48 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-23 17:23:48 -0400
commit0712d606c6c3111f939d07f48c9c361dd116f553 (patch)
tree7a8453dda9b28239f58ed9af23d53e4ba1c941ea
parentf80c992d7f6b0633596efb70c5281595090b4361 (diff)
downloadtor-0712d606c6c3111f939d07f48c9c361dd116f553.tar
tor-0712d606c6c3111f939d07f48c9c361dd116f553.tar.gz
Roll enh6876 into Changelog for 0.2.4.4 alpha, which had the change but not the entry.
-rw-r--r--ChangeLog2
-rw-r--r--changes/enh68763
2 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d2348070c..f45ae9c41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,6 +52,8 @@ Changes in version 0.2.4.4-alpha - 2012-10-20
place). Resolves ticket 6889.
- Tor now builds correctly on Bitrig, an OpenBSD fork. Patch from
dhill. Resolves ticket 6982.
+ - Option OutboundBindAddress can be specified multiple times and
+ accepts IPv6 addresses. Resolves ticket 6876.
o Minor bugfixes (also in 0.2.3.23-rc):
- Don't serve or accept v2 hidden service descriptors over a
diff --git a/changes/enh6876 b/changes/enh6876
deleted file mode 100644
index 9019fa493..000000000
--- a/changes/enh6876
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features:
- - Option OutboundBindAddress can be specified multiple times and
- accepts IPv6 addresses. Resolves ticket 6876.