# HG changeset patch # User Steve Kemp # Date 1228601858 0 # Node ID a86f5aad996646c0d3f9915c266c0dc97cd33a28 # Parent d66fefe755ad744c451bc2bcd601a1514788fcbb 3.3 - with patch from Nicolau Werneck. diff -r d66fefe755ad -r a86f5aad9966 AUTHORS --- a/AUTHORS Sat Dec 06 22:15:46 2008 +0000 +++ b/AUTHORS Sat Dec 06 22:17:38 2008 +0000 @@ -30,4 +30,7 @@ - Provided fixup for the default comment handling of the default theme. Bob Walker [bob [@] uk.org.randomness] - - Added titles to RSS feeds \ No newline at end of file + - Added titles to RSS feeds + + Nicolau Werneck [nwerneck [@] com.gmail] + - Added UTF-8 support for textile formatted input files. \ No newline at end of file diff -r d66fefe755ad -r a86f5aad9966 Makefile --- a/Makefile Sat Dec 06 22:15:46 2008 +0000 +++ b/Makefile Sat Dec 06 22:17:38 2008 +0000 @@ -13,7 +13,7 @@ # Only used to build distribution tarballs. # DIST_PREFIX = ${TMP} -VERSION = 3.2 +VERSION = 3.3 BASE = chronicle diff -r d66fefe755ad -r a86f5aad9966 debian/changelog --- a/debian/changelog Sat Dec 06 22:15:46 2008 +0000 +++ b/debian/changelog Sat Dec 06 22:17:38 2008 +0000 @@ -1,3 +1,11 @@ +chronicle (3.3-1) unstable; urgency=medium + + * Default to UTF-8 when processing input in textile formats. Allow + --charset=foo to override this. + Thanks to Nicolau Werneck for the patch. + + -- Steve Kemp Sun, 6 Dec 2008 22:16:22 +0000 + chronicle (3.2-2) unstable; urgency=medium * Install the file cgi-bin/comments.cgi alongside the other example