summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2014-03-03 15:59:25 -0500
committerRyan Lortie <desrt@desrt.ca>2014-03-03 15:59:54 -0500
commit53916cfd2d183916b47721284af69529e8dd9b4d (patch)
tree5c09782bd1bf89f323db122ce034b029416e8abf
parent7cff7ca10aa28d4b681fb8a1736a4bb2f48484f0 (diff)
downloaddconf-53916cfd2d183916b47721284af69529e8dd9b4d.tar.gz
dconf 0.19.910.19.91
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 146c3e4..924f802 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes in dconf 0.19.91
+=========================
+
+ - fix an unlikely failure in the fuzz testing of gvdb
+
+ - fix a thread safety issue with file-db
+
Changes in dconf 0.19.90
=========================
diff --git a/configure.ac b/configure.ac
index 4f9288a..4624e73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([dconf],
- [0.19.90],
+ [0.19.91],
[https://bugzilla.gnome.org/enter_bug.cgi?product=dconf],
[dconf])