Change logs for debbugs source package in Warty

  • 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 <email address hidden>  Fri,  6 Jun 2003 09:25:30 +0100