SHA256
1
0
forked from pool/dconf

Accepting request 77191 from home:vuntz:branches:GNOME:Factory

Update to 0.9.0

OBS-URL: https://build.opensuse.org/request/show/77191
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=28
This commit is contained in:
Vincent Untz
2011-07-27 22:05:16 +00:00
committed by Git OBS Bridge
parent bc839b316c
commit 6811768694
4 changed files with 35 additions and 8 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Jul 27 12:24:44 CEST 2011 - vuntz@opensuse.org
- Update to version 0.9.0:
+ Support loading/storing of maybe types in dconf
+ Remove NFS detection hackery and rely on XDG runtime dir
+ Add proper support for change notification to DConfClient
+ Commandline tool improvements:
- reset: reset keys or entire subpaths
- dump: dump entire subpaths to keyfile format
- load: load them back again (maybe at a different path)
- watch: actually works now
+ Editor improvements:
- keys now change in editor when changed from outside
- support for flags
- show dconf-editor in applications list
+ Work around incompatible Vala bindings changes with an #if
+ Don't install the bash completion script as executable
+ Fix a warning caused by reusing a GError variable
+ Other small fixes
- Remove SUSE_ASNEEDED=0: this is not needed anymore.
- Add SystemSetup category to dconf-editor.desktop to make the brp
checks happy.
- Comment out Icon line with sed in dconf-editor.desktop, until we
get an icon in the tarball. Else, the build fails in brp checks.
-------------------------------------------------------------------
Tue May 17 16:53:08 CEST 2011 - dimstar@opensuse.org