Skip to content

Commit 240db8f

Browse files
committed
Release 1.1.5
1 parent 85c5716 commit 240db8f

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

Extras/specs/centos-longview.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: linode-longview
22
Version: 1.1
3-
Release: 3
3+
Release: 5
44
Summary: Linode Longview Agent
55
License: GPLv2+
66
BuildArch: noarch

Extras/specs/fedora-longview.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: linode-longview
22
Version: 1.1
3-
Release: 3
3+
Release: 5
44
Summary: Linode Longview Agent
55
License: GPLv2+
66
BuildArch: noarch

Linode/Longview/Util.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ our $logger = get_logger();
5858
our $gua;
5959
our $post_target = 'https://longview.linode.com/post';
6060

61-
our $VERSION = '1.1.4';
61+
our $VERSION = '1.1.5';
6262
our $TICKS = POSIX::sysconf(&POSIX::_SC_CLK_TCK);
6363
our $PROCFS = find_procfs() or $logger->logdie("Couldn't find procfs: $!");
6464
our $ARCH = get_architecture() or $logger->info("Couldn't determine architecture: $!");

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
linode-longview (1.1.5) stable; urgency=low
2+
3+
* fix naming issues in debian installation files
4+
* Update README.m
5+
* Fix warnings when apache regex doesn't match
6+
* Fix for issue #5, cpu core fix in SysInfo.pm
7+
* Fix for issue #16, typo in linode-longview.postinst
8+
9+
-- James Ottinger <[email protected]> Wed, 20 Apr 2016 10:23:35 -0400
10+
111
linode-longview (1.1.3) stable; urgency=low
212

313
* Match the longname of a process more accurately

0 commit comments

Comments
 (0)