mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-01 18:25:59 +00:00
Release 3.5.1 (#574)
* RM-1153 - Percona Toolkit 3.5.1 Updated version for Perl files to 3.5.1 Updated Perl module Percona::Toolkit to version 3.5.1 and updated all scripts using this module Manually updated Go programs Moved ONLY_UPDATE_VERSION after definition of DATE and SERIES variables, so the script does not fail because of undefined variables * RM-1153 - Percona Toolkit 3.5.1 Updated Changelog Updated release date in docs/percona-toolkit.pod * PT-2162 Release Notes 3.5.1 (#571) modified: Makefile.PL modified: config/sphinx-build/conf.py modified: docs/release_notes.rst new file: docs/rn.3-5-1.txt Co-authored-by: Alina Derkach <“alina.derkach@percona.com”> * PT-7 Fix syntax (#573) Co-authored-by: Alina Derkach <81975178+alina-derkach-oaza@users.noreply.github.com> Co-authored-by: Alina Derkach <“alina.derkach@percona.com”> Co-authored-by: EvgeniyPatlan <evgeniy.patlan@percona.com>
This commit is contained in:
@@ -37,7 +37,7 @@ BEGIN {
|
||||
{
|
||||
package Percona::Toolkit;
|
||||
|
||||
our $VERSION = '3.5.0';
|
||||
our $VERSION = '3.5.1';
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
@@ -4763,6 +4763,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-fk-error-logger 3.5.0
|
||||
pt-fk-error-logger 3.5.1
|
||||
|
||||
=cut
|
||||
|
Reference in New Issue
Block a user