diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-25 02:15:52 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-25 02:15:52 +0000 |
commit | a7b8e35bf90fa9e2df8be78ac636b158760ecf9c (patch) | |
tree | f098a2aaa37bece5cfd7abe7d47b8b4fbf27a0d9 /debian | |
parent | a4b3300fde7a9e5695debcd4ee90cf173ef372d1 (diff) |
* Fix graphviz plugin to not try to read images as utf-8; they might
sometimes contain invalid utf-8 byte sequences. Thanks,
HenrikBrixAndersen.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b3310a4e0..743bff55a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,11 @@ ikiwiki (2.5) UNRELEASED; urgency=low it. * Add a htmlext config option, this can be used to make ikiwiki generate html files with a different extension. + * Fix graphviz plugin to not try to read images as utf-8; they might + sometimes contain invalid utf-8 byte sequences. Thanks, + HenrikBrixAndersen. - -- Joey Hess <joeyh@debian.org> Tue, 24 Jul 2007 21:11:30 -0400 + -- Joey Hess <joeyh@debian.org> Tue, 24 Jul 2007 22:14:41 -0400 ikiwiki (2.4) unstable; urgency=low |