diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-06 21:17:25 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-06 21:17:25 +0000 |
commit | 58141a0ebcdf3313a83af712b83f8acd1c08aa3b (patch) | |
tree | 03deba83be19c00ed111eea7b23f208eba69ba4f /debian | |
parent | 46f0f5bdc23139f0a382e608904c2acc8a774e73 (diff) | |
download | ikiwiki-58141a0ebcdf3313a83af712b83f8acd1c08aa3b.tar ikiwiki-58141a0ebcdf3313a83af712b83f8acd1c08aa3b.tar.gz |
* 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.
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 |