summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
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])