Add deprecation warning for GlobLists, which will stop working in 3.0.

master
Joey Hess 2008-12-23 17:13:57 -05:00
parent ecf2408bf6
commit c8cde4858e
2 changed files with 3 additions and 0 deletions

View File

@ -1597,6 +1597,8 @@ sub rcs_receive () {
}
sub globlist_to_pagespec ($) {
print STDERR "warning: deprecated GlobList style PageSpec \"$_[0]\" will stop working in ikiwiki version 3.0\n";
my @globlist=split(' ', shift);
my (@spec, @skip);

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
ikiwiki (2.72) UNRELEASED; urgency=low
* Avoid comments in recentchanges being broken links (smcv)
* Add deprecation warning for GlobLists, which will stop working in 3.0.
-- Joey Hess <joeyh@debian.org> Mon, 22 Dec 2008 19:02:16 -0500