|
| 1 | +ietfdb (6.98.1) ietf; urgency=medium |
| 2 | + |
| 3 | + This is a bugfix release that cleans up some remaining issues from the |
| 4 | + Document/DocAlias primary key refactoring, and also fixes some other |
| 5 | + unrelated issues. From the commit log: |
| 6 | + |
| 7 | + * Fixed bad logic for the display of previous related IPR information in |
| 8 | + the IPR details template. |
| 9 | + |
| 10 | + * Tweaked some test failure messages for better debugging. |
| 11 | + |
| 12 | + * Merged in [16287] from rjsparks@nostrum.com: |
| 13 | + Send mail to a list when a new IETF WG -00 is submitted. Fixes #2730. |
| 14 | + |
| 15 | + * Fixed some name versus pk issues lingering after the Document/DocAlias |
| 16 | + primary key refactoring. Fixes issue #2729. |
| 17 | + |
| 18 | + * Added the option to order API resource lists by primary key, for stable |
| 19 | + ordering when paging through a list. |
| 20 | + |
| 21 | + * Added generation of Meta.ordering for API ModelResources in the |
| 22 | + * mkresources management command. |
| 23 | + |
| 24 | + * The Document and DocAlias primary key refactoring caused the Tastypie |
| 25 | + API under /api/v1/ to change -- reverting that to use the old form, with |
| 26 | + name ask API key. |
| 27 | + |
| 28 | + * Added a better error message for too long draft names during submission. |
| 29 | + |
| 30 | + * Adjusted the test_runner to generate migration coverage data also when |
| 31 | + permitting mixed migrations. |
| 32 | + |
| 33 | + * Added a guard against duplicate insertions in |
| 34 | + SearchRule.name_contains_index |
| 35 | + |
| 36 | + * Fixed a docalias problem with generate-draft-aliases |
| 37 | + |
| 38 | + * Merged in [16248] from rjsparks@nostrum.com: |
| 39 | + Removed the IETF chair as a recipient of new IPR disclosures if there |
| 40 | + is no group or active document to send them to. Fixes #2727. |
| 41 | + |
| 42 | + * Added a management command to update the index table used by some |
| 43 | + community list search rules. Running this fixes the missing listings |
| 44 | + of drafts related to a group on group document pages and in searches. |
| 45 | + |
| 46 | + * Improved the support for the mixed-release switch in the bin/mkrelease |
| 47 | + script. |
| 48 | + |
| 49 | + -- Henrik Levkowetz <henrik@levkowetz.com> 20 Jun 2019 13:16:54 +0000 |
| 50 | + |
| 51 | + |
1 | 52 | ietfdb (6.98.0) ietf; urgency=medium |
2 | 53 |
|
3 | 54 | **Refactoring of the primary index type for Document and DocAlias objects** |
|
0 commit comments