pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
Changes since 0.9.9:
added option to disable system keyring storage to prevent crashes
reverted default sorting order to "Descending"
compiled to run on vintage systems like Windows XP
fixed vanishing Nagstamon submenu in Ubuntu Appindicator
fixed too narrow fullscreen display
added custom event notification with custom commands
added highlighting of new events
added storage of passwords in OS keyring
added optional tooltip for full status information
added support for applying custom actions to specific monitor only
added copy buttons for servers and actions dialogs
added stopping notification if event already vanished
added support for Op5Monitor 6.3 instead of Ninja
added experimental Zabbix support
added automatic refreshing after acknowledging
added permanent hamburger menu
unified layout of dialogs
various Check_MK improvements
fixed old regression not-staying-on-top-bug
fixed Check_MK-Recheck-DOS-bug
fixed pop window size calculation on multiple screens
fixed following popup window on multiple screens
fixed hiding dialogs in MacOSX
fixed ugly statusbar font in MacOSX
fixed use of changed colors
fixed non-ascending default sort order
fixed Opsview downtime dialog
fixed sometimes not working context menu
fixed some GUI glitches
fixed password saving bug
fixed Centreon language inconsistencies
fixed regression Umlaut bug
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Upstream changes:
-----------------
added custom actions in context menu (see documentation)
added reauthentication in case of authenticaton problems
added filter for flapping hosts and services
added history button for monitors
added shortcut to filter settings in popup window
improved keyboard usage in acknowledge/downtime/submit dialogs
changed configuration file to configuration directory (default: ~/.nagstamon)
fixed bug in Icinga acknowledgement
fixed bug in Check_MK Multisite sorting
fixed some Check_MK Multisite UTF trouble
fixed some major GUI bugs