]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - debian/changelog
check for invalid utf-8, and toss it back to avoid crashes
[git.ikiwiki.info.git] / debian / changelog
index 78c00483e60aeeab2f1fefc5c82d07156be34781..a0e1efceacaa981f0db87e7b1659e35071f1c633 100644 (file)
@@ -1,3 +1,16 @@
+ikiwiki (2.53.3) UNRELEASED; urgency=low
+
+  * Avoid crash on malformed utf-8 discovered by intrigeri.
+  * orphans: Fix unquoted page name in regexp.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 09 Oct 2008 19:12:18 -0400
+
+ikiwiki (2.53.2) testing-proposed-updates; urgency=low
+
+  * Fix bad patch backport that broke generation of rss/atom feeds. Closes: #498224
+
+ -- Joey Hess <joeyh@debian.org>  Mon, 08 Sep 2008 11:40:27 -0400
+
 ikiwiki (2.53.1) testing-proposed-updates; urgency=low
 
   * Backported all relevant bug fixes from mainline to debian testing.
@@ -12,9 +25,10 @@ ikiwiki (2.53.1) testing-proposed-updates; urgency=low
     work. Markdown removes one level of escaping.
   * Add a postscan hook.
   * search: Use postscan hook, avoid updating index when previewing.
-  * search: Fixes for title stemming, and use better term for tags. (Gabriel McManus)
-    (Rebuilding the wiki on upgrade to this version is recommended if you use the
-    search plugin.)
+  * search: Fixes for title stemming, and use better term for tags.
+    (Gabriel McManus)
+    (Rebuilding the wiki on upgrade to this version is recommended if you
+    use the search plugin.)
   * meta: fix title() PageSpec (DOS). Closes: #497444
   * Really fix bug with links to pages with names containing colons. 
     Previous fix mised a few cases.