Skip to content

Commit b51b570

Browse files
committed
tag to 1.11.4
Signed-off-by: Frederic Descamps <lefred.descamps@gmail.com>
1 parent 9f620e5 commit b51b570

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Changelog

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changelog for innotop:
22

3+
2017-01-20: version 1.11.4
4+
* add SUM function for ONLY_FULL_GROUP_BY
5+
36
2017-01-20: version 1.11.3
47

58
* Undisplay handlersocket's threads in hide_inactive
@@ -8,7 +11,6 @@ Changelog for innotop:
811
* fixed bug that removed value for cxn and channel_name columns in display M
912
* added sort on replication delay, so that the replication-display will sort on slave_sql_running, timelag (in minutes) and channel_name.
1013
* support for MariaDB 10.0 in InnoDB row (issue 93)
11-
* add SUM function for ONLY_FULL_GROUP_BY
1214

1315
2013-07-12: version 1.9.1
1416

innotop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
use strict;
2323
use warnings FATAL => 'all';
2424

25-
our $VERSION = '1.11.3';
25+
our $VERSION = '1.11.4';
2626

2727
# Find the home directory; it's different on different OSes.
2828
our $homepath = $ENV{HOME} || $ENV{HOMEPATH} || $ENV{USERPROFILE} || '.';

innotop.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Name: innotop
55
Summary: A MySQL and InnoDB monitor program.
6-
Version: 1.11.3
6+
Version: 1.11.4
77
Release: 1%{?dist}
88
Vendor: Baron Schwartz <baron@percona.com>
99
Packager: Frederic Descamps <lefred@percona.com>
@@ -122,6 +122,9 @@ find %{buildroot}%{_prefix} \
122122
%defattr(-,root,root)
123123

124124
%changelog
125+
* Fri Jan 20 2017 Frederic Descamps <lefred@lefred.be> - 1.11.4-1
126+
- Package for github new tag 1.11.4
127+
125128
* Fri Jul 12 2013 Frederic Descamps <lefred@lefred.be> - 1.9.1-1
126129
- Package for svn source code revision 113
127130

0 commit comments

Comments
 (0)