diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-16 04:42:06 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-16 04:42:06 +0000 |
commit | 0cd2cfb0393d52cadf162b4f1062033ea728eedb (patch) | |
tree | 4ca74dfece2883b9b897af6371355cf4bf4d0336 /debian | |
parent | 202c4d522f9f83d0e439b3846fb6a90e4eebee59 (diff) | |
download | ikiwiki-0cd2cfb0393d52cadf162b4f1062033ea728eedb.tar ikiwiki-0cd2cfb0393d52cadf162b4f1062033ea728eedb.tar.gz |
* Put back the encode_utf8 in the input to markdown; it's really not utf-8
safe.
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 e5778c0bb..5ee82efd8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,10 @@ ikiwiki (1.6) UNRELEASED; urgency=low * Revert some of the decode_utf8 changes in CGI.pm that seem unnecessary given the readfile fix. * Add utf-8 testcases for readfile and htmlize. + * Put back the encode_utf8 in the input to markdown; it's really not utf-8 + safe. - -- Joey Hess <joeyh@debian.org> Thu, 15 Jun 2006 01:46:03 -0400 + -- Joey Hess <joeyh@debian.org> Fri, 16 Jun 2006 00:41:25 -0400 ikiwiki (1.5) unstable; urgency=low |