diff options
-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.35.1 +======================= + + - Writer service: avoid writing to disk and emitting changed signals + when write requests do not result in changes to the database (Daniel + Playfair Cal, !3) + - build: Drop redundant `install` key from `configure_file()` (Philip + Withnall, !53) + - build: Update abicheck.sh script to work with GCC 9 (Diego + Escalante Urello, !55) + - build: Update use of link_whole for meson-0.52 (Diego Escalante + Urello, !54) + Changes in dconf 0.33.2 ======================= diff --git a/meson.build b/meson.build index 10c4fbe..6d6d92e 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'dconf', ['c'], - version: '0.35.1', + version: '0.35.2', license: 'LGPL2.1+', meson_version: '>= 0.47.0', ) |