From: cjwatson <> Date: Fri, 23 May 2003 05:53:39 +0000 (-0800) Subject: [project @ 2003-05-22 22:53:39 by cjwatson] X-Git-Tag: release/2.6.0~905 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=feb3834cf6624a9b43b1a814e0d6ab28dccdb20b;p=debbugs.git [project @ 2003-05-22 22:53:39 by cjwatson] Document MIME decoding. --- diff --git a/debian/changelog b/debian/changelog index f1281a69..549a9a41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ debbugs (2.4.1) UNRELEASED; urgency=low - Accept ';' as well as '&' as a CGI argument separator. - db2html now works with the new hashed database layout. - Disable the fixed severity in favour of the tag. + - MIME-encoded messages to bugs are displayed in decoded form on the web + interface (unless the "mime=no" parameter is used), closes: #136114. * Adam Heath: - Convert all code to use global read/write functions, instead of having it duplicated everwhere.