Skip to content

Commit

Permalink
release 2.34-2
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed May 20, 2020
1 parent 40020bb commit f623a74
Show file tree
Hide file tree
Showing 18 changed files with 29 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
This file documents the revision history for the Monitoring Webinterface Thruk.

next:
2.34-2 Wed May 20 17:01:57 CEST 2020
- quick commands can create recurring downtimes
- Reporting:
- add more mail sending options
Expand Down
24 changes: 12 additions & 12 deletions MANIFEST
Expand Up @@ -171,8 +171,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-2.34-1.css
plugins/plugins-available/business_process/root/bp-2.34-1.js
plugins/plugins-available/business_process/root/bp-2.34-2.css
plugins/plugins-available/business_process/root/bp-2.34-2.js
plugins/plugins-available/business_process/root/bp-ie-fixes.js
plugins/plugins-available/business_process/root/images/lock.png
plugins/plugins-available/business_process/root/images/testmode_critical.png
Expand Down Expand Up @@ -363,8 +363,8 @@ plugins/plugins-available/mobile/root/img/ndisabled.gif
plugins/plugins-available/mobile/root/img/passiveonly.gif
plugins/plugins-available/mobile/root/img/startup.png
plugins/plugins-available/mobile/root/img/thruk.png
plugins/plugins-available/mobile/root/mobile-2.34-1.css
plugins/plugins-available/mobile/root/mobile-2.34-1.js
plugins/plugins-available/mobile/root/mobile-2.34-2.css
plugins/plugins-available/mobile/root/mobile-2.34-2.js
plugins/plugins-available/mobile/root/vendor/jqm-1.4.5/images/ajax-loader.gif
plugins/plugins-available/mobile/root/vendor/jqm-1.4.5/jquery.mobile-1.4.5.min.css
plugins/plugins-available/mobile/root/vendor/jqm-1.4.5/jquery.mobile-1.4.5.min.js
Expand Down Expand Up @@ -547,7 +547,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-2.34-1.css
plugins/plugins-available/panorama/root/panorama-2.34-2.css
plugins/plugins-available/panorama/routes
plugins/plugins-available/panorama/scripts/disable_debug.sh
plugins/plugins-available/panorama/scripts/enable_debug.sh
Expand Down Expand Up @@ -652,12 +652,12 @@ README.md
root/favicon.ico
root/index.html
root/robots.txt
root/thruk/cache/Thruk-2.34-1.css
root/thruk/cache/thruk-2.34-1.js
root/thruk/cache/Thruk-noframes-2.34-1.css
root/thruk/cache/thruk-panorama-2.34-1.js
root/thruk/cache/Thruk2-2.34-1.css
root/thruk/cache/Thruk2-noframes-2.34-1.css
root/thruk/cache/Thruk-2.34-2.css
root/thruk/cache/thruk-2.34-2.js
root/thruk/cache/Thruk-noframes-2.34-2.css
root/thruk/cache/thruk-panorama-2.34-2.js
root/thruk/cache/Thruk2-2.34-2.css
root/thruk/cache/Thruk2-noframes-2.34-2.css
root/thruk/images/expand.png
root/thruk/images/folder_blue.png
root/thruk/images/folder_blue_mixed.png
Expand All @@ -677,7 +677,7 @@ root/thruk/images/pbar-ani.gif
root/thruk/images/spacer.png
root/thruk/images/trendshost.png
root/thruk/images/trendssvc.png
root/thruk/javascript/thruk-2.34-1.js
root/thruk/javascript/thruk-2.34-2.js
root/thruk/media/critical.wav
root/thruk/media/ok.wav
root/thruk/media/unknown.wav
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
thruk (2.34-2) UNRELEASED; urgency=low

* new upstream release

-- Thruk Development Team <devel@thruk.org> Wed, 20 May 2020 17:01:57 +0200

thruk (2.34) UNRELEASED; urgency=low

* new upstream release
Expand Down
2 changes: 1 addition & 1 deletion docs/manpages/thruk.3
Expand Up @@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "thruk 3"
.TH thruk 3 "2020-03-28" "perl v5.28.1" "User Contributed Perl Documentation"
.TH thruk 3 "2020-05-20" "perl v5.28.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
Expand Down
4 changes: 2 additions & 2 deletions lib/Thruk/Config.pm
Expand Up @@ -32,7 +32,7 @@ BEGIN {
our $VERSION = '2.34';

my $project_root = home('Thruk::Config') or confess('could not determine project_root: '.Dumper(\%INC));
my $branch = '';
my $branch = '2';
my $gitbranch = get_git_name($project_root);
my $filebranch = $branch || 1;
if($branch) {
Expand All @@ -47,7 +47,7 @@ $ENV{'THRUK_SRC'} = 'UNKNOWN' unless defined $ENV{'THRUK_SRC'};
our %config = ('name' => 'Thruk',
'version' => $VERSION,
'branch' => $branch,
'released' => 'March 28, 2020',
'released' => 'May 20, 2020',
'compression_format' => 'gzip',
'ENCODING' => 'utf-8',
'image_path' => $project_root.'/root/thruk/images',
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion root/thruk/startup.html
Expand Up @@ -6,7 +6,7 @@



<link rel='stylesheet' type='text/css' href='cache/Thruk2-2.34-1.css' />
<link rel='stylesheet' type='text/css' href='cache/Thruk2-2.34-2.css' />



Expand Down
2 changes: 1 addition & 1 deletion script/check_thruk_rest
Expand Up @@ -37,7 +37,7 @@ use warnings;
use Getopt::Long qw//;

our $VERSION = '2.34';
my $branch = '';
my $branch = '2';

my $options = {
'verbose' => 1,
Expand Down
2 changes: 1 addition & 1 deletion script/nagexp
Expand Up @@ -6,7 +6,7 @@ use strict;
use warnings;

our $VERSION = '2.34';
my $branch = '';
my $branch = '2';

my $nagexp = Thruk::nagexp->new();
exit $nagexp->run();
Expand Down
2 changes: 1 addition & 1 deletion script/nagimp
Expand Up @@ -36,7 +36,7 @@ use strict;
use warnings;

our $VERSION = '2.34';
my $branch = '';
my $branch = '2';

my $nagimp = Thruk::nagimp->new();
exit $nagimp->run();
Expand Down
2 changes: 1 addition & 1 deletion script/naglint
Expand Up @@ -36,7 +36,7 @@ use strict;
use warnings;

our $VERSION = '2.34';
my $branch = '';
my $branch = '2';
$branch = Thruk::Config::get_git_name() unless $branch ne '';

my $naglint = Thruk::naglint->new();
Expand Down
2 changes: 1 addition & 1 deletion script/thruk
Expand Up @@ -37,7 +37,7 @@ use warnings;
use Getopt::Long qw//;

our $VERSION = '2.34';
my $branch = '';
my $branch = '2';

my $options = {
'verbose' => 1,
Expand Down
2 changes: 1 addition & 1 deletion support/thruk.spec
Expand Up @@ -10,7 +10,7 @@

Name: thruk
Version: 2.34
Release: 1
Release: 2
License: GPL-2.0-or-later
Packager: Sven Nierlein <sven.nierlein@consol.de>
Vendor: Labs Consol
Expand Down

0 comments on commit f623a74

Please sign in to comment.