]> git.donarmstrong.com Git - debbugs.git/blobdiff - debian/changelog
[project @ 2004-01-26 00:37:15 by cjwatson]
[debbugs.git] / debian / changelog
index f1281a6929aea6835b75ad75946d4994c7b4aa0b..9683999e0fbc43fce7fe6143a99afef14243406a 100644 (file)
@@ -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 <cjwatson@debian.org>  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 <cjwatson@debian.org>  Mon, 25 Nov 2002 03:50:20 +0000
+ -- Colin Watson <cjwatson@debian.org>  Fri,  6 Jun 2003 09:25:30 +0100
 
 debbugs (2.4) experimental; urgency=low