File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,23 @@ ietfdb (6.47.0) ietf; urgency=medium
44
55 This is a small mixed feature and bugfix release. It adds two new document
66 WG States, provides some internal enhancements, and removes a bunch of dead
7- code. Bugfixes as indicated in the commit log excerpt:
7+ code. Bugfixes as indicated in this excerpt from the commit log:
8+
9+
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
15+ from the period 2016-09-10 to 2016-10-04. Updated more than 200 instances
16+ of DocEvent creation to supply a 'rev' value.
817
918 * Added a data migration which adds 2 new document WG states: 'Waiting for
1019 Implementation' and 'Held by WG'.
1120
21+ * Fixed a problem with assertion() and unreachable(), which could break
22+ if certain names (like 'args') were set in the calling frame.
23+
1224 * Removed dead code marked as unreachable in the previous release, and added
1325 unreachable marks for newly identified probable dead code.
1426
You can’t perform that action at this time.
0 commit comments