summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Kasik <mkasik@redhat.com>2019-03-07 16:04:19 +0100
committerMarek Kasik <mkasik@redhat.com>2019-03-07 16:04:19 +0100
commit242be1d0819a8025b67d7db0a6b61636f52acc78 (patch)
treef3043929f14f3102ab51ffba89c55770cf33ca7f
parent4b7baeac7a85dbc4eac9fa750c3c24bd91ecab7a (diff)
downloaddconf-242be1d0819a8025b67d7db0a6b61636f52acc78.tar.gz
Prepare 0.31.92 release0.31.92
-rw-r--r--NEWS16
-rw-r--r--meson.build2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 220621c..c44f714 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Changes in dconf 0.31.92
+========================
+
+ - bin: Add an option to ignore changes to locked keys during load
+ (Tomasz Miąsko; #1; !43)
+
+ - tests: Use more concise key and value (Tomasz Miąsko; #1; !43)
+
+ - tests: shm: fix pwrite wrapper with -D_FILE_OFFSET_BITS=64 (Ben Wolsieffer; !37)
+
+ - tests: replace usage of dlsym with separate modules containing functions that need to be mocked out
+ (Daniel Playfair Cal; !37)
+
+ - tests: Avoid using real system bus during tests
+ (Tomasz Miąsko; #51; !45)
+
Changes in dconf 0.31.2
=======================
diff --git a/meson.build b/meson.build
index aa87823..054bb20 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'dconf', ['c'],
- version: '0.31.3',
+ version: '0.31.92',
license: 'LGPL2.1+',
meson_version: '>= 0.47.0',
)