From: Nick Mathewson Date: Tue, 28 Feb 2017 15:12:17 +0000 (-0500) Subject: Update changelog sorting rules to know about dirauth changes X-Git-Tag: tor-0.3.1.1-alpha~257 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1453bda67b03f1405a3ecc80be9f0378ef813a2f;p=thirdparty%2Ftor.git Update changelog sorting rules to know about dirauth changes --- diff --git a/scripts/maint/format_changelog.py b/scripts/maint/format_changelog.py index e909fc550a..2429c24417 100755 --- a/scripts/maint/format_changelog.py +++ b/scripts/maint/format_changelog.py @@ -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