Accepting request 132996 from GNOME:Next

Push G:N - Resubmit after adjusting based on the comments

OBS-URL: https://build.opensuse.org/request/show/132996
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=50
This commit is contained in:
Vincent Untz
2012-09-07 15:25:46 +00:00
committed by Git OBS Bridge
parent eeba42506f
commit 69a983b6a2
5 changed files with 73 additions and 15 deletions

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Tue Aug 21 07:27:22 UTC 2012 - dimstar@opensuse.org
- Update to version 0.13.90:
+ Updated translations.
-------------------------------------------------------------------
Tue Aug 7 16:29:44 UTC 2012 - dimstar@opensuse.org
- Update to version 0.13.5:
+ the service no longer attempts to migrate the primary dconf
database from its (years) old path ~/.config/dconf to the new
~/.config/dconf/user
+ fixes for profile file parsing problems
+ fix obscure race in GDBus handling code that could result in
out-of-order message delivery
+ editor:
- clean up some messages and mark strings for translations
- enable internationalization
+ add manpages for dconf(7), dconf(1), dconf-service and
dconf-editor
+ Updated translations.
- Add docbook-xsl-stylesheets, intltool and xsltproc BuildRequires:
new dependencies.
- Split out a -lang package.
-------------------------------------------------------------------
Fri Aug 3 08:53:22 UTC 2012 - dimstar@opensuse.org
- Update to version 0.13.4:
+ extensively refactored
+ API of libdconf has changed; soname bumped to libdconf.so.1
+ installed header layout has changed
+ there are changes to the API used between the client and the
service.
+ there is a now a fairly decent test suite but it requires a
full D-Bus environment to run in, so it may make sense to avoid
'make check' on builders for the time being.
-------------------------------------------------------------------
Fri Aug 3 07:10:30 UTC 2012 - dimstar@opensuse.org
- Update to version 0.13.0:
+ editor: use GtkApplication and GMenu
+ editor: support searching for keys
+ dconf cli: call setlocale() on startup
-------------------------------------------------------------------
Fri Aug 3 06:37:48 UTC 2012 - dimstar@opensuse.org