diff options
author | Ryan Lortie <desrt@desrt.ca> | 2014-02-17 22:36:01 -0500 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2014-02-17 22:36:01 -0500 |
commit | 363eda5b0572eac73d5514b4f3dbd0ab7e250b4d (patch) | |
tree | 7a373718b45da7e5d4ea299c7c09d914a2609708 | |
parent | 431d1126e752f03f8be91fc8ae213964284189c2 (diff) | |
download | dconf-363eda5b0572eac73d5514b4f3dbd0ab7e250b4d.tar.gz |
dconf 0.19.900.19.90
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 19 insertions, 1 deletions
@@ -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]) |