diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-27 21:38:02 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-27 21:38:02 +0000 |
commit | 5017ffd8a512c09d3c34764709791812acfc5515 (patch) | |
tree | 845afc1ef1a8de038c10c154f99b4099cf389ce3 /debian | |
parent | 06dc80b6625f2874ca8ad177306395dd01ef9c6a (diff) |
* Patch from Enrico that
- allows preprocessor directives to have parameters with no specified
value
- fixes preprocessor directive parameter parsing so that
foo=bar baz now means "foo=bar" and a "baz" with no value
- Add a tag plugin that allows more easily tagging pages.
The meta plugin can also still be used for this.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2bacb206c..eaa4c8de4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +ikiwiki (1.11) UNRELEASED; urgency=low + + * Patch from Enrico that + - allows preprocessor directives to have parameters with no specified + value + - fixes preprocessor directive parameter parsing so that + foo=bar baz now means "foo=bar" and a "baz" with no value + - Add a tag plugin that allows more easily tagging pages. + The meta plugin can also still be used for this. + + -- Joey Hess <joeyh@debian.org> Thu, 27 Jul 2006 17:03:09 -0400 + ikiwiki (1.10) unstable; urgency=low * Run page through any relevant filters when generating a page preview. |