|
| 1 | +ietfdb (6.62.1) ietf; urgency=medium |
| 2 | + |
| 3 | + This is a bugfix release which also brings in a utility script to add |
| 4 | + document object for some old drafts that are currently missing from |
| 5 | + the database. Details: |
| 6 | + |
| 7 | + * Merged in [14138] from rjsparks@nostrum.com: |
| 8 | + Added a script to process the id-archive and add Document objects for |
| 9 | + drafts that are currently missing from the datatracker. Fixes #1316. |
| 10 | + |
| 11 | + * Moved unidecode_name from utils.text to person.name. |
| 12 | + |
| 13 | + * Modified UserFactory to use a new locale for each new user, instead of the |
| 14 | + same locale for a whole test run. This (almost) ensures the exercise of |
| 15 | + code to deal with non-ascii names, something which would not happen if a |
| 16 | + locale with ascii names was chosen at the start of a run. |
| 17 | + |
| 18 | + * Modified name.initials() to not use non-word characters as initials. |
| 19 | + |
| 20 | + * Modified unidecode_name() to do more normalization, to conform to the |
| 21 | + conventions used in internet-drafts. |
| 22 | + |
| 23 | + * Added saving of the factory-boy random state in order to be able to re-run |
| 24 | + a test suite with the same pseudo-random sequence as in a previous failed |
| 25 | + run. |
| 26 | + |
| 27 | + * Fixed an issue with email formatting in test_api_submit_ok(). |
| 28 | + |
| 29 | + * Modified the draft author extraction code to deal better with names with |
| 30 | + embedded apostrophes. |
| 31 | + |
| 32 | + * Refined a test case which could fail incorrectly when PersonFactory |
| 33 | + produced multiple persons with the same name during a test run, using |
| 34 | + TestCase.assertMailboxContains(). |
| 35 | + |
| 36 | + * Added a new TestCase assertion: assertMailboxContains(), to be able to |
| 37 | + better express some test cases. |
| 38 | + |
| 39 | + * Updated the PLAN |
| 40 | + |
| 41 | + -- Henrik Levkowetz <henrik@levkowetz.com> 20 Sep 2017 21:12:32 +0000 |
| 42 | + |
| 43 | + |
1 | 44 | ietfdb (6.62.0) ietf; urgency=medium |
2 | 45 |
|
3 | 46 | **API for submission automation** |
|
0 commit comments