diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-05 17:22:26 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-05 17:22:26 +0000 |
commit | 8489e68916eabf0ce09242e4dac66b9f646d46c4 (patch) | |
tree | 03b6cf7b18c685184535468fdb86755675c2a297 /debian | |
parent | b3f2cc414f0239a3b8dbe700cc7cbd2750814dd3 (diff) | |
download | ikiwiki-8489e68916eabf0ce09242e4dac66b9f646d46c4.tar ikiwiki-8489e68916eabf0ce09242e4dac66b9f646d46c4.tar.gz |
* table: Text::CSV doesn't return decoded unicode (XS module); decode its
return values.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4ef51d952..506047d03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,8 +35,10 @@ ikiwiki (2.7) UNRELEASED; urgency=low * Correct generation of RFC 3339 format times for atom/rss feeds. Always use gmtime for these since a time zone is not specified. * Updated Spanish translation from Victor Moral. + * table: Text::CSV doesn't return decoded unicode (XS module); decode its + return values. - -- Joey Hess <joeyh@debian.org> Tue, 04 Sep 2007 13:30:32 -0400 + -- Joey Hess <joeyh@debian.org> Tue, 04 Sep 2007 15:19:18 -0400 ikiwiki (2.6.1) unstable; urgency=low |