File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11Name: linode-longview
22Version: 1.1
3- Release: 3
3+ Release: 5
44Summary: Linode Longview Agent
55License: GPLv2+
66BuildArch: noarch
Original file line number Diff line number Diff line change 11Name: linode-longview
22Version: 1.1
3- Release: 3
3+ Release: 5
44Summary: Linode Longview Agent
55License: GPLv2+
66BuildArch: noarch
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ our $logger = get_logger();
5858our $gua ;
5959our $post_target = ' https://longview.linode.com/post' ;
6060
61- our $VERSION = ' 1.1.4 ' ;
61+ our $VERSION = ' 1.1.5 ' ;
6262our $TICKS = POSIX::sysconf(&POSIX::_SC_CLK_TCK);
6363our $PROCFS = find_procfs() or $logger -> logdie(" Couldn't find procfs: $! " );
6464our $ARCH = get_architecture() or $logger -> info(" Couldn't determine architecture: $! " );
Original file line number Diff line number Diff line change 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+
111linode-longview (1.1.3) stable; urgency=low
212
313 * Match the longname of a process more accurately
You can’t perform that action at this time.
0 commit comments