From 231594b7658851804482e48bee9a2c6574b0d5b7 Mon Sep 17 00:00:00 2001 From: Daniel Playfair Cal Date: Tue, 5 Feb 2019 09:07:33 +1100 Subject: Update NEWS file --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 0a68eed..220621c 100644 --- a/NEWS +++ b/NEWS @@ -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 ======================= -- cgit v1.2.1 From 82fafe86ec5642cb2e9024ba8e68729cf147e652 Mon Sep 17 00:00:00 2001 From: Daniel Playfair Cal Date: Tue, 5 Feb 2019 09:08:26 +1100 Subject: Increment version to 0.31.3 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ) -- cgit v1.2.1