summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2014-02-17 22:36:01 -0500
committerRyan Lortie <desrt@desrt.ca>2014-02-17 22:36:01 -0500
commit363eda5b0572eac73d5514b4f3dbd0ab7e250b4d (patch)
tree7a373718b45da7e5d4ea299c7c09d914a2609708
parent431d1126e752f03f8be91fc8ae213964284189c2 (diff)
downloaddconf-363eda5b0572eac73d5514b4f3dbd0ab7e250b4d.tar.gz
dconf 0.19.900.19.90
-rw-r--r--NEWS18
-rw-r--r--configure.ac2
2 files changed, 19 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 00a427c..146c3e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes in dconf 0.19.90
+=========================
+
+ - dconf compile: always write little endian
+
+ - file-db: don't install match rules on no bus (fixes gdbus assertion)
+
+ - update dconf(1) manpage for 'dconf compile'
+
+ - fix 'make clean' on FreeBSD
+
+ - editor: provide appdata
+
+Translations updates:
+ Ukrainian translation
+ Aragonese translation
+ Chinese
+
Changes in dconf 0.19.3
========================
diff --git a/configure.ac b/configure.ac
index f847cde..4f9288a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([dconf],
- [0.19.3],
+ [0.19.90],
[https://bugzilla.gnome.org/enter_bug.cgi?product=dconf],
[dconf])