From c60bdea5a0a923f673ba01458d71acfc59fc9b33 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Mon, 9 May 2011 10:11:22 +0200 Subject: 0.7.5 release --- NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 92abd05..f90800e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Changes in dconf 0.7.5 +====================== + +This release corrects a serious flaw in the previous release: crashing +if the database did not already exist. + +It also contains many fixes and improvements to the dconf-editor, +including use of GSettings to store the window geometry. + +This is the final release before 0.8.0 which will become the first +release in a new stable series. Feature development will continue on +'master' toward 0.9 past that point. + Changes in dconf 0.7.4 ====================== diff --git a/configure.ac b/configure.ac index c83b423..8b61d92 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([dconf], - [0.7.4], + [0.7.5], [https://bugzilla.gnome.org/enter_bug.cgi?product=dconf], [dconf]) -- cgit v1.2.1