]> git.donarmstrong.com Git - debbugs.git/blob - debian/changelog
Fix lack of archive support in pkgindex.cgi.
[debbugs.git] / debian / changelog
1 debbugs (2.4.2~exp2) UNRELEASED; urgency=low
2
3   [ Don Armstrong ]
4   * Hack around elinks css bug (closes: #593804)
5   * affects now appends packages by default (closes: #656371). Thanks to
6     Andreas Beckmann and Julien Cristau.
7   * Fix spacing in owner block (closes: #670411)
8   * Fix double encoding issues (closes: #672432)
9   * Fix encoding in cgi
10   * Fix installation of templates (closes: #686928). Thanks to Mike
11     Gabriel.
12   * Only remove list headers if the message appears to have traversed a
13     mailing list to get to us. (closes: #690408)
14   * Fix lack of archive support in pkgindex.cgi.
15
16   [Thanks to Arnout Engelen: ]
17   * Add Homepage (closes: #670555).
18   * Fix VCS in control (closes: #670556).
19   * Link to blocked bugs (closes: #670568).
20
21   [ Mike Gabriel ]
22   * /debian/control:
23     + Add ${misc:Depends} to Depends.
24   * /examples/apache.conf:
25     - Assure in apache.conf example that documentation html pages get loaded
26       (closes: #686943).
27     - Rewrite rule example: http://<webhost>/<nnn> -> show bug report for
28       bug <nnn>.
29     - Be more generic, comment out rewrite rule that directly redirects
30       http://<debbugs-webhost>/ to http://www.debian.org/Bugs.
31     - Extend examples/apache.conf, add directory rules. Esp. allow Indexes to be
32       overridden in /var/lib/debbugs/www/db to allow mod_expires apache
33       configuration options in .htaccess.
34   * Load bugs.css file in documentation html pages.
35   * Fix sani function in scripts/errorlib. Generate html entities correctly
36     (prepend ampersand, append semicolon).
37   * Fix pkgindex.cgi concerning several issues: load proper Perl modules,
38     replace usage of src_url and pkg_url by package_links, use
39     html_tail from templates, use count_bugs everywhere, load bugs.css,
40     fix global variable usage in html header (closes: #686940).
41   * Add empty $gBugSubscriptionDomain variable to config file template.
42   * Remove mailing list markers of the form [<list-name>] from the subject
43     line to avoid duplication (and more) of the bug number when replying to
44     bug postings.
45   * Update postfix section in Readme.mail (closes: #688109).
46   * Provide gStrongList configuration option in config file to make
47     a site admin aware of its existence (closes: #688345).
48   * Make sure that mails to gSubscriptionDomain and gBugSubscriptionDomain
49     are only sent out if the variables in config are defined and
50     have a lenght < 0 (closes: #688344).
51   * Use locale independent date format for mail processing and service mail
52     generation (closes: #688745).
53
54  -- Don Armstrong <don@debian.org>  Wed, 25 Aug 2010 01:57:38 -0700
55
56 debbugs (2.4.2~exp1) experimental; urgency=low
57
58   * Allow (almost) exactly what RFC2822 allows in comments (closes:
59     #497144)
60   * Fix problem with non-existant /etc/debbugs/config
61   * Ditch \r and \n in status fields (closes: #545895)
62   * Properly handle source packages when searching by maintainer; use
63     package_maintainer instead of the hashes (closes: #556863)
64   * Handle \r properly in Debbugs::MIME for PGP signatures
65     (closes: #565981). Thanks to Mike Hommey
66   * Allow type to be text as well as text/(something not html)
67     (closes: #566068). Thanks to Mike Hommey.
68   * Fix links to PTS pages for src packages (closes: #566089). Thanks to
69     Sandro Tosi.
70   * Fix affects for source packages (closes: #563470). Thanks to Charles
71     Plessy.
72   * Allow tag instead of tags; silently normalize it (closes: #567407).
73     Thanks to Martin Krafft.
74   * Properly handle Forwarded: at submit@ time (closes: #568020). Thanks
75     to Martin Krafft.
76   * Fix source package src: urls (closes: #567439). Thanks to Paul Wise.
77   * Use package_maintainer to search for packages maintained by a
78     maintainer (closes: #556863). Thanks to Yves-Alexis Perez.
79   * Linkify CVE reports (closes: #568464). Thanks to Martin Zobel-Helas.
80   * Fix noaffects option
81   * Allow the default sendmail options to be specified in the config file;
82     don't use -obq by default anymore.
83   * Add urls to control@ mail footer (Closes: #578822). Thanks to Lars
84     Wirzenius
85   * Don't RFC1522 escape ", ( and ). (Closes: #588859). Thanks to Glenn
86     Morris
87   * Various changes to make debbugs-local work better (Closes: #585796) 
88     - Add libnet-server-fork-perl to Depends for debbugs-local
89     - Sanitize env in -T code
90
91  -- Don Armstrong <don@debian.org>  Thu, 05 Aug 2010 21:54:12 -0700
92
93 debbugs (2.4.2~exp0) experimental; urgency=low
94
95   [ Anthony Towns ]
96   * Add "package" command to service (control@) to limit the bugs that
97     the following commands apply to.
98
99   [ Colin Watson ]
100   * Add (slightly) fancy CGI decoding of message/* MIME types.
101   * CGI scripts now support multiple maintainers for a single package.
102   * Add support for an X-Debbugs-No-Ack: mail header to suppress
103     acknowledgements.
104   * Document how to deliver mail to debbugs via procmail and SpamAssassin.
105   * Implement new .status format that's extensible and easier to read; it
106     now lives in .summary rather than .status. Use debbugs-upgradestatus
107     to convert existing bug databases.
108   * Implement bug ownership, with new 'owner' and 'noowner' commands and
109     Owner: pseudo-header (closes: #133453).
110   * Install Debian configuration in the binary package's examples
111     directory (closes: #222118).
112   * New standalone SpamAssassin queue runner, spamscan.
113   * Allow # prefix on bug numbers in 'merge' command.
114   * Fix some ordering issues in old-style package pages and summaries.
115   * Add X-$gProject-PR-Message: headers to all mails sent by service.
116   * debbugsconfig creates required directories in $gSpoolDir
117     (closes: #222077).
118   * Decode RFC1522 mail headers for display in the web interface.
119     bugreport.cgi and pkgreport.cgi now output UTF-8.
120   * Properly support multiple submitter addresses on a single bug.
121   * Add a number of extra htmlsanit() calls to prevent cross-site
122     scripting attacks.
123
124   [ Adam Heath ]
125   * Rewrite filtering in cgi's common.pl, to make it completely generic.
126     Filtering can now work against any field.
127   * Rewrite grouping logic in cgi's common.pl, to make it completely
128     generic.  There is now no longer 2 nested loops, to do the grouping.
129     This makes adding new grouping levels simpler for the future.
130   * Add in a Table of Contents to pkgreport.cgi.
131   * Display how long until a resolved bug will be archived in
132     pkgreport.cgi.
133   * Add user-agent detection.  This currently doesn't change anything,
134     however.
135   * Add options show_list_(head|foot)er.
136
137   [ Don Armstrong ]
138   * Don't remove the maintainer address if the message was sent by the
139     maintainer and we're submitting to maintonly (closes: #140061)
140   * Use uri_escape to escape URI's before sending them back out so the
141     name of the file doesn't munge the query string. [#301606 pt. 1]
142   * call decode_rfc1522 on the filename returned so that encoded
143     filenames get decoded to something "reasonable." (closes: #301606)
144   * We now require URI::Escape
145   * Added apache.conf to examples, which is a sample apache
146     configuration file which implements the rewrite rules that are
147     currently used on bugs.debian.org. (closes: #222264)
148   * Change spamscan.in to work with SA 3.0; This is an incompatible
149     change with SA 2.6, and as such, we now Suggests: spamassassin 
150     (>=3.0) (closes: #290501)
151   * Update MTA to exim4 (closes: #228597) and add instructions on using
152     exim 4 (thanks to Marc Haber) (closes: #248335)
153   * Added per bug subscription support to debbugs, which relies on an
154     external MLM to actually deal with the requests; currently works with
155     eoc and sends messages to bugnum\@$gListDomain. (closes: #34071)
156   * Change bugreport.cgi to use Debbugs::Log and greately simplify the
157     process of outputing the bug log.
158   * All RFC1522 subject lines are decoded, both in the html information
159     and the message headers. All messages are converted to UTF-8 whereever
160     possible; all bugreport.cgi pages are now completely in UTF-8 to the
161     degree possible using Encode.pm (closes: #46848,#238984)
162   * Add a convert_to_utf8 function to Debbugs::Mime to make the above
163     possible; abstracts functionality that was already present in the
164     decode_rfc1522 fucntionality.
165   * Individual messages can now be downloaded from each bug report
166     (closes: #95373)
167   * Uninteresting headers are now hidden by default, can be renabled
168     with &trim=no (closes: #188561)
169   * Fix postfix instructions in README.mail (thanks to Jeff Teunissen)
170     (closes: #134166)
171   * Display old severity when changing severity (closes: #196947)
172   * All messages that originate from the BTS and either go to .log files
173     or out to users are now properly RFC1522 encoded. (closes: #306068)
174   * Add links to cloned bugs (closes: #217960) and forwarded records
175     that look like urls in the html records output by bugreport.cgi.
176   * Things that look like urls in message bodies are now linked
177     (closes: #168962)
178   * Add Debbugs::Mail module that has two important functions:
179     send_mail_message and encode_headers. All mail handling in service.in
180     and process.in now uses send_mail_message to send mail messages which
181     tries as hard as possible to send a message; if it fails, only
182     warnings are returned. This fixes bad addresses causing sendmail to
183     exit and destroying the bug log. (closes: #191306)
184   * Add rudimentary Test::More modules for testing Debbugs::Mime and
185     Debbugs::Mail.
186   * Allow X-debbugs-* to be set in pseudo headers. (closes: #179340)
187   * Obey X-Debbugs-No-Ack in control@ messages. (closes: #201825)
188   * Allow forwarded: and owner to be set at submit@ time.
189     (closes:#128320)
190   * Fix example rewrite rules to allow for #1234 and foo+bar@baz.com
191     (closes: #321925)
192   * Output proper charset for attachments (closes: #335813)
193   * Use MIME encodings to attach messages in close and done.
194     (closes: #136654)
195   * Add a forcemerge command to service.in to allow forcibly merging
196     bugs which are in the same package. (closes: #286792)
197   * Make all packages lowercase to support packages with uppercase
198     names, even though that's insane. (closes: #67067)
199   * Change acknowledged to close (closes: #61341) and indicate who
200     actually closed the bug (closes: #355968, #132274)
201   * Fix the documentation of clone to indicate that you need at least
202     one newID (closes: #276747)
203   * Use create_mime_message to send all of the mails which may contain
204     UTF8 material. (closes: #364026)
205   * Add links to Closes: text for closed bugs. (closes: #320986)
206   * Add X-$gProject-PR-Source: line (closes: #219230)
207   * Use the %cats data structure properly in pkgreport.cgi
208     (closes: #367514)  
209   * Document nnn.*@foobar addresses (closes: #188670)
210   * Support cloned bugs in control blocking (closes: #337329)
211   * Indicate which bugs are blocked after blocking (closes: #367496)
212   * Obey package for usertags (closes: #376528)
213   * Add link to subscribe to a bug (closes: #353260)
214   * Don't lc owner or forwarded at submit time (closes: #288384)
215   * Explain how to close bugs in the ack message (closes: #37605)
216   * Make the moreinfo ack more general (closes: #70810)
217   * Use RFC compliant dates in headers (closes: #362935)
218   * Add SOAP support (closes: #377520) Thanks to Raphael Hertzog.
219   * Split forwarded on commas for linking (closes: #367813,#473272)
220   * Don't display duplicate bugs (closes: #348116)
221   * Display links to archived bugs for all searches (closes: #53710)
222   * Link to blocked bugs in the bugreport.cgi output (closes: #326077)
223   * Don't ask for more bugs if there is no maintainer (closes: #355190)
224   * Stop refering to developers on the index page (closes: #355786)
225   * Change control@ stop regex and documentation to match eachother
226     (closes: #366093)
227   * Make it obvious when commands to control have failed
228     (closes: #344184)
229   * Fix javascript error in pkgreport.cgi (closes: #346043)
230   * When a bug can't be found in control@; indicate to user that it may
231     be archived. (closes: #153536)
232   * my_url in pkgreport.cgi now returns the complete url (closes: #378566)
233   * Document precisely how forwarded works (closes: #228049)
234   * Dissallow forwarded being set to a $gEmailDomain address
235     (closes: #397486)
236   * Fix broken sorting by usertags by forcing numeric (closes: #395027)
237   * Add support for hiding useless messages; thanks to Sune Vuorela.
238     (closes: #406020)
239   * Fix arrayrefs leaking into the myurl function (closes: #397344)
240   * List bugs being blocked (closes: #356680)
241   * Fix multiple submitters for a single bug in the index
242     (closes: #402362)
243   * Marking a bug as fixed now overrides a found at that exact version
244     (closes: #395865)
245   * When searching by source package, include the source package itself
246     in the list of packages to search for, even if there is no binary
247     package called that. (closes: #414825)
248   * Add link from singlemsg page to main page; remove useless links
249     (closes: #404806)
250   * Support usertagging cloned bugs (closes: #375697)
251   * List previous/new title when retitling, and show date of control
252     actions (closes: #127354)
253   * Add searching by owner (closes: #345407)
254   * Accept colon after package in control mails (closes: #319720)
255   * Make e-mail addresses case insensitive for searching
256     (closes: #89569)
257   * pkgindex.cgi limits its output with pagination (closes: #23018)
258   * lc submitter address for comparsion in pkgreport.cgi
259     (closes: #415628)
260   * Add quotes around retitle'd titles (closes: #419202)
261   * Don't automatically make categories hidden (closes: #415932)
262   * Don't duplicate ordering (closes: #415931)
263   * Make file locking portable (closes: #293277)
264   * Allow the package pages to be optional (closes: #234362)
265   * Fix package link code and link both packages (closes: #419553)
266   * Save leading space when we unmime (closes: #416321)
267   * Make the version regex correct (closes: #425614)
268   * Indicate the selected user (closes: #422934)
269   * Use source package for usertags where possible (closes: #415933)
270   * Add PR-Package header for control messages (closes: #414023)
271   * Fix double leading spaces of format=flowed messages
272     (closes: #428056)
273   * Don't doubly select users
274   * Implement versioning aware archiving support (closes: #339141)
275   * Split out packages so that you don't have to install the mail stuff
276     unless you want it.
277   * Only mail duplicated recipients once (closes: #172635)
278   * Indicate date of last activity (closes: #207065)
279   * Reorder title (closes: #265267)
280   * Reopen bugs when a bug is found with a version greater than any
281     fixed version (closes: #365352)
282   * Allow ordering bugs by last action (closes: #318898)
283   * Add notfixed/notfound commands (closes: #389634)
284   * Fix soapy insanity (closes: #422062)
285   * Add script to split index.db by severities (closes: #422062)
286   * Add bugspam.cgi with confirm string (closes: #348225)
287   * Allow selecting both archived and unarchived bugs (closes: #320175)
288   * Support intersecting sets of bugs (closes: #164421)
289   * Allow selecting the newest N bugs (closes: #84681)
290   * Add anchor links to specific messages (closes: #431459)
291   * Add missing newline after indicating what the user is (closes: #432466)
292   * Handle src/binary packages with the same name (but different src
293     packages) correctly. (closes: #435926)
294   * Make sendmail binary location configurable, and use flock instead of
295     fcntl. (closes: #260791)
296   * Make notfound/notfixed log verbiage more clear (closes: #434953)
297   * Verify submitter is a valid email according to RFC822
298     (closes: #182419)
299   * Indicate what message number a message is (closes: #462653,#454248)
300   * Fix casing of versions (closes: #441022)
301   * Output last-modified in bugreport.cgi (closes: #459709)
302   * Fix various html syntax errors in pkgreport.cgi (closes: #462322)
303   * Make search case insensitive (closes: #448861, #444416)
304   * Add the ability to return source/package mapping
305     (closes: #465332,#458822)
306   * Deal properly with \r line endings (closes: #467190)
307   * Distinguish between reports and followups (closes: #459866)
308   * Allow for the archiving of bugs in removed packages
309     (closes: #475622, #470146)
310   * Add Text::Template based templating system (closes: #36814)
311   * Add new uservalue feature to Debbugs::User
312   * Don't serialize things as date/time in soap (closes: #484789)
313   * Link to packages in bugreport page (closes: #229067)
314   * Totally revamp the pkgreport templates (closes: #434504)
315   * Add correspondent option to track bug correpondents (closes: #485804)
316   * Fix addition of correspondents in gen-indices (closes: #511850)
317   * Allow clicking anywhere outside the extra status box to close the
318     extra status box (closes: #499990) Thanks to James Vega for the patch.
319   * Return 404 when a bug number that does not exist is used
320     (closes: #499997)
321   * Comment out CGI::Alert use for the time being (closes: #499681)
322   * No longer hard-code paths in age-1 (closes: #499682)
323   * Change how maybelink links links (closes: #501757)
324   * Use bug_subscription_domain in process (closes: #499680)
325   * Clean up links when there is no information about a package
326     (closes: #452905)
327   * Deal properly with leading spaces in query arguments (closes: #158375)
328   * Only send out control help when control is mailed (closes: #499941)
329   * Resolve two XSS (closes: #504608)
330   * Strip BOM before regexes involving spaces (closes: #488554)
331   * Display link to full log again (closes: #507506)
332   * Add Last-Modified: header support to mbox download (closes: #456786)
333   * Add Date headers if missing (closes: #458757)
334   * Indicate what machine has built webpages (closes: #507022)
335   * Indicate the update location of source (closes: #512306)
336   * Use get_addresses to parse X-Debbugs-Cc: to allow multiple Cc:'s
337     (closes: #514183)
338   * Calculate last modified using summary as well as log (closes: #515063)
339   * Ditch 'as before' (closes: #514677)
340   * Don't have reply/subscribe links for archived bugs (closes: #511864)
341   * Fix issue with no-maintainer bugs assigned to multiple packages
342     (closes: #528249)
343   * Properly html_escape un-processed parts in maybelink (closes: #530506)
344   * Add urls to the bottom of all messages we send out (closes: #9596)
345   * Allow for tag nnn = baz + foo - bar in service (closes: #505189)
346   * Allow trailinng periods after the control stop commands (closes:
347     #517834)
348   * Ditch extra blank lines (closes: #494843)
349   * Handle &#39; ending links in Debbugs::CGI::Bugreport (closes: #539020)
350
351   
352  -- Don Armstrong <don@debian.org>  Sun, 26 Jul 2009 05:48:16 -0700
353
354 debbugs (2.4.1) unstable; urgency=low
355
356   * Colin Watson:
357     - Exit the CGI scripts straight away if the HTTP method is HEAD, to save
358       pointless work.
359     - Display pending+fixed bugs as "fixed in NMU", not "pending upload".
360     - Add a man page for debbugsconfig.
361     - Report original tags when changing them, closes: #170630.
362     - Add missing <ul></ul> tags to db2html's output, closes: #50746.
363     - Add a 'submitter' command to service, based on a patch by Matt Kraai.
364     - Remove the final use of cgi-lib.pl, so it's gone. Remove copyright
365       notices that were there due to using it.
366     - Accept ';' as well as '&' as a CGI argument separator.
367     - db2html now works with the new hashed database layout.
368     - Disable the fixed severity in favour of the tag.
369     - MIME-encoded messages to bugs are displayed in decoded form on the web
370       interface (unless the "mime=no" parameter is used), closes: #136114.
371     - Add facility to search by tag.
372     - Fix rebuild script and add it to the example crontab, closes: #139696.
373     - Silence postinst warning if spool/db doesn't exist, closes: #194892.
374     - Clean up the definition and use of $gCGIDomain, closes: #139697.
375   * Adam Heath:
376     - Convert all code to use global read/write functions, instead of having
377       it duplicated everywhere.
378     - Trim trailing whitespace from pseudoheader values.  Closes: #153590.
379     - Warn when reassigning to an unknown package.  Closes: #60595.
380   * Josip Rodin:
381     - Added a terse=yes mode for bugreport.cgi, possibly useful for
382       monstrously long bugs.
383     - Purged needless date(1) forks, replaced with strftime.
384
385  -- Colin Watson <cjwatson@debian.org>  Fri,  6 Jun 2003 09:25:30 +0100
386
387 debbugs (2.4) experimental; urgency=low
388
389   * Updating the package with what's in CVS, even though this might
390     completely break things for people who've been using the previous also
391     broken package. <shrug> :) Upped the minor version since the changes
392     are noticeable, and uploaded to experimental, just in case.
393   * Applied speedup patch, that uses references, instead of copies.
394     Thanks to Thomas Smith. Closes: #87176. [Adam]
395   * Reverted some parts of the speedup patch because it breaks the API.
396     [Anthony]
397   * Bugs that are tagged fixed are now listed in a separate section in the
398     web pages. Patch from Colin Watson. Closes: #86922. [Adam]
399   * Added support for an additional Maintainers.override file, which is read
400     after the normal one. This allows the normal one to be externally
401     updated, but still have local overrides. [Adam]
402   * Put <title> and </title> on the same line as the title since some lame
403     browsers don't seem to like it otherwise. [Josip]
404   * Include a mailto: URI in the header for a bug report. [Adam]
405   * Added support for filtering on subject with include=subj:foo (exact
406     match, case sensitive). [Anthony]
407   * Added a missing http://, thanks to Julian Gilbey. [Anthony]
408   * Use by-*.idx indices to speed up pkgreport.cgi. [Anthony]
409   * Support "maint=" in pkgreport to give packages without a maintainer.
410     [Anthony]
411   * Updated Postfix documentation. [Darren]
412   * Use two variables in order to reduce the amount of path hard-coding.
413   * Added support for storing the files in a hashed directory (db-h), with
414     the same hash layout as archive/. [Adam]
415   * Added support for tracing of bug state changes. This date is in
416     $gSpoolDir/debbugs.trace. It is locked (as debbugs.trace.lock) while
417     accessed, and appended to. Currently, nothing uses this trace file and
418     it isn't even cleaned up, which can be easily fixed with a simple cron
419     job. [Adam]
420   * Tell sendmail to queue outgoing mail for later delivery, instead of
421     immediate delivery. [Adam]
422   * Added a keywords header to outgoing email responses. [Adam]
423   * Use Resent-From: if From: doesn't exist. [Adam]
424   * Added appropriate Reply-To: lines for the ACK messages that could use
425     them. [Josip]
426   * Add $gUnknownMaintainerEmail to the list of maintainers to mail in case
427     an package with no maintainer is referenced. [Adam]
428   * processall locks 'incoming-cleaner' before starting, so we don't have
429     multiple copies of it running at the same time. [Adam]
430   * Sort bugs tagged 'pending' as 'pending upload', between 'forwarded' and
431     'fixed'. [Adam]
432   * Add support for searching by source package.  pkgreport.cgi takes src=,
433     and both pkgreport.cgi and bugreport.cgi have enhanced HTML headers now.
434     [Adam]
435   * Add support in the CGIs for:
436     * 'raw' sorting. This does no grouping based on status or severity, and
437       just lists bugs in number order.
438     * reversing the order that bugs are displayed. This does not affect
439       severity or status ordering.
440     * inclusions/exclusions of status and severity. Also, support reverse
441       sorting of the above.
442   * Make it possible to ban people from control@bugs. [Anthony]
443   * Don't lie about missing Subject:s being an RFC822 violation, because
444     they aren't. [Anthony, Josip]
445   * Added preliminary support for ###-request. [Adam]
446   * Added preliminary fast indexing support. [Adam/Anthony (?)]
447   * Added preliminary support for CC:ing <src>@packages.qa.debian.org.
448     [Anthony]
449   * Added preliminary cloning support. [Anthony]
450   * Link to submitter's web page, patch from Matt Kraai. [Josip]
451   * The autoconfig thing in the description is gone, closes: #124537.
452   * Fix viewing archived bugs by source package, closes: #121082, #146484.
453     [Colin]
454   * Depends: libmailtools-perl rather than mailtools, closes: #113028.
455   * Add MIME support to process and service, and depend on libmime-perl as a
456     result, closes: #36813. [Colin]
457   * Trim Bug#12345: from the Subject:, not "Bug#12345: [", closes: #78123.
458     [Anthony]
459   * Be more careful about loop detection, closes: #113514. [Adam, Colin]
460   * Relax the syntax for 'tags' slightly, since people seem to use it that
461     way accidentally a lot, closes: #96164. [Colin]
462   * Give better feedback from pkgreport.cgi when querying a non-existent
463     package name, closes: #93433. [Colin]
464   * Remove support for -fixed address from receive, since nothing else
465     supports it. [Colin]
466   * Prevent people from reading the first line of arbitrary files through
467     bugreport.cgi, thanks to Max <rusmir@tula.net>. [Colin]
468   * Add working-for-me instructions for exim setup on non-dedicated sites,
469     together with Chad Miller's suggestions, closes: #78688. [Colin]
470   * Fix a few typos, closes: #146745, #152751.
471   * Update the copyright file with the current list of maintainers and a
472     pointer to ViewCVS.
473   * Remove lynx-cfg, and use 'lynx -cfg=/dev/null' instead. [Colin]
474   * Various other things, not worth mentioning here.
475
476  -- Colin Watson <cjwatson@debian.org>  Sun, 17 Nov 2002 17:54:49 +0000
477
478 debbugs (2.3-4) unstable; urgency=low
479
480   * Added a check for unwanted characters in the part of request passed on
481     to sendlynxdoc that gets passed to shell. [Josip]
482   * Applied Rob Browning's patches to remove more Debian-only stuff,
483     closes: #80077. [Josip]
484   * Fixed the nextnumber misplacement (it should be in spool dir, not config
485     dir), and added a note about running debbugsconfig after changes to
486     config file, thanks to Rob for the hints. [Josip]
487   * Changed Maintainer: to point to debian-debbugs. Added myself to
488     Uploaders:. [Josip]
489   * Fixed Lintian errors: file-in-etc-not-marked-as-conffile (except
490     for lynx-cfg which is a gross hack anyway),
491     virtual-package-depends-without-real-package-depends,
492     debian-changelog-file-contains-user-emacs-settings.
493
494  -- Josip Rodin <jrodin@jagor.srce.hr>  Thu,  7 Feb 2002 17:30:17 +0100
495
496 debbugs (2.3-3) unstable; urgency=low
497
498   * Fixed examples installation, debbugsconfig should actually work now,
499     closes: #77126. [Josip]
500   * Removed all traces of the package after purging, in postrm. [Josip]
501   * Added pkgindex.cgi, package/maintainer/submitter indices. [Anthony]
502   * Moved readparse to common.pl, since it's, well, common to all the cgi
503     stuff. Other fixes in common.pl. [Anthony]
504   * Moved some of the pkgreport.cgi logic from common.pl into pkgreport.cgi.
505     [Anthony]
506   * Random typo fixes in the CGIs. [Anthony]
507   * Made the CGI scripts use the common.pl from their directory and not
508     /usr/lib/debbugs nor ~ajt/newajbug. That stuff should actually _work_
509     now, argh. [Josip]
510   * Added bug subject and package name in closing messages. [Josip]
511   * Fixed errorlib filename (removed the .in part), this stuff should
512     actually _work_ now, argh. I shouldn't be repeating myself. [Josip]
513   * Escape +'s in URLs, closes: #75220. [Anthony]
514   * Skip checking for new installs or the config file, debbugsconfig needs
515     to regenerate the HTML, and it will detect existing conffiles. [Josip]
516
517  -- Josip Rodin <jrodin@jagor.srce.hr>  Fri,  1 Dec 2000 15:01:40 +0100
518
519 debbugs (2.3-2) unstable; urgency=low
520
521   * Tweaks to the [pkg|bug]report.cgi scripts
522   * Merged README and README.Debian (not quite yet)
523   * Sundry of patchs from netgod.. see list archives for details :)
524      + a bug report that's already been closed, it seems, #36147
525      + the send|get command will accept two digits, closes: #39063
526      + fixed reference to Debian in the copyright, closes: #39540
527   * Provided a CNAME in control@ as well as submit@ for severity
528   * mailsummary mails $gSummaryList@$gListDomain now, closes: #36181.
529   * Ray's fixes are now included, one way or another, closes: #37210.
530     A bug's severity is set to default one before trying to merge it,
531     which fixes #47026 filed against bugs.debian.org, and closes: #50106.
532   * The ACKs now clearly says which addresses should be mailed,
533     closes: #48610.
534   * Fixed how /usr/lib/debbugs is prepended to $PATH, closes: #63216.
535   * The $gHTMLSeverityDesc variable is now properly terminated,
536     closes: #67702.
537   * Policy 3.2.1 compliance, includes Build-Depends: debhelper, which
538     closes: #70356.
539   * Doesn't install the Maintainers and pseudo-packages.description files
540     in the /etc/debbugs directory, it instead copies it from templates if
541     they don't exist, closes: #70749, #37120.
542   * A `priority' command now handles severities, closes: #45818.
543   * Fixes and additions to scripts by Adam Heath.
544   * Fixes and several new features in the CGI scripts by Anthony Towns.
545   * Small fixes and updates to scripts, build system and docs by Josip Rodin.
546
547  -- Josip Rodin <jrodin@jagor.srce.hr>  Wed,  8 Nov 2000 19:12:01 +0100
548
549 debbugs (2.3-1) unstable; urgency=low
550
551   * Fixed the send message bug that resulted in the same words (subject)
552     being printed out over and over and over again
553   * Added CGI scripts to make retrieval of individual bug reports realtime
554   * Created upgrade notes from 2.2 to 2.3
555   * Added a variable for where the "mailsummary" reports go
556   * Added optional bug archiving for expired bugs
557   * Added "fixed" to the default severities
558   * Some scripts are now perl -w clean.
559   * Added "severity display" to "Summary of outstanding reports" 
560     (db/ix/summary.html and db/ix/psummary.html)
561   * Added a variable to allow for a uniformed <BODY> and starting text tag
562   * Send both message that closes and original bug to bug submitter
563   * Fixed X-Debbugs-CC header
564   * Improved ability to skip pgp signed and mime encoded messages when
565     looking for commands (control@ and request@) and pseudo headers
566     (submit@)
567   * Cosmetic changes...
568
569  -- Darren Benham <gecko@debian.org>  Tue, 27 Jul 1999 11:27:22 -0700
570
571 debbugs (2.2-3) unstable; urgency=low
572
573   * Perl Depends change
574
575  -- Darren Benham <gecko@debian.org>  Tue, 27 Jul 1999 11:27:22 -0700
576
577 debbugs (2.2-2) unstable; urgency=low
578
579   * Added mailtools to dependency
580
581  -- Darren Benham <gecko@debian.org>  Thu, 13 May 1999 13:13:15 -0700
582
583 debbugs (2.2-1) unstable; urgency=low
584
585   * NATIVE Qmail (mailer) support!  No more "other MTA" needed
586         for Qmail users!
587   * Improved sendmail support.
588   * Changed lynx dependancies to simply "lynx"
589   * fixed bad spelling in service script (fixes #36205)
590
591  -- Darren Benham <gecko@debian.org>  Thu,  8 Apr 1999 16:00:32 -0700
592
593 debbugs (2.1-1) unstable; urgency=low
594
595   * Added variable in "bad email" message (receive)
596   * Fixed SUBSTITUTE_DTIME in main html pages
597   * Changed crontab sample (had bad directories)
598   * Added some documentation for MTA setup
599   * Added support for sendmail
600   * Removed use of btoa to move change around.  It's non-free.
601
602  -- Darren Benham <gecko@debian.org>  Thu,  1 Apr 1999 14:17:01 -0800
603
604 debbugs (2.0-1) unstable; urgency=low
605
606   * First public release of deb
607   * Config modification implemented
608
609  -- Darren Benham <gecko@debian.org>  Sat, 27 Mar 1999 10:37:37 -0800
610
611 debbugs (1.0-4) unstable; urgency=low
612
613   * Tried a stopgap measure for config files
614
615  -- Darren Benham <gecko@debian.org>  Mon, 15 Feb 1999 22:11:08 -0800
616
617 debbugs (1.0-3) unstable; urgency=low
618
619   * $gListDomain yet again
620   * removed nextnumber, config and text from deb for time bing
621
622  -- Darren Benham <gecko@debian.org>  Wed, 10 Feb 1999 11:09:47 -0800
623
624 debbugs (1.0-2) unstable; urgency=low
625
626   * internal release
627   * fixed scripting bugs in list email
628
629  -- Darren Benham <gecko@debian.org>  Wed, 10 Feb 1999 10:39:18 -0800
630
631 debbugs (1.0-1) unstable; urgency=low
632
633   * Initial Release.
634
635  -- Darren Benham <gecko@debian.org>  Thu, 21 Jan 1999 20:55:51 -0800