summaryrefslogtreecommitdiff
path: root/doc/news/version_2.49.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-06-07 15:27:11 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-06-07 15:27:11 -0400
commit1a25309f2aeece77146d2679e2e7deef18f73c1b (patch)
treec1454d918f2cb39a1b52d74204fa5c7f868533a0 /doc/news/version_2.49.mdwn
parent77edb81bee5a2c4966591d7ba1f3c83e31de272f (diff)
add news item for ikiwiki 2.49
Diffstat (limited to 'doc/news/version_2.49.mdwn')
-rw-r--r--doc/news/version_2.49.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/news/version_2.49.mdwn b/doc/news/version_2.49.mdwn
new file mode 100644
index 000000000..b18174fba
--- /dev/null
+++ b/doc/news/version_2.49.mdwn
@@ -0,0 +1,20 @@
+News for ikiwiki 2.49:
+
+ The search plugin no longer uses hyperestrair. Instead, to use it you
+ will now need to install xapian-omega, and the Search::Xapian,
+ HTML::Scrubber, and Digest::SHA1 perl modules.
+
+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")."""]] \ No newline at end of file