summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-05-09 10:11:22 +0200
committerRyan Lortie <desrt@desrt.ca>2011-05-09 10:11:22 +0200
commitc60bdea5a0a923f673ba01458d71acfc59fc9b33 (patch)
tree67763949625b89810909690aac2e7d4855ac7d8d
parentf53a259ef2bbae4af9356b21eb8a7dab56282c56 (diff)
downloaddconf-c60bdea5a0a923f673ba01458d71acfc59fc9b33.tar.gz
0.7.5 release0.7.5
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
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])