File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11Changelog for innotop:
22
3+ 2017-01-20: version 1.11.4
4+ * add SUM function for ONLY_FULL_GROUP_BY
5+
362017-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
13152013-07-12: version 1.9.1
1416
Original file line number Diff line number Diff line change 2222use strict;
2323use 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.
2828our $homepath = $ENV {HOME } || $ENV {HOMEPATH } || $ENV {USERPROFILE } || ' .' ;
Original file line number Diff line number Diff line change 33#
44Name: innotop
55Summary: A MySQL and InnoDB monitor program.
6- Version: 1.11.3
6+ Version: 1.11.4
77Release: 1%{?dist }
88Vendor: Baron Schwartz < baron@percona.com>
99Packager: 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
You can’t perform that action at this time.
0 commit comments