SHA256
1
0
forked from pool/xfconf

Accepting request 54794 from X11:xfce

Accepted submit request 54794 from user anubisg1

OBS-URL: https://build.opensuse.org/request/show/54794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfconf?expand=0&rev=10
This commit is contained in:
Lars Vogdt
2010-12-05 21:54:41 +00:00
committed by Git OBS Bridge
parent dd4c7979ac
commit 01ab47ce84
5 changed files with 127 additions and 58 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Wed Dec 1 17:08:04 UTC 2010 - prusnak@opensuse.org
- use pkgconfig symbol in BuildRequires
-------------------------------------------------------------------
Tue Nov 23 22:28:52 UTC 2010 - gber@opensuse.org
- updated to 4.7.3
* Disable cache singletons and improve some code now we know the
tree is always empty during prefetch. This is only a
disadvantage when creating multiple new channels with the same
name, but in that case channels singletons should be used.
* Lots of memory leaks plugged. Valgrind log is clean now.
* Fix memory corruption during file loading and use mmap.
* Properly handle dirty channels in the daemon and avoid
excessive saving of channels.
* Disable unimplemented code in the properties cache.
* Steal values during cache prefetch to avoid a lot of copying.
* Updated translations: hu.
* Remove dangling nodes from the tree after a recursive remove.
* Use a seconds timeout to reduce system wakeups.
* Only print debug messages when compiled with debugging.
* Merge xml files in reversed order (bug #6079).
* Use g_strcmp0 for comparing strings.
* Bump glib depenency to 2.18.
* Silent the build.
* Updated translations: pt_BR, nl, gl, fi, ru.
- cleanup
* added summaries and descriptions
* fixed build of Perl interface
* fixed dependencies
-------------------------------------------------------------------
Tue Feb 2 13:55:35 CET 2010 - prusnak@suse.cz