Skip to content

Commit

Permalink
Release v3.5.4 (#647)
Browse files Browse the repository at this point in the history
* Version updated

* PT-2232 Release Notes 3.5.4 (#633)

modified:   Changelog
	modified:   Makefile.PL
	modified:   config/sphinx-build/conf.py
	modified:   docs/release_notes.rst

* Updated version in the second place

---------

Co-authored-by: Alina Derkach <[email protected]>
  • Loading branch information
svetasmirnova and alina-derkach-oaza authored Jun 30, 2023
1 parent ad025e8 commit 205d7ba
Show file tree
Hide file tree
Showing 38 changed files with 81 additions and 55 deletions.
10 changes: 10 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Changelog for Percona Toolkit

v3.5.4 released 2023-06-30

* Improvement PT-2151: Fix tests for pt-query-digest
* Improvement PR-614: Support for environments that do not have SQL mode, such as OceanBase (Thanks to hanzhongzi for the contribution)
* Improvement PR-617: Remove $has_child_tables var (Thanks to Ricardo for the contribution)
* Fixed bug PT-2101: pt-mongodb-query-digest doesn't work on standalone server
* Fixed bug PT-813: LP #1371774: pt-query-digest inconsistent rank order
* Fixed bug PT-981: LP #1008240: t/pt-query-digest/processlist.t occasionally fails
* Fixed bug PT-2229: CVE reported in Percona Toolkit version 3.5.3 related to Logrus (Thanks to Kushal Haldar for reporting this issue and testing the fix)

v3.5.3 release 2023-06-05

* Fixed bug PT-1583: Skipping chunks when using pt-online-schema-change (Thanks to monty solomon for reporting this issue)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;

WriteMakefile(
NAME => 'Percona::Toolkit',
VERSION => '3.5.3',
VERSION => '3.5.4',
EXE_FILES => [ <bin/*> ],
MAN1PODS => {
'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',
Expand Down
2 changes: 1 addition & 1 deletion bin/pt-align
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-align 3.5.3
pt-align 3.5.4
=cut
4 changes: 2 additions & 2 deletions bin/pt-archiver
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.5.2';
our $VERSION = '3.5.4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -8778,6 +8778,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-archiver 3.5.3
pt-archiver 3.5.4
=cut
4 changes: 2 additions & 2 deletions bin/pt-config-diff
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.5.2';
our $VERSION = '3.5.4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -6011,6 +6011,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-config-diff 3.5.3
pt-config-diff 3.5.4
=cut
4 changes: 2 additions & 2 deletions bin/pt-deadlock-logger
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.5.2';
our $VERSION = '3.5.4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -5788,6 +5788,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-deadlock-logger 3.5.3
pt-deadlock-logger 3.5.4
=cut
4 changes: 2 additions & 2 deletions bin/pt-diskstats
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.5.2';
our $VERSION = '3.5.4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -5692,6 +5692,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-diskstats 3.5.3
pt-diskstats 3.5.4
=cut
4 changes: 2 additions & 2 deletions bin/pt-duplicate-key-checker
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.5.2';
our $VERSION = '3.5.4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -5786,6 +5786,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-duplicate-key-checker 3.5.3
pt-duplicate-key-checker 3.5.4
=cut
2 changes: 1 addition & 1 deletion bin/pt-fifo-split
Original file line number Diff line number Diff line change
Expand Up @@ -1708,6 +1708,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fifo-split 3.5.3
pt-fifo-split 3.5.4
=cut
4 changes: 2 additions & 2 deletions bin/pt-find
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.5.2';
our $VERSION = '3.5.4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -5201,6 +5201,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-find 3.5.3
pt-find 3.5.4
=cut
2 changes: 1 addition & 1 deletion bin/pt-fingerprint
Original file line number Diff line number Diff line change
Expand Up @@ -2271,6 +2271,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fingerprint 3.5.3
pt-fingerprint 3.5.4
=cut
4 changes: 2 additions & 2 deletions bin/pt-fk-error-logger
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.5.2';
our $VERSION = '3.5.4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -4775,6 +4775,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fk-error-logger 3.5.3
pt-fk-error-logger 3.5.4
=cut
4 changes: 2 additions & 2 deletions bin/pt-heartbeat
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.5.2';
our $VERSION = '3.5.4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -7473,6 +7473,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-heartbeat 3.5.3
pt-heartbeat 3.5.4

=cut
4 changes: 2 additions & 2 deletions bin/pt-index-usage
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.5.2';
our $VERSION = '3.5.4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -7731,6 +7731,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-index-usage 3.5.3
pt-index-usage 3.5.4

=cut
2 changes: 1 addition & 1 deletion bin/pt-ioprofile
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-ioprofile 3.5.3
pt-ioprofile 3.5.4
=cut
Expand Down
4 changes: 2 additions & 2 deletions bin/pt-kill
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.5.2';
our $VERSION = '3.5.4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -8759,6 +8759,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-kill 3.5.3
pt-kill 3.5.4

=cut
2 changes: 1 addition & 1 deletion bin/pt-mext
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-mext 3.5.3
pt-mext 3.5.4

=cut

Expand Down
2 changes: 1 addition & 1 deletion bin/pt-mysql-summary
Original file line number Diff line number Diff line change
Expand Up @@ -3325,7 +3325,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-mysql-summary 3.5.3
pt-mysql-summary 3.5.4

=cut

Expand Down
4 changes: 2 additions & 2 deletions bin/pt-online-schema-change
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.5.2';
our $VERSION = '3.5.4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -13473,6 +13473,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-online-schema-change 3.5.3
pt-online-schema-change 3.5.4

=cut
2 changes: 1 addition & 1 deletion bin/pt-pmp
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-pmp 3.5.3
pt-pmp 3.5.4

=cut

Expand Down
4 changes: 2 additions & 2 deletions bin/pt-query-digest
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.5.2';
our $VERSION = '3.5.4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -16993,6 +16993,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-query-digest 3.5.3
pt-query-digest 3.5.4

=cut
2 changes: 1 addition & 1 deletion bin/pt-show-grants
Original file line number Diff line number Diff line change
Expand Up @@ -2673,6 +2673,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-show-grants 3.5.3
pt-show-grants 3.5.4

=cut
2 changes: 1 addition & 1 deletion bin/pt-sift
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-sift 3.5.3
pt-sift 3.5.4

=cut

Expand Down
4 changes: 2 additions & 2 deletions bin/pt-slave-delay
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.5.2';
our $VERSION = '3.5.4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -5061,6 +5061,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-slave-delay 3.5.3
pt-slave-delay 3.5.4

=cut
2 changes: 1 addition & 1 deletion bin/pt-slave-find
Original file line number Diff line number Diff line change
Expand Up @@ -4595,6 +4595,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-slave-find 3.5.3
pt-slave-find 3.5.4

=cut
4 changes: 2 additions & 2 deletions bin/pt-slave-restart
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.5.2';
our $VERSION = '3.5.4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -6246,6 +6246,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-slave-restart 3.5.3
pt-slave-restart 3.5.4

=cut
2 changes: 1 addition & 1 deletion bin/pt-stalk
Original file line number Diff line number Diff line change
Expand Up @@ -2564,7 +2564,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-stalk 3.5.3
pt-stalk 3.5.4

=cut

Expand Down
2 changes: 1 addition & 1 deletion bin/pt-summary
Original file line number Diff line number Diff line change
Expand Up @@ -2769,7 +2769,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-summary 3.5.3
pt-summary 3.5.4

=cut

Expand Down
4 changes: 2 additions & 2 deletions bin/pt-table-checksum
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.5.2';
our $VERSION = '3.5.4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -14155,6 +14155,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-table-checksum 3.5.3
pt-table-checksum 3.5.4

=cut
4 changes: 2 additions & 2 deletions bin/pt-table-sync
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ BEGIN {
{
package Percona::Toolkit;

our $VERSION = '3.5.2';
our $VERSION = '3.5.4';

use strict;
use warnings FATAL => 'all';
Expand Down Expand Up @@ -13178,6 +13178,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.

=head1 VERSION

pt-table-sync 3.5.3
pt-table-sync 3.5.4

=cut
Loading

0 comments on commit 205d7ba

Please sign in to comment.