From 3ec39c86f327215c3744ca7621108fc05e286325 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 17 Jul 2019 20:28:53 +0000 Subject: [PATCH] Changelog entry for 6.99.1 - Legacy-Id: 16514 --- changelog | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/changelog b/changelog index dbcd51921..22e41480a 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,32 @@ +ietfdb (6.99.1) ietf; urgency=medium + + * Replaced six.ensure_str with django's force_str + + * Fixed a typo. + + * Changed PDF page-counting code to read PDF files as binary. + + * Replaced the email-sending logger.error() on bad Submission.submitter + email address with syslog logging. + + * Added a email gather handler for submission_submitter that tries an Alias + name lookuup if the submitter doesn't look as if it contains an email + address. This deals better with submission records that only has a name + in the submitter field. + + * Fixed some issues with the changed import path ietf.settings_local. + + * Changed import path for settings_local.py to work with absolute_import + under Py2, and also under Py3. + + * Changed agenda file reading to read files as binary when looking for + draft names listed in the agenda, in order to avoid issues with + older uploads using latin-1 or other encodings where the lower + 127 character match ASCII. + + -- Henrik Levkowetz 17 Jul 2019 18:47:17 +0000 + + ietfdb (6.99.0) ietf; urgency=medium **Python 3 compatible code**