]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - debian/changelog
finalizing
[git.ikiwiki.info.git] / debian / changelog
index 1e82ee70cb255561d92f99c63e4a99ab18faf68d..78c00483e60aeeab2f1fefc5c82d07156be34781 100644 (file)
@@ -1,6 +1,55 @@
-ikiwiki (2.52) UNRELEASED; urgency=low
+ikiwiki (2.53.1) testing-proposed-updates; urgency=low
+
+  * Backported all relevant bug fixes from mainline to debian testing.
+  * ikiwiki-transition: Fix command-line processing so the prefix_directives
+    transition works again.
+  * Fixes creation of pages when clicking on WikiLinks starting with "/".
+  * Change deb dependencies to list Text::Markdown before markdown, since
+    the former, while slower, has a much better html parser that avoids
+    numerous bugs.
+  * smileys: Some fixes for escaped smileys.
+  * smileys: Note that smileys need to be double-escaped for the escaping to
+    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.)
+  * meta: fix title() PageSpec (DOS). Closes: #497444
+  * Really fix bug with links to pages with names containing colons. 
+    Previous fix mised a few cases.
+  * toggle: Fix incompatability between javascript and webkit.
+  * toggle: Fix for when html got tidied. Closes: #492529 (Enrico Zini)
+  * inline: Ignore parent dirs when sorting pages by title.
+  * external: Fix support for hooks called in an array context.
+  * edittemplate: Don't wipe out edits on preview.
+  * map: The fix for #449285 was buggy and broke display of parents in certian
+    circumstances.
+  * Work around perl $_ scoping nonsense that caused breakage when loading
+    external plugins.
+
+ -- Joey Hess <joeyh@debian.org>  Fri, 05 Sep 2008 20:55:53 -0400
+
+ikiwiki (2.53) unstable; urgency=low
+
+  * search: generate configuration files once only when rebuilding
+    (Gabriel McManus)
+  * attachment: Fix an uninitialised value warning when editing a page
+    that currently has no attachments.
+  * Fix a bug with links to pages whose names contained colons.
+  * attachment: Support old versions of CGI.pm that lack an upload method.
+  * Include ikiwiki.setup in examples in the debian package.
+  * attachment: Support perl 5.8's buggy version of CGI.pm.
+  * otl: Support utf-8 files. (Recai Oktaş)
+
+ -- Joey Hess <joeyh@debian.org>  Wed, 09 Jul 2008 16:45:33 -0400
+
+ikiwiki (2.52) unstable; urgency=low
 
   * attachment: New plugin for uploading and managing attachments.
+    This includes a fairly powerful PageSpec based admin pref for deciding
+    whether to accept a given upload, and an attachment management interface
+    on the edit page.
     (Sponsored by The TOVA Company.)
   * If attachments are not enabled, configure CGI.pm to disable file
     uploads by default. (An anti-DOS measure.)
@@ -17,7 +66,7 @@ ikiwiki (2.52) UNRELEASED; urgency=low
   * Above change also allowed really fixing escaped slashes from the blogpost
     form.
 
- -- Joey Hess <joeyh@debian.org>  Mon, 30 Jun 2008 19:56:28 -0400
+ -- Joey Hess <joeyh@debian.org>  Sun, 06 Jul 2008 19:15:37 -0400
 
 ikiwiki (2.51) unstable; urgency=low