-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Several bugfixes * IPV6 support * super_read_only support * enforce_storage_engine support * With the help of @altmannmarcelo
- Loading branch information
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
mha4mysql-node (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-node (0.56-0) squeeze; urgency=low | ||
|
||
* (Note: All changelogs are written here: http://code.google.com/p/mysql-master-ha/wiki/ReleaseNotes ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Summary: Master High Availability Manager and Tools for MySQL, Node Package | ||
Name: mha4mysql-node | ||
Version: 0.57 | ||
Version: 0.58 | ||
Release: 0%{?dist} | ||
License: GPL v2 | ||
Vendor: DeNA Co.,Ltd. | ||
|
@@ -55,6 +55,16 @@ 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 | ||
|