Skip to content

Commit 3ec39c8

Browse files
committed
Changelog entry for 6.99.1
- Legacy-Id: 16514
1 parent bbff4b0 commit 3ec39c8

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

changelog

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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+
130
ietfdb (6.99.0) ietf; urgency=medium
231

332
**Python 3 compatible code**

0 commit comments

Comments
 (0)