aboutsummaryrefslogtreecommitdiff
path: root/changes/feature17863
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-01 16:56:20 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-01 16:56:20 -0500
commitf09d03c384b85d64dfe2abca156cd63bf7597979 (patch)
treea876ca82404004ca909053ac8524cc7460c4be7e /changes/feature17863
parentd7a713a41e2b115e8aabe9744e8010000bec202a (diff)
downloadtor-f09d03c384b85d64dfe2abca156cd63bf7597979.tar.gz
tor-f09d03c384b85d64dfe2abca156cd63bf7597979.zip
use sortChanges to fold changes files into changelog. No additional editing or formatting yet.
Diffstat (limited to 'changes/feature17863')
-rw-r--r--changes/feature178636
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/feature17863 b/changes/feature17863
deleted file mode 100644
index 86c4e2ce0c..0000000000
--- a/changes/feature17863
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor feature (IPv6):
- - Add address policy assume_action support for IPv6 addresses.
- - Limit IPv6 mask bits to 128.
- - Warn when comparing against an AF_UNSPEC address in a policy,
- it's almost always a bug.
- Closes ticket 17863; patch by "teor".