summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2020-01-06 00:44:31 +0000
committerDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2020-01-06 00:44:31 +0000
commit9d7726a2966e5bceee38fa0dab12440926490a21 (patch)
tree0da97e1f2eadeee1da2b18f72a7281aba331004c
parenta1da64420c365004da1049199b03e6eca9c5f447 (diff)
parent75ff94f6485da65e6ac4b6076f10aee7bd5da47c (diff)
downloaddconf-9d7726a2966e5bceee38fa0dab12440926490a21.tar.gz
Merge branch 'prepare/0.35.1' into 'master'
Release 0.35.1 See merge request GNOME/dconf!57
-rw-r--r--NEWS13
-rw-r--r--meson.build2
2 files changed, 14 insertions, 1 deletions
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
=======================
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',
)