a bit more about upgrades
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 7 Jun 2008 19:41:29 +0000 (15:41 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 7 Jun 2008 19:41:29 +0000 (15:41 -0400)
debian/NEWS
doc/news/version_2.49.mdwn

index 249827e7d5fa3b30841aa0d7c5edd7c7597248a3..d3597ebb435386fdb1d21326e9d932c6848a2da8 100644 (file)
@@ -2,7 +2,13 @@ ikiwiki (2.49) unstable; urgency=low
 
   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.
+  HTML::Scrubber, and 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.
 
  -- Joey Hess <joeyh@debian.org>  Wed, 04 Jun 2008 00:29:28 -0400
 
index b18174fbae0a5091f1db7a26296c664e7a93d4ea..36bfa315cc3d3f3b8d4139277344f53743a2bad7 100644 (file)
@@ -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")."""]]