diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-07 11:01:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-07 11:01:41 -0400 |
commit | 18730954841ce6aecdbcf08f232960e19708f753 (patch) | |
tree | 1e81e28287798a92b6dfec3b54635be004c624bf /debian | |
parent | f4f5a2f40a2e8057cd682c0ec60978c7dad6f38b (diff) | |
download | ikiwiki-18730954841ce6aecdbcf08f232960e19708f753.tar ikiwiki-18730954841ce6aecdbcf08f232960e19708f753.tar.gz |
Put in a workaround for #622591, by ensuring Search::Xapian gets loaded before Image::Magick.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fb1be285b..da0a04ac4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ ikiwiki (3.20110716) UNRELEASED; urgency=low * Fix escaping of html entities in permalinks. * Fix escaping of html entities in tag names. * Avoid using named capture groups in heredoc code for oldperl compatability. + * Put in a workaround for #622591, by ensuring Search::Xapian gets loaded + before Image::Magick. -- Joey Hess <joeyh@debian.org> Tue, 19 Jul 2011 11:22:52 -0400 |