diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-24 13:49:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-24 13:49:15 -0400 |
commit | 7d7f85bbb5ec48a193973ef2dbe6d78a2f4f8ea8 (patch) | |
tree | 59d657a93f264a88a418472ef3a17f11387007a1 /debian | |
parent | 827f6b9bfc7ad0d3834078d53bf239e3331218ce (diff) | |
download | ikiwiki-7d7f85bbb5ec48a193973ef2dbe6d78a2f4f8ea8.tar ikiwiki-7d7f85bbb5ec48a193973ef2dbe6d78a2f4f8ea8.tar.gz |
Correct a bug in pagespec matching, where a empty pagespec matched all pages.
This manifested as wikis with no locked pages treating them all as locked.
The bug was introduced in version 2.41.
Medium urgency upload due to above fix.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b6e477a3c..d851f35f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ -ikiwiki (2.44) UNRELEASED; urgency=low +ikiwiki (2.44) unstable; urgency=medium * Bring back the svnrepo setup file option. This is needed for recentchangediff to work with svn repos. * Allow libtext-markdown-perl to satisfy dependencies, as a an alternative to the markdown package. + * Correct a bug in pagespec matching, where a empty pagespec matched all + pages. This manifested as wikis with no locked pages treating them all as + locked. The bug was introduced in version 2.41. + * Medium urgency upload due to above fix. -- Joey Hess <joeyh@debian.org> Thu, 17 Apr 2008 14:33:54 -0400 |