summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b90d265..80de8e5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in dconf 0.26.1
+========================
+
+ - Work around a deadlock in GObject type initialization (#674885)
+
Changes in dconf 0.26.0
========================
diff --git a/configure.ac b/configure.ac
index f2c3d46..a467cf0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([dconf],
- [0.26.0],
+ [0.26.1],
[https://bugzilla.gnome.org/enter_bug.cgi?product=dconf],
[dconf])