From 727da873dc1217d9227a4121943c3035a8a31de4 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 1 Jun 2016 15:35:03 +0000 Subject: [PATCH] Changelog information for 6.21.1 - Legacy-Id: 11258 --- changelog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/changelog b/changelog index b57b9223e..359bdf452 100644 --- a/changelog +++ b/changelog @@ -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 01 Jun 2016 08:20:55 -0700 + + ietfdb (6.21.0) ietf; urgency=medium **Rewritten document tracking support**