From e98e114acc3634bee80021242be5e13d97a683c4 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 13 Feb 2012 19:49:53 +0100 Subject: Just get rid off locale.getpreferredencoding. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It doesn't do us any good and people should use UTF-8 anyway. Signed-off-by: Matěj Cepl --- NEWS.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS.txt') diff --git a/NEWS.txt b/NEWS.txt index 6742cc9..fabacd3 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,6 @@ +1.2.8 2012-02-13 + * Give up on non-UTF-8 encoding for output. + 1.2.7 2012-01-18 * Yet another (hopefully the last) fix of the development website. We are on fedorahosted.org now. -- cgit