Changelog information for 6.47.0
- Legacy-Id: 12971
This commit is contained in:
parent
1d0916b0c8
commit
6c5d150211
49
changelog
49
changelog
|
@ -1,3 +1,52 @@
|
|||
ietfdb (6.47.0) ietf; urgency=medium
|
||||
|
||||
**New document WG states: Waiting for Implementation, and Held by WG**
|
||||
|
||||
This is a small mixed feature and bugfix release. It adds two new document
|
||||
WG States, provides some internal enhancements, and removes a bunch of dead
|
||||
code. Bugfixes as indicated in the commit log excerpt:
|
||||
|
||||
* Added a data migration which adds 2 new document WG states: 'Waiting for
|
||||
Implementation' and 'Held by WG'.
|
||||
|
||||
* Removed dead code marked as unreachable in the previous release, and added
|
||||
unreachable marks for newly identified probable dead code.
|
||||
|
||||
* Added a msgid (Message-ID) field to the Message model, and added needed
|
||||
migrations for the field. The first migration creates the new column with
|
||||
NULL values for existing rows, the second adds creation of msgid values by
|
||||
default for new rows.
|
||||
|
||||
* Added a data migration to add author information to existing reviews.
|
||||
|
||||
* Added code to create all appropriate aliases when a Person record is
|
||||
created, both in ietfauth and in PersonFactory. This was not consitently
|
||||
done earlier, leading to test-suite failures for test factory persons with
|
||||
more than one given name.
|
||||
|
||||
* Added document author information for review document objects.
|
||||
|
||||
* Improved handling of a case where a meeting floor have been defined,
|
||||
but no floor image uploaded yet.
|
||||
|
||||
* Changed email notification code for reviews done, in order to save the
|
||||
message as a Message instance before sending it. Added test code to check
|
||||
that a Message instance is created and matches what goes out.
|
||||
|
||||
* Merged in [12917] from rcross@amsl.com:
|
||||
Fixes #2207. bin/merge-person-records remove
|
||||
_meta.get_all_related_objects() deprecated in Django 1.10.
|
||||
|
||||
* Merged in [12950] from rcross@amsl.com:
|
||||
Provide material mangement access to Area Group chairs. Fixes #2219.
|
||||
|
||||
* Changed the state choices in the document adoption form to exclude the
|
||||
few that should not be available, rather than explicitly list all others.
|
||||
This makes it possible to add new document WG states without editing the
|
||||
code, in many cases.
|
||||
|
||||
-- Henrik Levkowetz <henrik@levkowetz.com> 04 Mar 2017 05:46:38 -0800
|
||||
|
||||
ietfdb (6.46.1) ietf; urgency=medium
|
||||
|
||||
This is a bugfix release with some minor enhancements. From the commit
|
||||
|
|
Loading…
Reference in a new issue