[dconf] Release 0.4



commit 99977bc2dddc7d405c16211844074e91360eec4e
Author: Ryan Lortie <desrt desrt ca>
Date:   Fri Jun 11 13:14:45 2010 -0400

    Release 0.4

 NEWS         |   17 +++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..1cea21b
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,17 @@
+Changes in dconf 0.4
+=====================
+
+ - fix crashes when the dconf database doesn't yet exist
+ - add some incomplete gtk-doc
+ - use new GVDB (note: dconf file format has incompatibly changed)
+ - implement GSettings sync()
+ - use string tags instead of sequence numbers since it was impossible
+   to have universally unique sequence numbers
+ - theoretical support for sharing dconf databases between machines with
+   different byte orders
+ - fix bug where first write was not successful when auto-starting
+   service
+ - FreeBSD build fixes
+ - client API cleanups
+ - GObject introspection support
+ - enable automake silent rules by default for tarball builds
diff --git a/configure.ac b/configure.ac
index 29d4770..d12bd44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(dconf, 0.3.2)
+AC_INIT(dconf, 0.4)
 AM_INIT_AUTOMAKE
 AM_SILENT_RULES(yes)
 GOBJECT_INTROSPECTION_CHECK([0.6.7])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]