]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Roll enh6876 into Changelog for 0.2.4.4 alpha, which had the change but not the entry.
authorNick Mathewson <nickm@torproject.org>
Tue, 23 Oct 2012 21:23:48 +0000 (17:23 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 23 Oct 2012 21:23:48 +0000 (17:23 -0400)
ChangeLog
changes/enh6876 [deleted file]

index d2348070ce61a6726e7a9e14fa4c68b5065b6b7f..f45ae9c41744da27edd4e21ca349a68526f2f7e6 100644 (file)
--- 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 (file)
index 9019fa4..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  o Minor features:
-    - Option OutboundBindAddress can be specified multiple times and
-      accepts IPv6 addresses. Resolves ticket 6876.