Skip to content

Commit 42861de

Browse files
committed
Updated changelog entry for release 6.99.1
- Legacy-Id: 16522
1 parent 8adae61 commit 42861de

1 file changed

Lines changed: 25 additions & 5 deletions

File tree

changelog

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,41 @@
11
ietfdb (6.99.1) ietf; urgency=medium
22

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:
47

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.
628

729
* Changed PDF page-counting code to read PDF files as binary.
830

931
* Replaced the email-sending logger.error() on bad Submission.submitter
1032
email address with syslog logging.
1133

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
1335
name lookuup if the submitter doesn't look as if it contains an email
1436
address. This deals better with submission records that only has a name
1537
in the submitter field.
1638

17-
* Fixed some issues with the changed import path ietf.settings_local.
18-
1939
* Changed import path for settings_local.py to work with absolute_import
2040
under Py2, and also under Py3.
2141

0 commit comments

Comments
 (0)