Skip to content

Commit

Permalink
tag to 1.11.4
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Descamps <[email protected]>
  • Loading branch information
lefred committed Jan 20, 2017
1 parent 9f620e5 commit b51b570
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion innotop
Original file line number Diff line number Diff line change
Expand Up @@ -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} || '.';
Expand Down
5 changes: 4 additions & 1 deletion innotop.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Packager: Frederic Descamps <[email protected]>
Expand Down Expand Up @@ -122,6 +122,9 @@ find %{buildroot}%{_prefix} \
%defattr(-,root,root)

%changelog
* Fri Jan 20 2017 Frederic Descamps <[email protected]> - 1.11.4-1
- Package for github new tag 1.11.4

* Fri Jul 12 2013 Frederic Descamps <[email protected]> - 1.9.1-1
- Package for svn source code revision 113

Expand Down

0 comments on commit b51b570

Please sign in to comment.