Path to this page:
Subject: CVS commit: pkgsrc/sysutils/menu-cache
From: Youri Mouton
Date: 2018-05-22 18:03:01
Message id: 20180522160301.19C56FB3E@cvs.NetBSD.org
Log Message:
Update to 1.1.0:
Changes in 1.1.0 since 1.0.2:
* 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.
Changes in 1.0.2 since 1.0.1:
* 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.
Files: