]> git.donarmstrong.com Git - debbugs.git/blobdiff - debian/changelog
[project @ 2003-08-30 00:15:15 by cjwatson]
[debbugs.git] / debian / changelog
index 029368fa88b7d097b071532cf300a10dcf613454..208a15455d588e233f3a4cbf840b24ffaf88c519 100644 (file)
@@ -1,3 +1,56 @@
+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).
+
+ -- 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
+      pointless work.
+    - Display pending+fixed bugs as "fixed in NMU", not "pending upload".
+    - Add a man page for debbugsconfig.
+    - Report original tags when changing them, closes: #170630.
+    - Add missing <ul></ul> tags to db2html's output, closes: #50746.
+    - Add a 'submitter' command to service, based on a patch by Matt Kraai.
+    - Remove the final use of cgi-lib.pl, so it's gone. Remove copyright
+      notices that were there due to using it.
+    - 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 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>  Fri,  6 Jun 2003 09:25:30 +0100
+
 debbugs (2.4) experimental; urgency=low
 
   * Updating the package with what's in CVS, even though this might
@@ -77,10 +130,17 @@ debbugs (2.4) experimental; urgency=low
     package name, closes: #93433. [Colin]
   * Remove support for -fixed address from receive, since nothing else
     supports it. [Colin]
+  * Prevent people from reading the first line of arbitrary files through
+    bugreport.cgi, thanks to Max <rusmir@tula.net>. [Colin]
+  * Add working-for-me instructions for exim setup on non-dedicated sites,
+    together with Chad Miller's suggestions, closes: #78688. [Colin]
   * Fix a few typos, closes: #146745, #152751.
+  * Update the copyright file with the current list of maintainers and a
+    pointer to ViewCVS.
+  * Remove lynx-cfg, and use 'lynx -cfg=/dev/null' instead. [Colin]
   * Various other things, not worth mentioning here.
 
- -- Josip Rodin <jrodin@jagor.srce.hr>  UNRELEASED
+ -- Colin Watson <cjwatson@debian.org>  Sun, 17 Nov 2002 17:54:49 +0000
 
 debbugs (2.3-4) unstable; urgency=low