Author: adsb
Date: 2009-02-11 20:49:52 +0000 (Wed, 11 Feb 2009)
New Revision: 1814
Modified:
trunk/debian/changelog
trunk/scripts/bts.pl
Log:
Accept the new "squeeze" and "squeeze-ignore" tags.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-02-11 20:42:13 UTC (rev 1813)
+++ trunk/debian/changelog 2009-02-11 20:49:52 UTC (rev 1814)
@@ -5,6 +5,7 @@
reporting spam to match recent changes to the BTS.
+ If -n / --no-action was given on the command line, print the URL that
would have been used to report spam rather than sending the report.
+ + Accept the new "squeeze" and "squeeze-ignore" tags.
* debchange:
+ Add lenny-backports and lenny-volatile to the list of recognised
distributions. (Closes: #514818)
Modified: trunk/scripts/bts.pl
===================================================================
--- trunk/scripts/bts.pl 2009-02-11 20:42:13 UTC (rev 1813)
+++ trunk/scripts/bts.pl 2009-02-11 20:49:52 UTC (rev 1814)
@@ -123,7 +123,7 @@
"pending", "sarge", "sarge-ignore", "experimental", "d-i",
"confirmed", "ipv6", "lfs", "fixed-in-experimental",
"fixed-upstream", "l10n", "etch", "etch-ignore",
- "lenny", "lenny-ignore",
+ "lenny", "lenny-ignore", "squeeze", "squeeze-ignore",
);
*valid_tags = \...@gtags;
--
To unsubscribe, send mail to [email protected].