SHA256
1
0
forked from pool/dconf

Accepting request 158302 from GNOME:Next

Push GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/158302
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=55
This commit is contained in:
2013-03-13 23:01:25 +00:00
committed by Git OBS Bridge
parent e927cbc06e
commit 0493834204
4 changed files with 77 additions and 7 deletions

View File

@@ -1,3 +1,68 @@
-------------------------------------------------------------------
Wed Feb 13 08:48:06 UTC 2013 - dimstar@opensuse.org
- Update to version 0.15.3:
+ Fix problem related to empty changesets (caused by empty 'dconf
load', for example).
+ New icons: hicolor icons have been updated and a HighContrast
set added.
+ Loosen some assertions on the order of messages being returned
from the service. D-Bus violates this order in the case that
the service crashes and that's no reason to take the client
with it as well.
+ Improve autogen.sh non-bash compatibility.
+ Add some backends to the dconf-service: The first backend is a
null backend that allows for a temporary database tied to the
lifetime of the session.
+ Also add a new 'keyfile' backend for the service. This is
primarily intended to be used with NFS (where use of mmap is
not safe).
+ Add a mkdir() in the case of an empty home directory where
~/.config/dconf does not already exist.
+ Fix crashes in the service caused by failures to write
(including failures caused by the above issue being overlooked)
+ Work around an issue with a testcase hanging and failing due to
a GLib change to the order in which testcases are run.
+ Running autoreconf on tarballs should now work.
+ Updated translations.
-------------------------------------------------------------------
Sat Nov 24 22:46:56 UTC 2012 - dimstar@opensuse.org
- Update to version 0.15.2:
+ Update to the new GVDB API (GBytes based) and refactor a bit
+ Add a new type of "database mode" DConfChangeset and use it
+ The service has been substantially rewritten
- using gdbus-codegen
- cache the file contents instead of read/modify/write each
time
- new DConfWriter abstraction allows considering support for
backends
- uses only POSIX IO (read and write syscalls) for database
access
- workaround mmap() bug on OpenBSD
+ Editor:
- Fix search order of schema dirs
- Translate summary and description
+ Updated translations.
- Add pkgconfig(glib-2.0) BuildRequires so it can be versioned.
-------------------------------------------------------------------
Wed Nov 14 09:28:36 UTC 2012 - dimstar@opensuse.org
- Update to version 0.15.0:
+ Add --disable-man
+ Fix reading default values in GSettings backend
+ Editor:
- Support schema overrides
- Search improvements (search directories, values,
descriptions)
- Correctly get text from schema descriptions
- Only write window state settings on exit and support
fullscreen state
+ dconf_rebuilder_get_parent: don't leak parent_name
+ Updated translations.
-------------------------------------------------------------------
Tue Nov 13 13:48:38 UTC 2012 - dimstar@opensuse.org