|
1 | 1 | ietfdb (6.64.1) ietf; urgency=medium |
2 | 2 |
|
3 | | - This is a bugfix release. Here's an extract from the commit log: |
| 3 | + This is a bugfix and data migration release. Here's an extract from the |
| 4 | + commit log: |
| 5 | + |
| 6 | + * Added new checker runs for all active drafts with yang modules to the yang |
| 7 | + link data migration, in order to make sure to have complete yang module |
| 8 | + information available when running the draft yang url creation. This |
| 9 | + migration now adds links to yangcatalog.org for all active drafts with |
| 10 | + yang modules. |
| 11 | + |
| 12 | + * Added a progress bar to the submission checker json field upgrade |
| 13 | + migration, as well as the yang links data migration. |
| 14 | + |
| 15 | + * Added capture of messages from xym's get_extracted_models(). |
| 16 | + |
| 17 | + * Made the REST API accept ordering and date before/after relations for the |
| 18 | + meeting date field. |
4 | 19 |
|
5 | | - * Added missing in-loop variable initializations in the yang checker |
6 | | - code. Fixes issue #2397. |
| 20 | + * Added missing in-loop variable initializations in the yang checker code. |
| 21 | + Fixes issue #2397. |
7 | 22 |
|
8 | | - * Improved the help message for the run_yang_model_checks management |
| 23 | + * Improved the help message for the run_yang_model_checks management |
9 | 24 | command. |
10 | 25 |
|
11 | | - * Included the path for draft moduled found invalid in the module paths |
12 | | - when running yanglint, in order to avoid some unhelpful model not found |
13 | | - messages. Fixes issue #2398. |
| 26 | + * Included invalid yang modules in the yanglint module paths, in order to |
| 27 | + avoid some unhelpful 'model not found' messages. Fixes issue #2398. |
14 | 28 |
|
15 | | - * Removed case sensitivity in the submission API when comparing the |
16 | | - submitter email address with the email addresses found in the draft. Fixes |
17 | | - issue #2396. |
| 29 | + * Removed case sensitivity in the submission API when comparing the |
| 30 | + submitter email address with the email addresses found in the draft. |
| 31 | + Fixes issue #2396. |
18 | 32 |
|
19 | | - * Added a data migration to upgrade the submission checker json details |
20 | | - to a consistent format. |
| 33 | + * Added a data migration to upgrade the submission checker json details to a |
| 34 | + consistent format. |
21 | 35 |
|
22 | 36 | * Typo and initialization value fixes. |
23 | 37 |
|
24 | | - -- Henrik Levkowetz <henrik@levkowetz.com> 01 Nov 2017 12:02:33 -0700 |
| 38 | + -- Henrik Levkowetz <henrik@levkowetz.com> 03 Nov 2017 11:03:03 +0000 |
25 | 39 |
|
26 | 40 |
|
27 | 41 | ietfdb (6.64.0) ietf; urgency=medium |
|
0 commit comments