summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-11-21 16:17:55 -0500
committerRyan Lortie <desrt@desrt.ca>2011-11-21 16:17:55 -0500
commitd9a107a25e37dd4deb2edb9dd4cf88c374e01956 (patch)
tree5d6596d88c60416ef144d3d1daa82861c4c5f3ec
parent1760e88574854d43576cfd10553e0305621dede4 (diff)
downloaddconf-d9a107a25e37dd4deb2edb9dd4cf88c374e01956.tar.gz
dconf 0.11.20.11.2
-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])