diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 4 | ||||
-rw-r--r-- | debian/changelog | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/NEWS b/debian/NEWS index bb3bf2272..5057ceabe 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -4,6 +4,10 @@ ikiwiki (1.42) unstable; urgency=low httpauth support on your wiki, you should now enable the anonok plugin, instead. + Third-party plugins that use pagespec_match() should be updated to pass + the new third parameter (from) to that function. This is needed for the + new relative glob matching to work. + -- Joey Hess <joeyh@debian.org> Thu, 1 Feb 2007 16:57:59 -0500 ikiwiki (1.34) unstable; urgency=low diff --git a/debian/changelog b/debian/changelog index fb3afc21e..ce0829f9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,8 +17,11 @@ ikiwiki (1.42) UNRELEASED; urgency=low Yes, you can keep videos in the wiki.. * Add feedshow option to allow reducing the number of items included in an rss or atom feed. + * Patch based on a patch from Ethan to support relative matching in + PageSpecs, by using "./". pagespec_match() has grown a new third parameter + to support this. - -- Joey Hess <joeyh@debian.org> Mon, 5 Feb 2007 16:51:10 -0500 + -- Joey Hess <joeyh@debian.org> Tue, 6 Feb 2007 15:49:06 -0500 ikiwiki (1.41) unstable; urgency=low |