From b51af919050d7a02a9b809515d1c215d973093c3 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Tue, 1 May 2012 01:09:01 -0400 Subject: dconf 0.12.1 --- NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 510e208..c0ee93c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Changes in dconf 0.12.1 +======================= + + * dconf CLI: call setlocale() on startup (for proper handling of values + containing non-ascii characters) + Changes in dconf 0.12.0 ======================= diff --git a/configure.ac b/configure.ac index 2da94cc..df52669 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([dconf], - [0.12.0], + [0.12.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=dconf], [dconf]) -- cgit v1.2.1