tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit b9b5f9a1a5a683611789ffe4c49e41325102cabc
parent d8604b8729b24f964d78d188b89493098d3eb92b
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 17 Oct 2017 13:58:25 -0400

Merge branch 'maint-0.3.2'

Diffstat:
Mscripts/maint/lintChanges.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/maint/lintChanges.py b/scripts/maint/lintChanges.py @@ -21,7 +21,8 @@ KNOWN_GROUPS = set([ "Documentation", "Code simplification and refactoring", "Removed features", - "Deprecated features"]) + "Deprecated features", + "Directory authority changes"]) NEEDS_SUBCATEGORIES = set([ "Minor bugfix",