summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS31
-rw-r--r--configure.ac2
2 files changed, 32 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 34727cb..00a427c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+Changes in dconf 0.19.3
+========================
+
+ - quite a lot of test coverage improvements
+
+ - Add a proper DCONF_ERROR error domain
+
+ - suppress GLib deprecation warnings during build
+
+ - engine: issue warnings about missing files only once per source
+
+ - engine: grok the WritabilityNotify signal from D-Bus
+
+ - gsettings: handle writability changes correctly
+
+ - engine: assorted fixes for issues found during testing
+
+ - portability: only link to -ldl if it is required
+
+ - add support for 'file-db' to profiles: this is an absolute path to a
+ immutable dconf database file
+
+ - add support for finding profiles in XDG_DATA_DIRS if they are not in
+ /etc
+
+ - add 'dconf compile' command for building dconf databases from
+ keyfiles in arbitrary locations (like from the build system of a
+ project that may want to install a file-db)
+
+ - editor: add a section separator to the app menu for consistency
+
Changes in dconf 0.19.2
========================
diff --git a/configure.ac b/configure.ac
index f99e903..f847cde 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([dconf],
- [0.19.2],
+ [0.19.3],
[https://bugzilla.gnome.org/enter_bug.cgi?product=dconf],
[dconf])