summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
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
=======================
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',
)