mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Update changelog sorting rules to know about dirauth changes
This commit is contained in:
parent
3c56db431e
commit
1453bda67b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user