diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-21 15:30:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-21 15:30:56 -0400 |
commit | f6f25758a83c20d4fd17aed7602d8828c59903b7 (patch) | |
tree | eab451a25d6bef0d32f3fcfd945cf5733e3c17ab /debian | |
parent | 9a8a67f078117129ee2fcedd3c704391bdc2723c (diff) | |
download | ikiwiki-f6f25758a83c20d4fd17aed7602d8828c59903b7.tar ikiwiki-f6f25758a83c20d4fd17aed7602d8828c59903b7.tar.gz |
Perls older than 5.10 need to use the old method of decoding utf-8 in CGI values. Neither method will work for all versions of perl, so check version number at runtime.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index d80ede67d..c4919584d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,9 @@ ikiwiki (2.47) UNRELEASED; urgency=low when generating recentchanges. * ENV can be used in the setup file to override environment variable settings, such as TZ or PATH. + * Perls older than 5.10 need to use the old method of decoding utf-8 in CGI + values. Neither method will work for all versions of perl, so check + version number at runtime. -- Joey Hess <joeyh@debian.org> Tue, 13 May 2008 12:30:18 -0400 |