diff options
author | Daniel Playfair Cal <daniel.playfair.cal@gmail.com> | 2019-02-04 22:33:40 +0000 |
---|---|---|
committer | Daniel Playfair Cal <daniel.playfair.cal@gmail.com> | 2019-02-04 22:33:40 +0000 |
commit | f0bb97ded21f8d2fb50065e7cfefade66a70333e (patch) | |
tree | ca49d96586c6b5c31d2d5f303f809d7d7279e5cc | |
parent | 9c73bfa81943cb77cf5e3c1f67fa80300d3b6d23 (diff) | |
parent | 82fafe86ec5642cb2e9024ba8e68729cf147e652 (diff) | |
download | dconf-f0bb97ded21f8d2fb50065e7cfefade66a70333e.tar.gz |
Merge branch 'prepare-0.31.2' into 'master'
Release 0.31.2
See merge request GNOME/dconf!42
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,16 @@ +Changes in dconf 0.31.2 +======================= + + - Bin: rewrite dconf utility in C. Updates are no longer conditional on + the mtime of the database directory and files. Help information is shown + on erroneous usage, but not otherwise. (Tomasz Miąsko; !39) + + - build: Make dconf client vapi file installation optional, and thus the + Vala dependency optional (still built by default) (Tomasz Miąsko; !40) + + - bin: Add a new database directory argument for the update command + (Tomasz Miąsko, Takao Fujiwara; !39, !41) + Changes in dconf 0.31.1 ======================= diff --git a/meson.build b/meson.build index 0204a18..aa87823 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'dconf', ['c'], - version: '0.31.2', + version: '0.31.3', license: 'LGPL2.1+', meson_version: '>= 0.47.0', ) |