~ubuntu-branches/debian/squeeze/debbugs/squeeze

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2003-06-06 09:25:30 UTC
  • Revision ID: james.westby@ubuntu.com-20030606092530-0tnoi4bc3xcrusm3
Tags: 2.4.1
* 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
This package was debianized by Johnie Ingram <johnie@debian.org> on
2
 
Tue, Jan  6 10:20:12 EST 1998. It is maintained by Darren Benham
3
 
<gecko@debian.org>.
 
2
Tue, Jan  6 10:20:12 EST 1998. It is maintained by the Debbugs developers
 
3
<debian-debbugs@lists.debian.org>, who are currently:
 
4
 
 
5
        Adam Heath <doogie@debian.org>
 
6
        Josip Rodin <jrodin@jagor.srce.hr>
 
7
        Anthony Towns <ajt@debian.org>
 
8
        Colin Watson <cjwatson@debian.org>
 
9
 
 
10
Former developers have been:
 
11
 
 
12
        Ian Jackson <ijackson@chiark.greenend.org.uk>
 
13
        Darren Benham <gecko@debian.org>
4
14
 
5
15
The sources can be found at:
6
 
        http://benham.net/debbugs/
 
16
        http://cvs.debian.org/?cvsroot=debbugs
7
17
 
8
18
Copyright 1999 Darren O. Benham <gecko@debian.org>
9
19
Copyright 1994,1995,1996,1997 Ian Jackson <ijackson@chiark.greenend.org.uk>
10
20
Copyright 1997 nCipher Corporation Limited
11
 
Copyright 1995 Steven Brenner (for cgi-lib.pl).
12
21
 
13
22
This bug system is free software; you can redistribute it and/or modify it
14
23
under the terms of the GNU General Public License as published by the Free