From b51b570b942b2b6fb4a81db1e34fa93edf068d15 Mon Sep 17 00:00:00 2001 From: Frederic Descamps Date: Fri, 20 Jan 2017 23:42:40 +0100 Subject: [PATCH] tag to 1.11.4 Signed-off-by: Frederic Descamps --- Changelog | 4 +++- innotop | 2 +- innotop.spec | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 5498c52..67bc526 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,8 @@ Changelog for innotop: +2017-01-20: version 1.11.4 + * add SUM function for ONLY_FULL_GROUP_BY + 2017-01-20: version 1.11.3 * Undisplay handlersocket's threads in hide_inactive @@ -8,7 +11,6 @@ Changelog for innotop: * fixed bug that removed value for cxn and channel_name columns in display M * added sort on replication delay, so that the replication-display will sort on slave_sql_running, timelag (in minutes) and channel_name. * support for MariaDB 10.0 in InnoDB row (issue 93) - * add SUM function for ONLY_FULL_GROUP_BY 2013-07-12: version 1.9.1 diff --git a/innotop b/innotop index d29ddd5..f958eba 100755 --- a/innotop +++ b/innotop @@ -22,7 +22,7 @@ use strict; use warnings FATAL => 'all'; -our $VERSION = '1.11.3'; +our $VERSION = '1.11.4'; # Find the home directory; it's different on different OSes. our $homepath = $ENV{HOME} || $ENV{HOMEPATH} || $ENV{USERPROFILE} || '.'; diff --git a/innotop.spec b/innotop.spec index 10b2c41..6da04ac 100644 --- a/innotop.spec +++ b/innotop.spec @@ -3,7 +3,7 @@ # Name: innotop Summary: A MySQL and InnoDB monitor program. -Version: 1.11.3 +Version: 1.11.4 Release: 1%{?dist} Vendor: Baron Schwartz Packager: Frederic Descamps @@ -122,6 +122,9 @@ find %{buildroot}%{_prefix} \ %defattr(-,root,root) %changelog +* Fri Jan 20 2017 Frederic Descamps - 1.11.4-1 + - Package for github new tag 1.11.4 + * Fri Jul 12 2013 Frederic Descamps - 1.9.1-1 - Package for svn source code revision 113