Skip to content

6.21.1

Compare
Choose a tag to compare
@NGPixel NGPixel released this 16 Mar 22:45
· 9069 commits to main since this release

Release Date: Fri, June 10, 2016 at 9:45 AM UTC
Release Author: Henrik Levkowetz


This is a bugfix patch release, in preparation for an upcoming feature
release. Excerpt from the commitlog:

  • Fixed a problem with accessing a group's workflow customisation page
    from /group/{{acronym}} instead of /wg/{{acronym}}/.

  • Changed the acceptable mime type for uploaded xml files to be either
    text/xml or application/xml.

  • Fixed a bug found by rjsparks@nostrum.com in the submission test text
    output.

  • 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.


Coverage

chart