Skip to content

6.130.1

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

Summary: Bugfixes
Release Date: Mon, May 18, 2020 at 4:46 AM UTC
Release Author: Henrik Levkowetz


From the commit log:

  • Merged in [17797] from rjsparks@nostrum.com:
    Better use of group type in interim announcement tools. Fixes #2989.

  • Refactored many instances of msg.get_payload(decode=True).decode('utf-8')
    and similar to get_payload_text(msg), which uses msg.get_charset() to get
    the actual charset to do the decoding in a consistent manner. Also
    removed some instances of force_str (but more remain).

  • Added group chair/secretary role information to the personal meetecho
    key API return.

  • Added a bunch of drafts for which we don't have text files to the
    test-crawler exclusion list.

  • Fleshed out a review test slightly, and did some refactoring.

  • Added an utility function to get email payload as unicode text.

  • Merged in [17794] from mark@painless-security.com:
    Add the msg variable for interpolation on reviewer availability
    change emails, and reformat the add-a-period email. Fixes #2891.

  • Merged in [17722] from mark@painless-security.com:
    Remove the experimental verbiage from the references / referenced by
    pages. Fixes #2857.

  • Fixed a bug in upcoming() leading to entries before the current date
    being shown.


Coverage

chart