File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ietfdb (6.99.1) ietf; urgency=medium
2+
3+ * Replaced six.ensure_str with django's force_str
4+
5+ * Fixed a typo.
6+
7+ * Changed PDF page-counting code to read PDF files as binary.
8+
9+ * Replaced the email-sending logger.error() on bad Submission.submitter
10+ email address with syslog logging.
11+
12+ * Added a email gather handler for submission_submitter that tries an Alias
13+ name lookuup if the submitter doesn't look as if it contains an email
14+ address. This deals better with submission records that only has a name
15+ in the submitter field.
16+
17+ * Fixed some issues with the changed import path ietf.settings_local.
18+
19+ * Changed import path for settings_local.py to work with absolute_import
20+ under Py2, and also under Py3.
21+
22+ * Changed agenda file reading to read files as binary when looking for
23+ draft names listed in the agenda, in order to avoid issues with
24+ older uploads using latin-1 or other encodings where the lower
25+ 127 character match ASCII.
26+
27+ -- Henrik Levkowetz <henrik@levkowetz.com> 17 Jul 2019 18:47:17 +0000
28+
29+
130ietfdb (6.99.0) ietf; urgency=medium
231
332 **Python 3 compatible code**
You can’t perform that action at this time.
0 commit comments