diff --git a/Changelog b/Changelog index a98d7267d..5de6af11b 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,9 @@ Changelog for Percona Toolkit +v3.5.7 released 2023-12-23 + +This is a HotFix release that does not have any public bug fix + v3.5.6 released 2023-12-21 * Feature PR-669: Add pt-galera-log-explainer diff --git a/Makefile.PL b/Makefile.PL index 4879ad6f3..d9a883e69 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,7 @@ MAKE_GOTOOLS WriteMakefile( NAME => 'Percona::Toolkit', - VERSION => '3.5.6', + VERSION => '3.5.7', EXE_FILES => [ map { (my $name = $_) =~ s/^bin.//; diff --git a/bin/pt-align b/bin/pt-align index ceb5c5c66..4c5ab790c 100755 --- a/bin/pt-align +++ b/bin/pt-align @@ -1364,6 +1364,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-align 3.5.6 +pt-align 3.5.7 =cut diff --git a/bin/pt-archiver b/bin/pt-archiver index 58e1d4d9c..2b34307d4 100755 --- a/bin/pt-archiver +++ b/bin/pt-archiver @@ -45,7 +45,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -8858,6 +8858,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-archiver 3.5.6 +pt-archiver 3.5.7 =cut diff --git a/bin/pt-config-diff b/bin/pt-config-diff index 6c775d00f..3166a0850 100755 --- a/bin/pt-config-diff +++ b/bin/pt-config-diff @@ -43,7 +43,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -6011,6 +6011,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-config-diff 3.5.6 +pt-config-diff 3.5.7 =cut diff --git a/bin/pt-deadlock-logger b/bin/pt-deadlock-logger index 245c94a2d..2ec8d461b 100755 --- a/bin/pt-deadlock-logger +++ b/bin/pt-deadlock-logger @@ -42,7 +42,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -5788,6 +5788,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-deadlock-logger 3.5.6 +pt-deadlock-logger 3.5.7 =cut diff --git a/bin/pt-diskstats b/bin/pt-diskstats index 7394d7f80..e4d3d222f 100755 --- a/bin/pt-diskstats +++ b/bin/pt-diskstats @@ -38,7 +38,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -5692,6 +5692,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-diskstats 3.5.6 +pt-diskstats 3.5.7 =cut diff --git a/bin/pt-duplicate-key-checker b/bin/pt-duplicate-key-checker index fcdf1a07a..b3ccda79a 100755 --- a/bin/pt-duplicate-key-checker +++ b/bin/pt-duplicate-key-checker @@ -39,7 +39,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -5806,6 +5806,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-duplicate-key-checker 3.5.6 +pt-duplicate-key-checker 3.5.7 =cut diff --git a/bin/pt-fifo-split b/bin/pt-fifo-split index 76481e522..8d486bc73 100755 --- a/bin/pt-fifo-split +++ b/bin/pt-fifo-split @@ -1708,6 +1708,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-fifo-split 3.5.6 +pt-fifo-split 3.5.7 =cut diff --git a/bin/pt-find b/bin/pt-find index bbd2b7bd1..127ad3e35 100755 --- a/bin/pt-find +++ b/bin/pt-find @@ -35,7 +35,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -5221,6 +5221,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-find 3.5.6 +pt-find 3.5.7 =cut diff --git a/bin/pt-fingerprint b/bin/pt-fingerprint index 47cb991e2..41cf05b59 100755 --- a/bin/pt-fingerprint +++ b/bin/pt-fingerprint @@ -2271,6 +2271,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-fingerprint 3.5.6 +pt-fingerprint 3.5.7 =cut diff --git a/bin/pt-fk-error-logger b/bin/pt-fk-error-logger index e44b6b3e7..9fb570036 100755 --- a/bin/pt-fk-error-logger +++ b/bin/pt-fk-error-logger @@ -37,7 +37,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -4775,6 +4775,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-fk-error-logger 3.5.6 +pt-fk-error-logger 3.5.7 =cut diff --git a/bin/pt-heartbeat b/bin/pt-heartbeat index ed1b526c5..5aee369ef 100755 --- a/bin/pt-heartbeat +++ b/bin/pt-heartbeat @@ -44,7 +44,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -7536,6 +7536,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-heartbeat 3.5.6 +pt-heartbeat 3.5.7 =cut diff --git a/bin/pt-index-usage b/bin/pt-index-usage index d35fb0789..b95933910 100755 --- a/bin/pt-index-usage +++ b/bin/pt-index-usage @@ -45,7 +45,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -7751,6 +7751,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-index-usage 3.5.6 +pt-index-usage 3.5.7 =cut diff --git a/bin/pt-ioprofile b/bin/pt-ioprofile index f7052f3b6..3b2c0fff7 100755 --- a/bin/pt-ioprofile +++ b/bin/pt-ioprofile @@ -1143,7 +1143,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-ioprofile 3.5.6 +pt-ioprofile 3.5.7 =cut diff --git a/bin/pt-kill b/bin/pt-kill index 40cb35ee0..5c099996e 100755 --- a/bin/pt-kill +++ b/bin/pt-kill @@ -47,7 +47,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -8822,6 +8822,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-kill 3.5.6 +pt-kill 3.5.7 =cut diff --git a/bin/pt-mext b/bin/pt-mext index 1e48cefa9..52ba5fe74 100755 --- a/bin/pt-mext +++ b/bin/pt-mext @@ -819,7 +819,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-mext 3.5.6 +pt-mext 3.5.7 =cut diff --git a/bin/pt-mysql-summary b/bin/pt-mysql-summary index f89789d45..5b370326a 100755 --- a/bin/pt-mysql-summary +++ b/bin/pt-mysql-summary @@ -3378,7 +3378,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-mysql-summary 3.5.6 +pt-mysql-summary 3.5.7 =cut diff --git a/bin/pt-online-schema-change b/bin/pt-online-schema-change index 6ab6b32b0..845a4f7c1 100755 --- a/bin/pt-online-schema-change +++ b/bin/pt-online-schema-change @@ -56,7 +56,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -13603,6 +13603,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-online-schema-change 3.5.6 +pt-online-schema-change 3.5.7 =cut diff --git a/bin/pt-pmp b/bin/pt-pmp index 41345756e..7884ed9e7 100755 --- a/bin/pt-pmp +++ b/bin/pt-pmp @@ -913,7 +913,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-pmp 3.5.6 +pt-pmp 3.5.7 =cut diff --git a/bin/pt-query-digest b/bin/pt-query-digest index 436c24391..fef292b4e 100755 --- a/bin/pt-query-digest +++ b/bin/pt-query-digest @@ -64,7 +64,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -17059,6 +17059,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-query-digest 3.5.6 +pt-query-digest 3.5.7 =cut diff --git a/bin/pt-show-grants b/bin/pt-show-grants index 3c9e08bb3..9de264204 100755 --- a/bin/pt-show-grants +++ b/bin/pt-show-grants @@ -2673,6 +2673,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-show-grants 3.5.6 +pt-show-grants 3.5.7 =cut diff --git a/bin/pt-sift b/bin/pt-sift index f6cee7814..c85e09a5a 100755 --- a/bin/pt-sift +++ b/bin/pt-sift @@ -1260,7 +1260,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-sift 3.5.6 +pt-sift 3.5.7 =cut diff --git a/bin/pt-slave-delay b/bin/pt-slave-delay index 4af78ea85..d6ade7bdc 100755 --- a/bin/pt-slave-delay +++ b/bin/pt-slave-delay @@ -40,7 +40,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -5061,6 +5061,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-slave-delay 3.5.6 +pt-slave-delay 3.5.7 =cut diff --git a/bin/pt-slave-find b/bin/pt-slave-find index ea0306754..16547803e 100755 --- a/bin/pt-slave-find +++ b/bin/pt-slave-find @@ -4638,6 +4638,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-slave-find 3.5.6 +pt-slave-find 3.5.7 =cut diff --git a/bin/pt-slave-restart b/bin/pt-slave-restart index 9b64e591d..9e168534b 100755 --- a/bin/pt-slave-restart +++ b/bin/pt-slave-restart @@ -41,7 +41,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -6289,6 +6289,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-slave-restart 3.5.6 +pt-slave-restart 3.5.7 =cut diff --git a/bin/pt-stalk b/bin/pt-stalk index c0ac76c06..8a4cc61b5 100755 --- a/bin/pt-stalk +++ b/bin/pt-stalk @@ -2575,7 +2575,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-stalk 3.5.6 +pt-stalk 3.5.7 =cut diff --git a/bin/pt-summary b/bin/pt-summary index 5ff9d9543..f2e203c9c 100755 --- a/bin/pt-summary +++ b/bin/pt-summary @@ -2780,7 +2780,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-summary 3.5.6 +pt-summary 3.5.7 =cut diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index be143c13b..fd9db438b 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -58,7 +58,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -14221,6 +14221,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-table-checksum 3.5.6 +pt-table-checksum 3.5.7 =cut diff --git a/bin/pt-table-sync b/bin/pt-table-sync index 1d9e2b81e..49b5828af 100755 --- a/bin/pt-table-sync +++ b/bin/pt-table-sync @@ -55,7 +55,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -13241,6 +13241,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-table-sync 3.5.6 +pt-table-sync 3.5.7 =cut diff --git a/bin/pt-table-usage b/bin/pt-table-usage index 9f3f0bf4b..274f315a8 100755 --- a/bin/pt-table-usage +++ b/bin/pt-table-usage @@ -8517,6 +8517,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-table-usage 3.5.6 +pt-table-usage 3.5.7 =cut diff --git a/bin/pt-upgrade b/bin/pt-upgrade index 849e43537..f442fcae2 100755 --- a/bin/pt-upgrade +++ b/bin/pt-upgrade @@ -61,7 +61,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -11528,6 +11528,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-upgrade 3.5.6 +pt-upgrade 3.5.7 =cut diff --git a/bin/pt-variable-advisor b/bin/pt-variable-advisor index 9c4f18e19..066e6c789 100755 --- a/bin/pt-variable-advisor +++ b/bin/pt-variable-advisor @@ -44,7 +44,7 @@ BEGIN { { package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all'; @@ -6326,6 +6326,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-variable-advisor 3.5.6 +pt-variable-advisor 3.5.7 =cut diff --git a/bin/pt-visual-explain b/bin/pt-visual-explain index 80f66138e..320e4e4c8 100755 --- a/bin/pt-visual-explain +++ b/bin/pt-visual-explain @@ -3315,6 +3315,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -pt-visual-explain 3.5.6 +pt-visual-explain 3.5.7 =cut diff --git a/config/deb/rules b/config/deb/rules index a055414ad..50d227454 100755 --- a/config/deb/rules +++ b/config/deb/rules @@ -5,7 +5,7 @@ build: build-stamp build-stamp: dh_testdir perl Makefile.PL INSTALLDIRS=vendor - VERSION=3.5.6 $(MAKE) + VERSION=3.5.7 $(MAKE) touch build-stamp clean: diff --git a/config/rpm/percona-toolkit.spec b/config/rpm/percona-toolkit.spec index 3d7f43a0d..f93277bda 100644 --- a/config/rpm/percona-toolkit.spec +++ b/config/rpm/percona-toolkit.spec @@ -40,11 +40,11 @@ visit http://www.percona.com/software/. %build %{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null #sed -i '499d' Makefile -VERSION=3.5.6 make %{?_smp_mflags} +VERSION=3.5.7 make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -VERSION=3.5.6 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +VERSION=3.5.7 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT for file in $(diff -rq bin/ $RPM_BUILD_ROOT/usr/bin | awk '{print $NF}'); do cp bin/$file $RPM_BUILD_ROOT/usr/bin || true; done find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' diff --git a/config/sphinx-build/conf.py b/config/sphinx-build/conf.py index b445ec792..203fe50d8 100644 --- a/config/sphinx-build/conf.py +++ b/config/sphinx-build/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '3.5' # The full version, including alpha/beta/rc tags. -release = '3.5.6' +release = '3.5.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/percona-toolkit.pod b/docs/percona-toolkit.pod index c4d15fdbe..2c7382026 100644 --- a/docs/percona-toolkit.pod +++ b/docs/percona-toolkit.pod @@ -575,6 +575,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA. =head1 VERSION -Percona Toolkit v3.5.6 released 2023-12-21 +Percona Toolkit v3.5.7 released 2023-12-22 =cut diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 2453151d1..6a634737d 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -1,6 +1,11 @@ Percona Toolkit *************** +v3.5.7 released 2023-12-23 +============================== + +This is a HotFix release that does not have any public bug fix + v3.5.6 released 2023-12-21 ============================== diff --git a/lib/Percona/Toolkit.pm b/lib/Percona/Toolkit.pm index d5010d7c3..f2de4aded 100644 --- a/lib/Percona/Toolkit.pm +++ b/lib/Percona/Toolkit.pm @@ -18,7 +18,7 @@ # ########################################################################### package Percona::Toolkit; -our $VERSION = '3.5.6'; +our $VERSION = '3.5.7'; use strict; use warnings FATAL => 'all';