aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-23 04:07:32 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-23 04:07:32 +0000
commitd782a418cd4022acc50f4b63e802cc6064683f93 (patch)
tree5f04eba677a2e5c69282e91bd19c317ca866fb35
parenta084682f73c03d918639a2a4629dd89793a6b3e3 (diff)
downloadikiwiki-d782a418cd4022acc50f4b63e802cc6064683f93.tar
ikiwiki-d782a418cd4022acc50f4b63e802cc6064683f93.tar.gz
reorder
-rw-r--r--debian/changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 96d343da6..7b429c38f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,5 @@
ikiwiki (1.27) UNRELEASED; urgency=low
- * Add a googlecalendar plugin. A bit special-purpose, but it shows
- one way to to deal with user-supplied content that could cause XSS
- issues w/o the htmlscrubber, and won't survive the scrubber.
* Work on firming up the plugin interface:
- Plugins should not need to load IkiWiki::Render to get commonly
used functions, so moved some functions from there to IkiWiki.
@@ -55,6 +52,9 @@ ikiwiki (1.27) UNRELEASED; urgency=low
* Add typography (SmartyPants) plugin by Recai.
* Add --render mode, which can be used to preview an edit at the command
line by test rendering a single page.
+ * Add a googlecalendar plugin. A bit special-purpose, but it shows
+ one way to to deal with user-supplied content that could cause XSS
+ issues w/o the htmlscrubber, and won't survive the scrubber.
-- Joey Hess <joeyh@debian.org> Thu, 21 Sep 2006 17:31:25 -0400