|
1 | 1 | ietfdb (6.99.1) ietf; urgency=medium |
2 | 2 |
|
3 | | - * Replaced six.ensure_str with django's force_str |
| 3 | + This bugfix release contains a number of fixes for issues with the big |
| 4 | + Python 3 conversion release, many of which has already been patched in |
| 5 | + production. Additionally, there are some fixes related to new slide upload |
| 6 | + functionality and the test suite. From the commit log: |
4 | 7 |
|
5 | | - * Fixed a typo. |
| 8 | + * Fixed some issues with the Py2/3 changes to the populate_yang_model_dirs |
| 9 | + management command. |
| 10 | + |
| 11 | + * Added a check for submitter found before trying to get submitter name and |
| 12 | + email when generating email notification address lists. |
| 13 | + |
| 14 | + * Shortened generated document titles a tad, to avoid line wrapping in |
| 15 | + the IESG agenda package (which sometimes breaks the relevant tests). |
| 16 | + |
| 17 | + * Merged in [16515] from rjsparks@nostrum.com: |
| 18 | + Save files correctly when updates to an existing set of slides are |
| 19 | + proposed. Fixes #2748. |
| 20 | + |
| 21 | + * Added information about versions (Datatracker, Python, and Django) at |
| 22 | + the beginning of test suite runs, to be able to clearly see which Python |
| 23 | + and Django versions were used during a test run. |
| 24 | + |
| 25 | + * Replaced six.ensure_str with django's force_str, in order to be able |
| 26 | + to use earlier versions of six which more frequently are available on |
| 27 | + the development and production target platforms. |
6 | 28 |
|
7 | 29 | * Changed PDF page-counting code to read PDF files as binary. |
8 | 30 |
|
9 | 31 | * Replaced the email-sending logger.error() on bad Submission.submitter |
10 | 32 | email address with syslog logging. |
11 | 33 |
|
12 | | - * Added a email gather handler for submission_submitter that tries an Alias |
| 34 | + * Added an email gather handler for submission_submitter that tries an Alias |
13 | 35 | name lookuup if the submitter doesn't look as if it contains an email |
14 | 36 | address. This deals better with submission records that only has a name |
15 | 37 | in the submitter field. |
16 | 38 |
|
17 | | - * Fixed some issues with the changed import path ietf.settings_local. |
18 | | - |
19 | 39 | * Changed import path for settings_local.py to work with absolute_import |
20 | 40 | under Py2, and also under Py3. |
21 | 41 |
|
|
0 commit comments