summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
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])