Skip to content

Commit

Permalink
Release v0.58 (#102)
Browse files Browse the repository at this point in the history
 * Several bugfixes
 * IPV6 support
 * super_read_only support
 * enforce_storage_engine support
 * With the help of @altmannmarcelo
  • Loading branch information
grypyrg authored Mar 22, 2018
1 parent 54b4a85 commit abe11f9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
mha4mysql-manager (0.58-0) squeeze; urgency=low

* Several bugfixes
* IPV6 support
* super_read_only support
* enforce_storage_engine support
* Version 0.58
* With the help of Marcelo Altmann <[email protected]>

-- Kenny Gryp <[email protected]> Thu, 22 Mar 2018 00:00:00 +0000

mha4mysql-manager (0.56-0) squeeze; urgency=low

* (Note: All changelogs are written here: http://code.google.com/p/mysql-master-ha/wiki/ReleaseNotes )
Expand Down
2 changes: 1 addition & 1 deletion lib/MHA/ManagerConst.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use warnings FATAL => 'all';

use MHA::NodeConst;

our $VERSION = '0.57';
our $VERSION = '0.58';
our $NODE_MIN_VERSION = '0.54';

our @ALIVE_ERROR_CODES = (
Expand Down
10 changes: 9 additions & 1 deletion rpm/masterha_manager.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Master High Availability Manager and Tools for MySQL, Manager Package
Name: mha4mysql-manager
Version: 0.57
Version: 0.58
Release: 0%{?dist}
License: GPL v2
Vendor: DeNA Co.,Ltd.
Expand Down Expand Up @@ -58,6 +58,14 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)

%changelog
* Thu Mar 22 2018 Kenny.Gryp <[email protected]>
- Several bugfixes
- IPV6 support
- super_read_only support
- enforce_storage_engine support
- Version 0.58
- With the help of Marcelo Altmann <[email protected]>

* Sun May 31 2015 Yoshinori Matsunobu <[email protected]>
- (Note: All changelogs are written here: http://code.google.com/p/mysql-master-ha/wiki/ReleaseNotes )
- Version 0.57
Expand Down

0 comments on commit abe11f9

Please sign in to comment.