summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-05-01 01:09:01 -0400
committerRyan Lortie <desrt@desrt.ca>2012-05-01 01:09:01 -0400
commitb51af919050d7a02a9b809515d1c215d973093c3 (patch)
treee592067c8a373ffc4a3346455ce96e308cfae62b
parent79f634512fcc56c504c6593d2a1f3ffe5de9bb9c (diff)
downloaddconf-b51af919050d7a02a9b809515d1c215d973093c3.tar.gz
dconf 0.12.10.12.1
-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])