]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add news item for ikiwiki 2.49
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 7 Jun 2008 19:27:11 +0000 (15:27 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 7 Jun 2008 19:27:11 +0000 (15:27 -0400)
doc/news/version_2.44.mdwn [deleted file]
doc/news/version_2.49.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_2.44.mdwn b/doc/news/version_2.44.mdwn
deleted file mode 100644 (file)
index 4749ba2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-ikiwiki 2.44 released with [[toggle text="these changes"]]
-[[toggleable text="""
-   * Bring back the svnrepo setup file option. This is needed for
-     recentchangediff to work with svn repos.
-   * Allow libtext-markdown-perl to satisfy dependencies, as a
-     an alternative to the markdown package.
-   * Correct a bug in pagespec matching, where a empty pagespec matched all
-     pages. This manifested as wikis with no locked pages treating them all as
-     locked. The bug was introduced in version 2.41.
-   * Medium urgency upload due to above fix."""]]
\ No newline at end of file
diff --git a/doc/news/version_2.49.mdwn b/doc/news/version_2.49.mdwn
new file mode 100644 (file)
index 0000000..b18174f
--- /dev/null
@@ -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