summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2018-08-27 02:34:17 +0000
committerDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2018-08-27 02:34:17 +0000
commit8eb8eeaed6e2508fdd5fd60bdc2b319fa50109c7 (patch)
tree5ef6a8ed0e50101c872281f62d81f19c60e31933
parent35bcc8bf4f7e4a0fa6b2e55b702f90141dcddaa4 (diff)
parent24d1b5a07d28136cda6216ed25b4d6bc8a820ad7 (diff)
downloaddconf-8eb8eeaed6e2508fdd5fd60bdc2b319fa50109c7.tar.gz
Merge branch 'prepare-0.29.2' into 'master'
Prepare 0.29.2 See merge request GNOME/dconf!23
-rw-r--r--NEWS17
-rw-r--r--meson.build2
2 files changed, 16 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index bf568b7..42c67c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,18 @@
-Changes in the next version
-===========================
+Changes in dconf 0.29.2
+=======================
+
+ - Service: When corrupt GVDB files are found, they are now
+ transparently backed up and replaced with an empty database.
+ (Philip Withnall, !8)
+ - Replace all hard-coded /etc path with sysconfdir. This is useful for
+ JHBuild environments and systems that don't want to use /etc/dconf.
+ (Ting-Wei Lan; !21, #739229)
+ - Engine: Change overflow thresholds in subscription counts from
+ GMAXUINT32 to GMAXUINT (Daniel Playfair Cal; !20)
+ - Change meson flag used to build Gtk-Doc from enable-gtk-doc to
+ gtk_doc (Daniel Playfair Cal; !19)
+ - Declare libdconf_service as a dependency to fix the build in
+ massively parallelised environments (Emmanuele Bassi; !22)
Changes in dconf 0.29.1
=======================
diff --git a/meson.build b/meson.build
index 788cea9..b66c595 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'dconf', ['c', 'vala'],
- version: '0.29.2',
+ version: '0.29.3',
license: 'LGPL2.1+',
meson_version: '>= 0.46.0',
)