Skip to content

Commit d735789

Browse files
committed
Changelog entry for 6.113.0
- Legacy-Id: 17132
1 parent 3af2a05 commit d735789

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

changelog

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
ietfdb (6.113.0) ietf; urgency=medium
2+
3+
**Review tool queue management with pluggable policies**
4+
5+
This release introcudes the ability for review group secretaries to choose
6+
between different management policies for the review queue, as it turns
7+
out that both the needs and preferences of the groups and group secretaries
8+
vary in this regard. With this release it is possible to choose between
9+
two policies: a Rotate Alphabetically policy, and a Least Recently Used
10+
policy. Both policies provides for various exceptions. There are also
11+
some unrelated minor bugfixes. From the commit log:
12+
13+
* Merged in work from sasha@dashcare.nl on Review Queue Managemnt:
14+
This abstracts queue management, making it possible to implement different
15+
policies for each team. It provides two concrete policies:
16+
RotateAlphabeticallyReviewerQueuePolicy, which rotates an alphabetically
17+
ordered reviewer list with consideration for skip indications, and is the
18+
default policy; and LeastRecentlyUsedReviewerQueuePolicy, a simple
19+
least-recently-used policy. Also see issue #2721, and #2656, which
20+
documents various flaws in the old queue code.
21+
22+
* Added fallback handling from utf-8 to latin1 when reading charter text
23+
files.
24+
25+
* Added normalization of draft title extracted from submitted XML.
26+
27+
* Removed code under docker/ from test coverage calculation.
28+
29+
* Fixed a backwards compatibiltiy issue for the factoryboy lib and
30+
updated a dependency requirement.
31+
32+
-- Henrik Levkowetz <henrik@levkowetz.com> 07 Dec 2019 19:28:38 +0000
33+
34+
135
ietfdb (6.112.0) ietf; urgency=medium
236

337
**Review tool tickets roundup, part 6; and other fixes**

0 commit comments

Comments
 (0)