summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-06-07 15:41:29 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-06-07 15:41:29 -0400
commitd258793c3f56dd71a5f39d87145b5c198ba8af4f (patch)
tree3d9e354c56c0663cc8efcecd43b41a5abbc32cbc /doc/news
parent1a25309f2aeece77146d2679e2e7deef18f73c1b (diff)
a bit more about upgrades
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_2.49.mdwn12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/news/version_2.49.mdwn b/doc/news/version_2.49.mdwn
index b18174fba..36bfa315c 100644
--- a/doc/news/version_2.49.mdwn
+++ b/doc/news/version_2.49.mdwn
@@ -1,8 +1,14 @@
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.
+ 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="""
@@ -17,4 +23,4 @@ ikiwiki 2.49 released with [[toggle text="these changes"]]
* 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
+ ("link:bar")."""]]