SHA256
1
0
forked from pool/dconf

Accepting request 228591 from GNOME:Next

Push GNOME:Next - GNOME 3.12.0

OBS-URL: https://build.opensuse.org/request/show/228591
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=64
This commit is contained in:
2014-04-03 20:32:52 +00:00
committed by Git OBS Bridge
parent 65c99eae78
commit 9914f56324
4 changed files with 74 additions and 8 deletions

View File

@@ -1,3 +1,67 @@
-------------------------------------------------------------------
Mon Mar 24 19:49:28 UTC 2014 - zaitor@opensuse.org
- Update to version 0.20.0:
+ Updated translations.
-------------------------------------------------------------------
Tue Mar 18 10:19:23 UTC 2014 - dimstar@opensuse.org
- Update to version 0.19.92:
+ Depend on automake 1.11.2.
+ Stop using ACLOCAL_FLAGS.
+ Depend on released version of Vala (0.18.0).
-------------------------------------------------------------------
Mon Mar 3 21:43:11 UTC 2014 - dimstar@opensuse.org
- Update to version 0.19.91:
+ Fix an unlikely failure in the fuzz testing of gvdb.
+ Fix a thread safety issue with file-db.
-------------------------------------------------------------------
Wed Feb 19 19:07:56 UTC 2014 - zaitor@opensuse.org
- Update to version 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.
+ Updated translations.
-------------------------------------------------------------------
Mon Jan 13 22:29:21 UTC 2014 - dimstar@opensuse.org
- Update to version 0.19.3:
+ Quite a lot of test coverage improvements.
+ Add a proper DCONF_ERROR error domain.
+ Suppress GLib deprecation warnings during build.
+ Engine:
- Issue warnings about missing files only once per source.
- Grok the WritabilityNotify signal from D-Bus.
- Assorted fixes for issues found during testing.
+ gsettings: handle writability changes correctly.
+ Portability: only link to -ldl if it is required.
+ Add support for 'file-db' to profiles: this is an absolute path
to a immutable dconf database file.
+ Add support for finding profiles in XDG_DATA_DIRS if they are
not in /etc.
+ Add 'dconf compile' command for building dconf databases from
keyfiles in arbitrary locations (like from the build system of
a project that may want to install a file-db).
+ Editor: add a section separator to the app menu for
consistency.
-------------------------------------------------------------------
Tue Nov 19 19:34:24 UTC 2013 - dimstar@opensuse.org
- Update to version 0.19.2:
+ Add support for the new GSettingsBackend.read_user_value() API.
+ Bump GLib version depend accordingly (2.39.1).
+ Updated translations.
-------------------------------------------------------------------
Tue Sep 24 07:45:29 UTC 2013 - dimstar@opensuse.org