From ff441b272a8f3951991040815b9ad19be87b8cb6 Mon Sep 17 00:00:00 2001 From: Daniel Playfair Cal Date: Mon, 6 Jan 2020 11:30:19 +1100 Subject: Update NEWS for 0.35.1 release --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 05b808a..74169bd 100644 --- a/NEWS +++ b/NEWS @@ -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 ======================= -- cgit v1.2.1 From 75ff94f6485da65e6ac4b6076f10aee7bd5da47c Mon Sep 17 00:00:00 2001 From: Daniel Playfair Cal Date: Mon, 6 Jan 2020 11:38:50 +1100 Subject: Increment version number post 0.35.1 release --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ) -- cgit v1.2.1