Skip to content

Commit b2615f4

Browse files
committed
Changelog entry for 6.40.1
- Legacy-Id: 12554
1 parent 45d4ce6 commit b2615f4

1 file changed

Lines changed: 69 additions & 0 deletions

File tree

changelog

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,72 @@
1+
ietfdb (6.40.1) ietf; urgency=medium
2+
3+
This is a mixed bugfix and enhancements release with a lot of attention on
4+
the new document review support. A number of deprecated functionality from
5+
earlier Django version has also be fixed up to use newer idioms.
6+
7+
From the commit log:
8+
9+
* Fixed a html nit (nbsp without semicolon).
10+
11+
* Merged in [12545] and [12549] from rjsparks@nostrum.com:
12+
Allow ads and secretaries to edit the review request comment. Allow a
13+
review request to include a comment to show to the review team secretary
14+
at assignment time and the reviewer at review time. Fixes #2096.
15+
16+
* Merged in [12543] from rjsparks@nostrum.com:
17+
Provide defaults on the Request review form. Fixes #2108.
18+
19+
* Merged in [12541] from rjsparks@nostrum.com:
20+
Provide default filters for reviewer settings. Fixes #2093.
21+
22+
* Merged in [12520] from rjsparks@nostrum.com:
23+
Slight refactor of the review models to capture review team settings.
24+
Allows configuring review teams to get automatic suggestions for reviews or
25+
not. Provides a better admin for creating/managing review teams. Fixes
26+
#2048 and #2072.
27+
28+
* Merged in [12518] from rjsparks@nostrum.com:
29+
Fixes href() for bluesheets. Fixes #2107.
30+
31+
* Merged in [12506] from rjsparks@nostrum.com:
32+
Show the review requester on review team summary pages. Fixes #2095.
33+
34+
* Merged in [12505] from rjsparks@nostrum.com:
35+
Disallow requesting directorate reviews of RFCs (such things would better
36+
be done with reviews of status change documents). Fixes #2065.
37+
38+
* Tweaked mergeready to use modules in working dir, and be slightly more
39+
verbose when building the mergeinfo cache.
40+
41+
* Moved warnings settings from manage.py and test_runner.py to one single
42+
place, settings.py. Decreased the verbosity level when invoking
43+
'loaddata' from the test runner.
44+
45+
* Deprecation fix: Pass the result of active_review_teams() to a
46+
Role.objects query, instead of passing the function.
47+
48+
* Deprecation fixes: Use request.GET or request.POST as appropriate, instead
49+
of request.REQUEST.
50+
51+
* Deprecation fixes: Explicitly say that redirects are permanent.
52+
53+
* Deprecation fix: Changed method of retrieving an app's models. Also now
54+
importing import_module from importlib instead of from django.
55+
56+
* Deprecation fixes: Removed instances of 'load future' from templates that
57+
don't need it any more.
58+
59+
* Changed the state shown in all_id.txt for drafts which have entered IESG
60+
processing, but then been replaced, to show as 'Replaced' instead of 'In
61+
IESG Processing'. This is consistent with how they are shown in
62+
all_id2.txt.
63+
64+
* Added a script to list role holder emails, for use in building
65+
* postconfirmd's whitelist.
66+
67+
-- Henrik Levkowetz <henrik@levkowetz.com> 16 Dec 2016 12:59:15 +0000
68+
69+
170
ietfdb (6.40.0) ietf; urgency=medium
271

372
**Django 1.8**

0 commit comments

Comments
 (0)