Skip to content

Commit 6c5d150

Browse files
committed
Changelog information for 6.47.0
- Legacy-Id: 12971
1 parent 1d0916b commit 6c5d150

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

changelog

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
ietfdb (6.47.0) ietf; urgency=medium
2+
3+
**New document WG states: Waiting for Implementation, and Held by WG**
4+
5+
This is a small mixed feature and bugfix release. It adds two new document
6+
WG States, provides some internal enhancements, and removes a bunch of dead
7+
code. Bugfixes as indicated in the commit log excerpt:
8+
9+
* Added a data migration which adds 2 new document WG states: 'Waiting for
10+
Implementation' and 'Held by WG'.
11+
12+
* Removed dead code marked as unreachable in the previous release, and added
13+
unreachable marks for newly identified probable dead code.
14+
15+
* Added a msgid (Message-ID) field to the Message model, and added needed
16+
migrations for the field. The first migration creates the new column with
17+
NULL values for existing rows, the second adds creation of msgid values by
18+
default for new rows.
19+
20+
* Added a data migration to add author information to existing reviews.
21+
22+
* Added code to create all appropriate aliases when a Person record is
23+
created, both in ietfauth and in PersonFactory. This was not consitently
24+
done earlier, leading to test-suite failures for test factory persons with
25+
more than one given name.
26+
27+
* Added document author information for review document objects.
28+
29+
* Improved handling of a case where a meeting floor have been defined,
30+
but no floor image uploaded yet.
31+
32+
* Changed email notification code for reviews done, in order to save the
33+
message as a Message instance before sending it. Added test code to check
34+
that a Message instance is created and matches what goes out.
35+
36+
* Merged in [12917] from rcross@amsl.com:
37+
Fixes #2207. bin/merge-person-records remove
38+
_meta.get_all_related_objects() deprecated in Django 1.10.
39+
40+
* Merged in [12950] from rcross@amsl.com:
41+
Provide material mangement access to Area Group chairs. Fixes #2219.
42+
43+
* Changed the state choices in the document adoption form to exclude the
44+
few that should not be available, rather than explicitly list all others.
45+
This makes it possible to add new document WG states without editing the
46+
code, in many cases.
47+
48+
-- Henrik Levkowetz <henrik@levkowetz.com> 04 Mar 2017 05:46:38 -0800
49+
150
ietfdb (6.46.1) ietf; urgency=medium
251

352
This is a bugfix release with some minor enhancements. From the commit

0 commit comments

Comments
 (0)