]> git.donarmstrong.com Git - debbugs.git/blobdiff - debian/changelog
[project @ 2003-06-05 08:26:59 by cjwatson]
[debbugs.git] / debian / changelog
index 5b76bbcb34b03cf51a828a498727a31c80bc1b78..602954108cf2f8d64d79e135ecee556b26932232 100644 (file)
@@ -1,14 +1,33 @@
 debbugs (2.4.1) UNRELEASED; urgency=low
 
-  * Exit the CGI scripts straight away if the HTTP method is HEAD, to save
-    pointless work. [Colin]
-  * Display pending+fixed bugs as "fixed in NMU", not "pending upload".
-    [Colin]
-  * Add a man page for debbugsconfig. [Colin]
-  * Report original tags when changing them, closes: #170630. [Colin]
-  * Add missing <ul></ul> tags to db2html's output, closes: #50746. [Colin]
-  * Add a 'submitter' command to service, based on a patch by Matt Kraai.
-    [Colin]
+  * 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>  Mon, 25 Nov 2002 03:50:20 +0000