From 242be1d0819a8025b67d7db0a6b61636f52acc78 Mon Sep 17 00:00:00 2001 From: Marek Kasik Date: Thu, 7 Mar 2019 16:04:19 +0100 Subject: Prepare 0.31.92 release --- NEWS | 16 ++++++++++++++++ meson.build | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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', ) -- cgit v1.2.1