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/NEWS | |
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/NEWS')
-rw-r--r-- | debian/NEWS | 4 |
1 files changed, 4 insertions, 0 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 |