summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-06-11 13:14:45 -0400
committerRyan Lortie <desrt@desrt.ca>2010-06-11 13:14:45 -0400
commit99977bc2dddc7d405c16211844074e91360eec4e (patch)
tree81172653640688abd946a9ddca36a8e8b3eb085d /NEWS
parent6a1e24460e76f168fa40a84cafbc6a3e374c32bf (diff)
downloaddconf-99977bc2dddc7d405c16211844074e91360eec4e.tar.gz
Release 0.40.4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 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