Changelog information for 6.21.1

- Legacy-Id: 11258
This commit is contained in:
Henrik Levkowetz 2016-06-01 15:35:03 +00:00
parent b9fa1905c3
commit 727da873dc

View file

@ -1,3 +1,27 @@
ietfdb (6.21.1) ietf; urgency=medium
* Fixed a problem with person alias updates where get_or_create() could
find two results for one alias name because utf8_general_ci collation would
match multiple different utf8 forms to the same name.
* Added an initial migration for messages.
* Added a tiny script which extracts test coverage figures from the
release-coverage.json data.
* Updated maximum file-sizes for draft submissions. Added some
Trac-glue-related settings.
* Changed some instances of error strings from ascii to unicode in order
to avoid problems with unicode error messages, such as the file size
indications generated by django.template.defaultfilters.filesizeformat().
* Prevented people from adding ietf list-addresses to their personal
accounts.
-- Henrik Levkowetz <henrik@levkowetz.com> 01 Jun 2016 08:20:55 -0700
ietfdb (6.21.0) ietf; urgency=medium
**Rewritten document tracking support**