diff options
| author | Barry Warsaw | 2014-11-29 15:10:59 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-11-29 15:10:59 -0500 |
| commit | e3357a5c0b4a708d793052efcc5c7d2a5dd3c1ba (patch) | |
| tree | aadf3f80f4559b82995eee9e851627fc0a70ab7f /src/mailman/docs | |
| parent | 59110812266f4b1b3c73a6fb29fbb99da2dc31c3 (diff) | |
| parent | 43b8f3f8faeccec1726466455f0affa9e98880d5 (diff) | |
| download | mailman-e3357a5c0b4a708d793052efcc5c7d2a5dd3c1ba.tar.gz mailman-e3357a5c0b4a708d793052efcc5c7d2a5dd3c1ba.tar.zst mailman-e3357a5c0b4a708d793052efcc5c7d2a5dd3c1ba.zip | |
* Fixed Unicode errors in the digest runner and when sending messages to the
site owner as a fallback. Given by Aurélien Bompard. (LP: #1130957).
Also:
* Convert some uses of the unicode() built-in to bytes.decode() in
preparation for Python 3 and to eliminate some pyflakes errors.
* Added LogFileMark.read() as a convenience method.
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 6223dc9d0..5afc6a1e0 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -12,6 +12,11 @@ Here is a history of user visible changes to Mailman. ==================================== (2014-XX-XX) +Bugs +---- + * Fixed Unicode errors in the digest runner and when sending messages to the + site owner as a fallback. Given by Aurélien Bompard. (LP: #1130957). + Commands -------- * The `mailman conf` command no longer takes the `-t/--sort` option; the |
