Skip to content

Commit

Permalink
Release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesottinger committed Apr 20, 2016
1 parent 85c5716 commit 240db8f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Extras/specs/centos-longview.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: linode-longview
Version: 1.1
Release: 3
Release: 5
Summary: Linode Longview Agent
License: GPLv2+
BuildArch: noarch
Expand Down
2 changes: 1 addition & 1 deletion Extras/specs/fedora-longview.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: linode-longview
Version: 1.1
Release: 3
Release: 5
Summary: Linode Longview Agent
License: GPLv2+
BuildArch: noarch
Expand Down
2 changes: 1 addition & 1 deletion Linode/Longview/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ our $logger = get_logger();
our $gua;
our $post_target = 'https://longview.linode.com/post';

our $VERSION = '1.1.4';
our $VERSION = '1.1.5';
our $TICKS = POSIX::sysconf(&POSIX::_SC_CLK_TCK);
our $PROCFS = find_procfs() or $logger->logdie("Couldn't find procfs: $!");
our $ARCH = get_architecture() or $logger->info("Couldn't determine architecture: $!");
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
linode-longview (1.1.5) stable; urgency=low

* fix naming issues in debian installation files
* Update README.m
* Fix warnings when apache regex doesn't match
* Fix for issue #5, cpu core fix in SysInfo.pm
* Fix for issue #16, typo in linode-longview.postinst

-- James Ottinger <jottinger@linode.com> Wed, 20 Apr 2016 10:23:35 -0400

linode-longview (1.1.3) stable; urgency=low

* Match the longname of a process more accurately
Expand Down

0 comments on commit 240db8f

Please sign in to comment.