summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 46e69a4..5aa0e27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Changes in dconf 0.11.2
+=======================
+
+ - many bugfixes and improvements to the editor, most notably porting to
+ GtkGrid to avoid the GtkTable layout bug that was causing size to be
+ incorrectly allocated
+
+ - fix a crasher due to invalid string index of -1
+
Changes in dconf 0.10.0
=======================
diff --git a/configure.ac b/configure.ac
index 8dcd441..bfe03ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([dconf],
- [0.11.0],
+ [0.11.2],
[https://bugzilla.gnome.org/enter_bug.cgi?product=dconf],
[dconf])