@@ -2,24 +2,23 @@ ietfdb (6.47.0) ietf; urgency=medium
22
33 **New document WG states: Waiting for Implementation, and Held by WG**
44
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 this excerpt from the commit log:
5+ This is a mixed feature and bugfix release. It adds two new document WG
6+ States, provides several internal enhancements, and removes a bunch of dead
7+ code. Bugfixes are as indicated in this excerpt from the commit log:
88
9+ * Added a data migration which adds 2 new document WG states: 'Waiting for
10+ Implementation' and 'Held by WG'.
911
10- * Added a 'rev' field to DocEvent, and removed the corresponding field
11- from NewRevisionDocEvent and SubmissionDocEvent. Added a migration for an
12- initial schema change, one data migration to copy and infer revision
13- information, another schema migration to remove extraneous revision field,
14- and another data migration to fix up bad timestamps and bad revision info
12+ * Added a 'rev' field to DocEvent, and removed the corresponding field from
13+ NewRevisionDocEvent and SubmissionDocEvent. Added a migration for an
14+ initial schema change, one data migration to copy and infer revision
15+ information, another schema migration to remove extraneous revision field,
16+ and another data migration to fix up bad timestamps and bad revision info
1517 from the period 2016-09-10 to 2016-10-04. Updated more than 200 instances
1618 of DocEvent creation to supply a 'rev' value.
1719
18- * Added a data migration which adds 2 new document WG states: 'Waiting for
19- Implementation' and 'Held by WG'.
20-
21- * Fixed a problem with assertion() and unreachable(), which could break
22- if certain names (like 'args') were set in the calling frame.
20+ * Fixed a problem with assertion() and unreachable(), which could break if
21+ certain names (like 'args') were set in the calling frame.
2322
2423 * Removed dead code marked as unreachable in the previous release, and added
2524 unreachable marks for newly identified probable dead code.
@@ -32,32 +31,32 @@ ietfdb (6.47.0) ietf; urgency=medium
3231 * Added a data migration to add author information to existing reviews.
3332
3433 * Added code to create all appropriate aliases when a Person record is
35- created, both in ietfauth and in PersonFactory. This was not consitently
34+ created, both in ietfauth and in PersonFactory. This was not consistently
3635 done earlier, leading to test-suite failures for test factory persons with
3736 more than one given name.
3837
3938 * Added document author information for review document objects.
4039
41- * Improved handling of a case where a meeting floor have been defined,
42- but no floor image uploaded yet.
40+ * Improved handling of a case where a meeting floor have been defined, but
41+ no floor image uploaded yet.
4342
4443 * Changed email notification code for reviews done, in order to save the
4544 message as a Message instance before sending it. Added test code to check
4645 that a Message instance is created and matches what goes out.
4746
48- * Merged in [12917] from rcross@amsl.com:
49- Fixes #2207. bin/merge-person-records remove
50- _meta.get_all_related_objects() deprecated in Django 1.10.
47+ * Merged in [12917] from rcross@amsl.com: Fixes #2207.
48+ bin/merge-person-records remove _meta.get_all_related_objects() deprecated
49+ in Django 1.10.
5150
52- * Merged in [12950] from rcross@amsl.com:
53- Provide material mangement access to Area Group chairs. Fixes #2219.
51+ * Merged in [12950] from rcross@amsl.com: Provide material management access
52+ to Area Group chairs. Fixes #2219.
5453
55- * Changed the state choices in the document adoption form to exclude the
56- few that should not be available, rather than explicitly list all others.
54+ * Changed the state choices in the document adoption form to exclude the few
55+ that should not be available, rather than explicitly list all others.
5756 This makes it possible to add new document WG states without editing the
5857 code, in many cases.
5958
60- -- Henrik Levkowetz <henrik@levkowetz.com> 04 Mar 2017 05:46:38 -0800
59+ -- Henrik Levkowetz <henrik@levkowetz.com> 07 Mar 2017 10:38:08 +0000
6160
6261ietfdb (6.46.1) ietf; urgency=medium
6362
0 commit comments