]> git.donarmstrong.com Git - debbugs.git/blob - debian/changelog
208a15455d588e233f3a4cbf840b24ffaf88c519
[debbugs.git] / debian / changelog
1 debbugs (2.4.2) UNRELEASED; urgency=low
2
3   * Anthony Towns:
4     - Add "package" command to service (control@) to limit the bugs that
5       the following commands apply to.
6
7   * Colin Watson:
8     - Add (slightly) fancy CGI decoding of message/* MIME types.
9     - CGI scripts now support multiple maintainers for a single package.
10     - Add support for an X-Debbugs-No-Ack: mail header to suppress
11       acknowledgements.
12     - Document how to deliver mail to debbugs via procmail and SpamAssassin.
13     - Implement new .status format that's extensible and easier to read; it
14       now lives in .summary rather than .status. Use debbugs-upgradestatus
15       to convert existing bug databases.
16     - Implement bug ownership, with new 'owner' and 'noowner' commands
17       (closes: #133453).
18
19  -- Colin Watson <cjwatson@debian.org>  Fri, 20 Jun 2003 18:57:25 +0100
20
21 debbugs (2.4.1) unstable; urgency=low
22
23   * Colin Watson:
24     - Exit the CGI scripts straight away if the HTTP method is HEAD, to save
25       pointless work.
26     - Display pending+fixed bugs as "fixed in NMU", not "pending upload".
27     - Add a man page for debbugsconfig.
28     - Report original tags when changing them, closes: #170630.
29     - Add missing <ul></ul> tags to db2html's output, closes: #50746.
30     - Add a 'submitter' command to service, based on a patch by Matt Kraai.
31     - Remove the final use of cgi-lib.pl, so it's gone. Remove copyright
32       notices that were there due to using it.
33     - Accept ';' as well as '&' as a CGI argument separator.
34     - db2html now works with the new hashed database layout.
35     - Disable the fixed severity in favour of the tag.
36     - MIME-encoded messages to bugs are displayed in decoded form on the web
37       interface (unless the "mime=no" parameter is used), closes: #136114.
38     - Add facility to search by tag.
39     - Fix rebuild script and add it to the example crontab, closes: #139696.
40     - Silence postinst warning if spool/db doesn't exist, closes: #194892.
41     - Clean up the definition and use of $gCGIDomain, closes: #139697.
42   * Adam Heath:
43     - Convert all code to use global read/write functions, instead of having
44       it duplicated everywhere.
45     - Trim trailing whitespace from pseudoheader values.  Closes: #153590.
46     - Warn when reassigning to an unknown package.  Closes: #60595.
47   * Josip Rodin:
48     - Added a terse=yes mode for bugreport.cgi, possibly useful for
49       monstrously long bugs.
50     - Purged needless date(1) forks, replaced with strftime.
51
52  -- Colin Watson <cjwatson@debian.org>  Fri,  6 Jun 2003 09:25:30 +0100
53
54 debbugs (2.4) experimental; urgency=low
55
56   * Updating the package with what's in CVS, even though this might
57     completely break things for people who've been using the previous also
58     broken package. <shrug> :) Upped the minor version since the changes
59     are noticeable, and uploaded to experimental, just in case.
60   * Applied speedup patch, that uses references, instead of copies.
61     Thanks to Thomas Smith. Closes: #87176. [Adam]
62   * Reverted some parts of the speedup patch because it breaks the API.
63     [Anthony]
64   * Bugs that are tagged fixed are now listed in a separate section in the
65     web pages. Patch from Colin Watson. Closes: #86922. [Adam]
66   * Added support for an additional Maintainers.override file, which is read
67     after the normal one. This allows the normal one to be externally
68     updated, but still have local overrides. [Adam]
69   * Put <title> and </title> on the same line as the title since some lame
70     browsers don't seem to like it otherwise. [Josip]
71   * Include a mailto: URI in the header for a bug report. [Adam]
72   * Added support for filtering on subject with include=subj:foo (exact
73     match, case sensitive). [Anthony]
74   * Added a missing http://, thanks to Julian Gilbey. [Anthony]
75   * Use by-*.idx indices to speed up pkgreport.cgi. [Anthony]
76   * Support "maint=" in pkgreport to give packages without a maintainer.
77     [Anthony]
78   * Updated Postfix documentation. [Darren]
79   * Use two variables in order to reduce the amount of path hard-coding.
80   * Added support for storing the files in a hashed directory (db-h), with
81     the same hash layout as archive/. [Adam]
82   * Added support for tracing of bug state changes. This date is in
83     $gSpoolDir/debbugs.trace. It is locked (as debbugs.trace.lock) while
84     accessed, and appended to. Currently, nothing uses this trace file and
85     it isn't even cleaned up, which can be easily fixed with a simple cron
86     job. [Adam]
87   * Tell sendmail to queue outgoing mail for later delivery, instead of
88     immediate delivery. [Adam]
89   * Added a keywords header to outgoing email responses. [Adam]
90   * Use Resent-From: if From: doesn't exist. [Adam]
91   * Added appropriate Reply-To: lines for the ACK messages that could use
92     them. [Josip]
93   * Add $gUnknownMaintainerEmail to the list of maintainers to mail in case
94     an package with no maintainer is referenced. [Adam]
95   * processall locks 'incoming-cleaner' before starting, so we don't have
96     multiple copies of it running at the same time. [Adam]
97   * Sort bugs tagged 'pending' as 'pending upload', between 'forwarded' and
98     'fixed'. [Adam]
99   * Add support for searching by source package.  pkgreport.cgi takes src=,
100     and both pkgreport.cgi and bugreport.cgi have enhanced HTML headers now.
101     [Adam]
102   * Add support in the CGIs for:
103     * 'raw' sorting. This does no grouping based on status or severity, and
104       just lists bugs in number order.
105     * reversing the order that bugs are displayed. This does not affect
106       severity or status ordering.
107     * inclusions/exclusions of status and severity. Also, support reverse
108       sorting of the above.
109   * Make it possible to ban people from control@bugs. [Anthony]
110   * Don't lie about missing Subject:s being an RFC822 violation, because
111     they aren't. [Anthony, Josip]
112   * Added preliminary support for ###-request. [Adam]
113   * Added preliminary fast indexing support. [Adam/Anthony (?)]
114   * Added preliminary support for CC:ing <src>@packages.qa.debian.org.
115     [Anthony]
116   * Added preliminary cloning support. [Anthony]
117   * Link to submitter's web page, patch from Matt Kraai. [Josip]
118   * The autoconfig thing in the description is gone, closes: #124537.
119   * Fix viewing archived bugs by source package, closes: #121082, #146484.
120     [Colin]
121   * Depends: libmailtools-perl rather than mailtools, closes: #113028.
122   * Add MIME support to process and service, and depend on libmime-perl as a
123     result, closes: #36813. [Colin]
124   * Trim Bug#12345: from the Subject:, not "Bug#12345: [", closes: #78123.
125     [Anthony]
126   * Be more careful about loop detection, closes: #113514. [Adam, Colin]
127   * Relax the syntax for 'tags' slightly, since people seem to use it that
128     way accidentally a lot, closes: #96164. [Colin]
129   * Give better feedback from pkgreport.cgi when querying a non-existent
130     package name, closes: #93433. [Colin]
131   * Remove support for -fixed address from receive, since nothing else
132     supports it. [Colin]
133   * Prevent people from reading the first line of arbitrary files through
134     bugreport.cgi, thanks to Max <rusmir@tula.net>. [Colin]
135   * Add working-for-me instructions for exim setup on non-dedicated sites,
136     together with Chad Miller's suggestions, closes: #78688. [Colin]
137   * Fix a few typos, closes: #146745, #152751.
138   * Update the copyright file with the current list of maintainers and a
139     pointer to ViewCVS.
140   * Remove lynx-cfg, and use 'lynx -cfg=/dev/null' instead. [Colin]
141   * Various other things, not worth mentioning here.
142
143  -- Colin Watson <cjwatson@debian.org>  Sun, 17 Nov 2002 17:54:49 +0000
144
145 debbugs (2.3-4) unstable; urgency=low
146
147   * Added a check for unwanted characters in the part of request passed on
148     to sendlynxdoc that gets passed to shell. [Josip]
149   * Applied Rob Browning's patches to remove more Debian-only stuff,
150     closes: #80077. [Josip]
151   * Fixed the nextnumber misplacement (it should be in spool dir, not config
152     dir), and added a note about running debbugsconfig after changes to
153     config file, thanks to Rob for the hints. [Josip]
154   * Changed Maintainer: to point to debian-debbugs. Added myself to
155     Uploaders:. [Josip]
156   * Fixed Lintian errors: file-in-etc-not-marked-as-conffile (except
157     for lynx-cfg which is a gross hack anyway),
158     virtual-package-depends-without-real-package-depends,
159     debian-changelog-file-contains-user-emacs-settings.
160
161  -- Josip Rodin <jrodin@jagor.srce.hr>  Thu,  7 Feb 2002 17:30:17 +0100
162
163 debbugs (2.3-3) unstable; urgency=low
164
165   * Fixed examples installation, debbugsconfig should actually work now,
166     closes: #77126. [Josip]
167   * Removed all traces of the package after purging, in postrm. [Josip]
168   * Added pkgindex.cgi, package/maintainer/submitter indices. [Anthony]
169   * Moved readparse to common.pl, since it's, well, common to all the cgi
170     stuff. Other fixes in common.pl. [Anthony]
171   * Moved some of the pkgreport.cgi logic from common.pl into pkgreport.cgi.
172     [Anthony]
173   * Random typo fixes in the CGIs. [Anthony]
174   * Made the CGI scripts use the common.pl from their directory and not
175     /usr/lib/debbugs nor ~ajt/newajbug. That stuff should actually _work_
176     now, argh. [Josip]
177   * Added bug subject and package name in closing messages. [Josip]
178   * Fixed errorlib filename (removed the .in part), this stuff should
179     actually _work_ now, argh. I shouldn't be repeating myself. [Josip]
180   * Escape +'s in URLs, closes: #75220. [Anthony]
181   * Skip checking for new installs or the config file, debbugsconfig needs
182     to regenerate the HTML, and it will detect existing conffiles. [Josip]
183
184  -- Josip Rodin <jrodin@jagor.srce.hr>  Fri,  1 Dec 2000 15:01:40 +0100
185
186 debbugs (2.3-2) unstable; urgency=low
187
188   * Tweaks to the [pkg|bug]report.cgi scripts
189   * Merged README and README.Debian (not quite yet)
190   * Sundry of patchs from netgod.. see list archives for details :)
191      + a bug report that's already been closed, it seems, #36147
192      + the send|get command will accept two digits, closes: #39063
193      + fixed reference to Debian in the copyright, closes: #39540
194   * Provided a CNAME in control@ as well as submit@ for severity
195   * mailsummary mails $gSummaryList@$gListDomain now, closes: #36181.
196   * Ray's fixes are now included, one way or another, closes: #37210.
197     A bug's severity is set to default one before trying to merge it,
198     which fixes #47026 filed against bugs.debian.org, and closes: #50106.
199   * The ACKs now clearly says which addresses should be mailed,
200     closes: #48610.
201   * Fixed how /usr/lib/debbugs is prepended to $PATH, closes: #63216.
202   * The $gHTMLSeverityDesc variable is now properly terminated,
203     closes: #67702.
204   * Policy 3.2.1 compliance, includes Build-Depends: debhelper, which
205     closes: #70356.
206   * Doesn't install the Maintainers and pseudo-packages.description files
207     in the /etc/debbugs directory, it instead copies it from templates if
208     they don't exist, closes: #70749, #37120.
209   * A `priority' command now handles severities, closes: #45818.
210   * Fixes and additions to scripts by Adam Heath.
211   * Fixes and several new features in the CGI scripts by Anthony Towns.
212   * Small fixes and updates to scripts, build system and docs by Josip Rodin.
213
214  -- Josip Rodin <jrodin@jagor.srce.hr>  Wed,  8 Nov 2000 19:12:01 +0100
215
216 debbugs (2.3-1) unstable; urgency=low
217
218   * Fixed the send message bug that resulted in the same words (subject)
219     being printed out over and over and over again
220   * Added CGI scripts to make retrieval of individual bug reports realtime
221   * Created upgrade notes from 2.2 to 2.3
222   * Added a variable for where the "mailsummary" reports go
223   * Added optional bug archiving for expired bugs
224   * Added "fixed" to the default severities
225   * Some scripts are now perl -w clean.
226   * Added "severity display" to "Summary of outstanding reports" 
227     (db/ix/summary.html and db/ix/psummary.html)
228   * Added a variable to allow for a uniformed <BODY> and starting text tag
229   * Send both message that closes and original bug to bug submitter
230   * Fixed X-Debbugs-CC header
231   * Improved ability to skip pgp signed and mime encoded messages when
232     looking for commands (control@ and request@) and pseudo headers
233     (submit@)
234   * Cosmetic changes...
235
236  -- Darren Benham <gecko@debian.org>  Tue, 27 Jul 1999 11:27:22 -0700
237
238 debbugs (2.2-3) unstable; urgency=low
239
240   * Perl Depends change
241
242  -- Darren Benham <gecko@debian.org>  Tue, 27 Jul 1999 11:27:22 -0700
243
244 debbugs (2.2-2) unstable; urgency=low
245
246   * Added mailtools to dependency
247
248  -- Darren Benham <gecko@debian.org>  Thu, 13 May 1999 13:13:15 -0700
249
250 debbugs (2.2-1) unstable; urgency=low
251
252   * NATIVE Qmail (mailer) support!  No more "other MTA" needed
253         for Qmail users!
254   * Improved sendmail support.
255   * Changed lynx dependancies to simply "lynx"
256   * fixed bad spelling in service script (fixes #36205)
257
258  -- Darren Benham <gecko@debian.org>  Thu,  8 Apr 1999 16:00:32 -0700
259
260 debbugs (2.1-1) unstable; urgency=low
261
262   * Added variable in "bad email" message (receive)
263   * Fixed SUBSTITUTE_DTIME in main html pages
264   * Changed crontab sample (had bad directories)
265   * Added some documentation for MTA setup
266   * Added support for sendmail
267   * Removed use of btoa to move change around.  It's non-free.
268
269  -- Darren Benham <gecko@debian.org>  Thu,  1 Apr 1999 14:17:01 -0800
270
271 debbugs (2.0-1) unstable; urgency=low
272
273   * First public release of deb
274   * Config modification implemented
275
276  -- Darren Benham <gecko@debian.org>  Sat, 27 Mar 1999 10:37:37 -0800
277
278 debbugs (1.0-4) unstable; urgency=low
279
280   * Tried a stopgap measure for config files
281
282  -- Darren Benham <gecko@debian.org>  Mon, 15 Feb 1999 22:11:08 -0800
283
284 debbugs (1.0-3) unstable; urgency=low
285
286   * $gListDomain yet again
287   * removed nextnumber, config and text from deb for time bing
288
289  -- Darren Benham <gecko@debian.org>  Wed, 10 Feb 1999 11:09:47 -0800
290
291 debbugs (1.0-2) unstable; urgency=low
292
293   * internal release
294   * fixed scripting bugs in list email
295
296  -- Darren Benham <gecko@debian.org>  Wed, 10 Feb 1999 10:39:18 -0800
297
298 debbugs (1.0-1) unstable; urgency=low
299
300   * Initial Release.
301
302  -- Darren Benham <gecko@debian.org>  Thu, 21 Jan 1999 20:55:51 -0800