summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-10-03 09:54:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-10-03 09:54:28 -0400
commit46d862f37c8d35012b23932a8fb9073826407087 (patch)
treeb2abe69873e08a53d4afbcae5b81670c7337f5cb
parent9ac8f161962c8e2eeab2847caa036064d21e807f (diff)
downloaddconf-0.26.tar.gz
-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])