diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-04 15:24:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-04 15:24:28 -0400 |
commit | 3215b5a9821d69a2216c2cdf2b64cd3eb27f7370 (patch) | |
tree | 1ba239c5123030ed7fd6d525e9bd476c2108be1b /debian | |
parent | a3d8f4904ecd3aef35bacc43845546dd352a7977 (diff) | |
download | ikiwiki-3215b5a9821d69a2216c2cdf2b64cd3eb27f7370.tar ikiwiki-3215b5a9821d69a2216c2cdf2b64cd3eb27f7370.tar.gz |
finishing touches on the new search plugin
- Add a Help link.
- If the pageterm is too long, hash it.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/NEWS b/debian/NEWS index 201f3f134..249827e7d 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,8 +1,8 @@ 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 and - HTML::Scrubber perl modules. + will now need to install xapian-omega, and the Search::Xapian, + HTML::Scrubber, and Digest::SHA1 perl modules. -- Joey Hess <joeyh@debian.org> Wed, 04 Jun 2008 00:29:28 -0400 |