* Fixed crash with invalid <Name> tag in a menu.
* Added new API menu_cache_app_get_generic_name() to get generic
name for application.
* Fixed potential access violation, use runtime user dir instead of tmp dir.
It limits libmenu-cache compatibility to menu-cached >= 0.7.0.
* Directory $XDG_DATA_HOME/applications will be created if it does not
exist so it will be monitored in any case.
* Fixed issue when subdirectories added would be skipped in monitoring.
* Fixed potential file descriptors leak.
* Reduced inactivity timer to 6 seconds (from 600 seconds).
* Fixed an issue with multiple daemons started: test if daemon is already
running on socket before killing old socket file.
* Fixed 100% CPU load by menu-cached due to invalid dup2() call.
- Remove menu-cache-1.0.2-until-fd52af6.patch: upstreamed
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/menu-cache?expand=0&rev=63
- New upstream release 1.0.2
* Fixed crash in menu-cached if cache regeneration fails
* Fixed 100% CPU load by menu-cached in some rare conditions
* Invalid empty <DefaultLayout> should be ignored, see
specification
* Fixed crash in menu-cache-gen on <MergeFile type="parent"/> if
no file to merge found
* Fixed showing empty Other menu in some cases
* The option --disable-debug is now default, instead of
--enable-debug
OBS-URL: https://build.opensuse.org/request/show/447660
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/menu-cache?expand=0&rev=59
- new upstream version 0.6.0
* Fixed few GLIB compatibility issues.
* Changed default tarball format to XZ instead of GZIP.
* Fixed build without --enable-gtk-doc.
* Fixed crash on access root_dir with empty cache (no menu).
* Allowed menu_cache_get_desktop_env_flag() accept colon-separated list in accordance to freedesktop.org specification for the environment variable XDG_CURRENT_DESKTOP.
* The case if user deleted cache file is handled: it will be regenerated.
OBS-URL: https://build.opensuse.org/request/show/243550
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/menu-cache?expand=0&rev=43
* The libmenu-cache is made thread-safe. Thread-unsafe APIs are marked
as deprecated now and should be never used in any multithreaded application.
* Added creation of HTML developers documentation. It is triggered
by configure script option –enable-gtk-doc.
* The libmenu-cache is made more responsible by moving some time-critical
operations into thread. Also it preloads saved cache file if it exists
so it is available near instantly after menu_cache_lookup().
Caller still will get updates by adding notifier to the cache.
* Added automatic shutdown of menu-cached server after some inactivity
timeout (i.e. all clients were unregistered).
* Fixed few memory problems (referencing errors and memory leaks).
* Fix for bug #3501347: use g_get_tmp_dir() instead of hardcoded “/tmp”.
* The libmenu-cache ABI bumped to 2.
OBS-URL: https://build.opensuse.org/package/show/X11:lxde/menu-cache?expand=0&rev=33