From d13200f92b74aa3d4e315809c78f1c2ec6c925a7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 21 Jul 2008 11:20:30 -0400 Subject: add news item for ikiwiki 2.54 --- doc/news/version_2.49.mdwn | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 doc/news/version_2.49.mdwn (limited to 'doc/news/version_2.49.mdwn') diff --git a/doc/news/version_2.49.mdwn b/doc/news/version_2.49.mdwn deleted file mode 100644 index 4c95b50dd..000000000 --- a/doc/news/version_2.49.mdwn +++ /dev/null @@ -1,26 +0,0 @@ -News for ikiwiki 2.49: - - The search plugin no longer uses hyperestraier. Instead, to use it you - will now need to install xapian-omega, and the [[cpan Search::Xapian]], - [[cpan HTML::Scrubber]], and [[cpan Digest::SHA1]] perl modules. Ie, - `apt-get install xapian-omega libsearch-xapian-perl libhtml-scrubber-perl libdigest-sha1-perl` - - Also, wikis that use the search plugin will need to be rebuilt, - since the search form has changed. This will not be done automatically, - but can be done by running `ikiwiki-mass-upgrade` as root, or - running `ikiwiki -setup` on individual setup files. - -ikiwiki 2.49 released with [[toggle text="these changes"]] -[[toggleable text=""" - * haiku: Generate valid xhtml. - * ikiwiki-mass-rebuild: Don't trust $! when setting $) - * inline: The optimisation in 2.41 broke nested inlines. Detect those - and avoid overoptimising. - * search: Converted to use xapian-omega. - * Filter hooks are no longer called during the scan phase. This will - prevent wikilinks added by filters from being scanned properly. But - no known filter hook does that, so let's not waste time on it. - * Pass a destpage parameter to the sanitize hook. - * The search interface now allows searching for a page by title - ("title:foo"), as well as for pages that contain a given link - ("link:bar")."""]] -- cgit v1.2.3