diff options
author | Mark Sapiro <mark@msapiro.net> | 2019-06-05 16:39:30 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2019-06-05 16:39:30 -0700 |
commit | 9c512c07b877fe8c218295c9515c32a2cb4c544a (patch) | |
tree | 63b7fa46d28d31d65c9fb96fcccc849e5808ca78 /NEWS | |
parent | e924228ee33e529f4a9d63b9bdf88ff0d187c76f (diff) | |
download | mailman2-9c512c07b877fe8c218295c9515c32a2cb4c544a.tar.gz mailman2-9c512c07b877fe8c218295c9515c32a2cb4c544a.tar.xz mailman2-9c512c07b877fe8c218295c9515c32a2cb4c544a.zip |
Fixed missing <> in List-ID with invalid char in description.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -43,6 +43,10 @@ Here is a history of user visible changes to Mailman. - Fixed the spelling of the --no-restart option for mailmanctl. + - Fixed an issue where certain combinations of charset and invalid + characters in a list's description could produce a List-ID header + without angle brackets. (LP: #1831321) + 2.1.29 (24-Jul-2018) Bug Fixes |