diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-28 21:14:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-28 21:14:03 +0000 |
commit | 58318b3ef9f827425d0e1d44676f1b6b016cb413 (patch) | |
tree | 4f2e9cadc44e4896246f87c53273adba4cf86660 /debian | |
parent | fe316c44347f190c2e3e7443661cc1537ffb8fd3 (diff) | |
download | ikiwiki-58318b3ef9f827425d0e1d44676f1b6b016cb413.tar ikiwiki-58318b3ef9f827425d0e1d44676f1b6b016cb413.tar.gz |
* Allow -cgi -wrapper to be passed on the command line to generate a
wrapper.
* Fix some taint issues with generating wrappers using the command line.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7b8e956e0..63b03ef3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,11 @@ ikiwiki (2.7) UNRELEASED; urgency=low function. * Split out smiley underlay files into a separate underlay, so if the plugin isn't used, the wiki isn't bloated with all those files. + * Allow -cgi -wrapper to be passed on the command line to generate a + wrapper. + * Fix some taint issues with generating wrappers using the command line. - -- Joey Hess <joeyh@debian.org> Mon, 27 Aug 2007 20:48:51 -0400 + -- Joey Hess <joeyh@debian.org> Tue, 28 Aug 2007 17:11:30 -0400 ikiwiki (2.6.1) unstable; urgency=low |