diff --git a/Changes b/Changes index df544c4b95..541df61a07 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for the Monitoring Webinterface Thruk. -next: +3.10 Sun Nov 5 16:24:33 CET 2023 - add explore mode to advanced status filter - add option to set link target based on url rules (link_target) - show action/notes urls with original link and open new tab by javascript diff --git a/MANIFEST b/MANIFEST index 22455fdccd..1a17f6f86e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -198,8 +198,8 @@ plugins/plugins-available/business_process/lib/Thruk/Controller/bp.pm plugins/plugins-available/business_process/lib/Thruk/Controller/Rest/V1/bp.pm plugins/plugins-available/business_process/lib/Thruk/Utils/CLI/Bp.pm plugins/plugins-available/business_process/preview.png -plugins/plugins-available/business_process/root/bp-3.08.3.css -plugins/plugins-available/business_process/root/bp-3.08.3.js +plugins/plugins-available/business_process/root/bp-3.10.css +plugins/plugins-available/business_process/root/bp-3.10.js plugins/plugins-available/business_process/root/images/lock.png plugins/plugins-available/business_process/root/images/testmode_critical.png plugins/plugins-available/business_process/root/images/testmode_ok.png @@ -540,7 +540,7 @@ plugins/plugins-available/panorama/root/js/panorama_js_tabbar.js plugins/plugins-available/panorama/root/js/panorama_js_tabbar_search.js plugins/plugins-available/panorama/root/js/panorama_js_track_timers.js plugins/plugins-available/panorama/root/js/panorama_js_utils_base64.js -plugins/plugins-available/panorama/root/panorama-3.08.3.css +plugins/plugins-available/panorama/root/panorama-3.10.css plugins/plugins-available/panorama/routes plugins/plugins-available/panorama/scripts/disable_debug.sh plugins/plugins-available/panorama/scripts/enable_debug.sh @@ -642,11 +642,11 @@ README.md root/favicon.ico root/index.html root/robots.txt -root/thruk/cache/thruk-3.08.3.js -root/thruk/cache/thruk-panorama-3.08.3.js +root/thruk/cache/thruk-3.10.js +root/thruk/cache/thruk-panorama-3.10.js root/thruk/images/trendshost.png root/thruk/images/trendssvc.png -root/thruk/javascript/thruk-3.08.3.js +root/thruk/javascript/thruk-3.10.js root/thruk/media/critical.wav root/thruk/media/ok.wav root/thruk/media/unknown.wav diff --git a/debian/changelog b/debian/changelog index 90f742763c..6d689534d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +thruk (3.10+1) UNRELEASED; urgency=low + + * new upstream release + + -- Thruk Development Team Sun, 05 Nov 2023 16:24:36 +0100 + thruk (3.08.3+1) UNRELEASED; urgency=low * new upstream release diff --git a/dist.ini b/dist.ini index 2da865ad3b..584b1c1b52 100644 --- a/dist.ini +++ b/dist.ini @@ -1,4 +1,4 @@ name = Thruk -version = 3.08.3 +version = 3.10 author = Sven Nierlein license = Artistic diff --git a/docs/manpages/thruk.3 b/docs/manpages/thruk.3 index e0893b0186..0db70716e7 100644 --- a/docs/manpages/thruk.3 +++ b/docs/manpages/thruk.3 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.43) +.\" Automatically generated by Pod::Man 4.14 (Pod::Simple 3.40) .\" .\" Standard preamble: .\" ======================================================================== @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "thruk 3" -.TH thruk 3 "2023-09-08" "perl v5.36.0" "User Contributed Perl Documentation" +.TH thruk 3 "2023-11-03" "perl v5.32.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/lib/Thruk/Config.pm b/lib/Thruk/Config.pm index d07270bf21..d5dbe1a7c7 100644 --- a/lib/Thruk/Config.pm +++ b/lib/Thruk/Config.pm @@ -25,7 +25,7 @@ Generic Access to Thruks Config ###################################### -our $VERSION = '3.08.3'; +our $VERSION = '3.10'; our $config; my $project_root = home() || confess('could not determine project_root from inc.'); @@ -33,7 +33,7 @@ my $project_root = home() || confess('could not determine project_root from inc. my $base_defaults = { 'name' => 'Thruk', 'fileversion' => $VERSION, - 'released' => 'July 21, 2023', + 'released' => 'November 05, 2023', 'compression_format' => 'gzip', 'ENCODING' => 'utf-8', 'image_path' => $project_root.'/root/thruk/images', diff --git a/plugins/plugins-available/business_process/root/bp-3.08.3.css b/plugins/plugins-available/business_process/root/bp-3.10.css similarity index 100% rename from plugins/plugins-available/business_process/root/bp-3.08.3.css rename to plugins/plugins-available/business_process/root/bp-3.10.css diff --git a/plugins/plugins-available/business_process/root/bp-3.08.3.js b/plugins/plugins-available/business_process/root/bp-3.10.js similarity index 100% rename from plugins/plugins-available/business_process/root/bp-3.08.3.js rename to plugins/plugins-available/business_process/root/bp-3.10.js diff --git a/plugins/plugins-available/panorama/root/panorama-3.08.3.css b/plugins/plugins-available/panorama/root/panorama-3.10.css similarity index 100% rename from plugins/plugins-available/panorama/root/panorama-3.08.3.css rename to plugins/plugins-available/panorama/root/panorama-3.10.css diff --git a/root/thruk/javascript/thruk-3.08.3.js b/root/thruk/javascript/thruk-3.10.js similarity index 100% rename from root/thruk/javascript/thruk-3.08.3.js rename to root/thruk/javascript/thruk-3.10.js diff --git a/support/thruk.spec b/support/thruk.spec index c8ace87f92..f54ea3698d 100644 --- a/support/thruk.spec +++ b/support/thruk.spec @@ -9,8 +9,8 @@ %endif Name: thruk -Version: 3.08.3 -Release: 12419.1 +Version: 3.10 +Release: 12645.1 License: GPL-2.0-or-later Packager: Sven Nierlein Vendor: Labs Consol