File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1+ mha4mysql-manager (0.58-0) squeeze; urgency=low
2+
3+ * Several bugfixes
4+ * IPV6 support
5+ * super_read_only support
6+ * enforce_storage_engine support
7+ * Version 0.58
8+ * With the help of Marcelo Altmann <marcelo.altmann@percona.com>
9+
10+ -- Kenny Gryp <kenny@goss.be> Thu, 22 Mar 2018 00:00:00 +0000
11+
112mha4mysql-manager (0.56-0) squeeze; urgency=low
213
314 * (Note: All changelogs are written here: http://code.google.com/p/mysql-master-ha/wiki/ReleaseNotes )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ use warnings FATAL => 'all';
2424
2525use MHA::NodeConst;
2626
27- our $VERSION = ' 0.57 ' ;
27+ our $VERSION = ' 0.58 ' ;
2828our $NODE_MIN_VERSION = ' 0.54' ;
2929
3030our @ALIVE_ERROR_CODES = (
Original file line number Diff line number Diff line change 11Summary: Master High Availability Manager and Tools for MySQL, Manager Package
22Name: mha4mysql-manager
3- Version: 0.57
3+ Version: 0.58
44Release: 0%{?dist }
55License: GPL v2
66Vendor: DeNA Co.,Ltd.
@@ -58,6 +58,14 @@ rm -rf $RPM_BUILD_ROOT
5858%defattr(-,root,root,-)
5959
6060%changelog
61+ * Thu Mar 22 2018 Kenny.Gryp <kenny@goss.be>
62+ - Several bugfixes
63+ - IPV6 support
64+ - super_read_only support
65+ - enforce_storage_engine support
66+ - Version 0.58
67+ - With the help of Marcelo Altmann <marcelo.altmann@percona.com>
68+
6169* Sun May 31 2015 Yoshinori Matsunobu <Yoshinori.Matsunobu@gmail.com>
6270- (Note: All changelogs are written here: http://code.google.com/p/mysql-master-ha/wiki/ReleaseNotes )
6371- Version 0.57
You can’t perform that action at this time.
0 commit comments