]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update changelog sorting rules to know about dirauth changes
authorNick Mathewson <nickm@torproject.org>
Tue, 28 Feb 2017 15:12:17 +0000 (10:12 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 28 Feb 2017 15:12:17 +0000 (10:12 -0500)
scripts/maint/format_changelog.py

index e909fc550aa6120c5573adb13e903f2a72f035f9..2429c2441703fa3274abc5743329367a69aa8c80 100755 (executable)
@@ -205,6 +205,8 @@ def head_score(s):
         score = -300
     elif lw.startswith("deprecated version"):
         score = -200
+    elif lw.startswith("directory auth"):
+        score = -150
     elif (('new' in lw and 'requirement' in lw) or
           ('new' in lw and 'dependenc' in lw) or
           ('build' in lw and 'requirement' in lw) or