X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=9683999e0fbc43fce7fe6143a99afef14243406a;hb=0a5029a4ff3cf769863c3f6ba9ca82e68fbd9534;hp=f1281a6929aea6835b75ad75946d4994c7b4aa0b;hpb=397f769013a7c356d4f0dcc96acd4c0370b9c338;p=debbugs.git diff --git a/debian/changelog b/debian/changelog index f1281a6..9683999 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,40 @@ -debbugs (2.4.1) UNRELEASED; urgency=low +debbugs (2.4.2) UNRELEASED; urgency=low + + * Anthony Towns: + - Add "package" command to service (control@) to limit the bugs that + the following commands apply to. + + * Colin Watson: + - Add (slightly) fancy CGI decoding of message/* MIME types. + - CGI scripts now support multiple maintainers for a single package. + - Add support for an X-Debbugs-No-Ack: mail header to suppress + acknowledgements. + - Document how to deliver mail to debbugs via procmail and SpamAssassin. + - Implement new .status format that's extensible and easier to read; it + now lives in .summary rather than .status. Use debbugs-upgradestatus + to convert existing bug databases. + - Implement bug ownership, with new 'owner' and 'noowner' commands + (closes: #133453). + - Install Debian configuration in the binary package's examples + directory (closes: #222118). + - New standalone SpamAssassin queue runner, spamscan. + + * Adam Heath: + - Rewrite filtering in cgi's common.pl, to make it completely generic. + Filtering can now work against any field. + - Rewrite grouping logic in cgi's common.pl, to make it completely + generic. There is now no longer 2 nested loops, to do the grouping. + This makes adding new grouping levels simpler for the future. + - Add in a Table of Contents to pkgreport.cgi. + - Display how long until a resolved bug will be archived in + pkgreport.cgi. + - Add user-agent detection. This currently doesn't change anything, + however. + - Add options show_list_(head|foot)er. + + -- Colin Watson Fri, 20 Jun 2003 18:57:25 +0100 + +debbugs (2.4.1) unstable; urgency=low * Colin Watson: - Exit the CGI scripts straight away if the HTTP method is HEAD, to save @@ -13,13 +49,23 @@ 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. + - Add facility to search by tag. + - Fix rebuild script and add it to the example crontab, closes: #139696. + - Silence postinst warning if spool/db doesn't exist, closes: #194892. + - Clean up the definition and use of $gCGIDomain, closes: #139697. * Adam Heath: - Convert all code to use global read/write functions, instead of having - it duplicated everwhere. + it duplicated everywhere. - Trim trailing whitespace from pseudoheader values. Closes: #153590. - Warn when reassigning to an unknown package. Closes: #60595. + * Josip Rodin: + - Added a terse=yes mode for bugreport.cgi, possibly useful for + monstrously long bugs. + - Purged needless date(1) forks, replaced with strftime. - -- Colin Watson Mon, 25 Nov 2002 03:50:20 +0000 + -- Colin Watson Fri, 6 Jun 2003 09:25:30 +0100 debbugs (2.4) experimental; urgency=low