summaryrefslogtreecommitdiff
path: root/sysutils/menu-cache/patches
AgeCommit message (Collapse)AuthorFilesLines
2018-05-25Fix for SunOS.youri1-0/+14
2018-05-22Update to 1.1.0:youri1-4/+4
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.
2016-04-28menu-cache: Fix SunOS build.youri1-0/+14