From: Nick Mathewson Date: Tue, 23 Oct 2012 21:23:48 +0000 (-0400) Subject: Roll enh6876 into Changelog for 0.2.4.4 alpha, which had the change but not the entry. X-Git-Tag: tor-0.2.4.5-alpha~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0712d606c6c3111f939d07f48c9c361dd116f553;p=thirdparty%2Ftor.git Roll enh6876 into Changelog for 0.2.4.4 alpha, which had the change but not the entry. --- diff --git a/ChangeLog b/ChangeLog index d2348070ce..f45ae9c417 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 9019fa4937..0000000000 --- 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.