mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-03 19:15:54 +00:00
Compare commits
6 Commits
release-v3
...
release-v3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f615212760 | ||
![]() |
5f31c33301 | ||
![]() |
a791ae042a | ||
![]() |
7a594e4947 | ||
![]() |
0aaa9c8077 | ||
![]() |
0614362f9e |
@@ -1,5 +1,13 @@
|
||||
Changelog for Percona Toolkit
|
||||
|
||||
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)
|
||||
* Fixed bug PT-2048: pt-osc spans excessive connections to the replica when executing in the source
|
||||
* Fixed bug PT-2169: pt-k8s-debug-collector integration of pg_gather requires croping first line of the output file
|
||||
* Fixed bug PT-2203: CVEs reported in Percona Toolkit version 5.3.2 related to GO (Thanks to Kushal Haldar for reporting this issue)
|
||||
* Fixed bug PT-2196: Bug in pt-secure-collect --output-file (Thanks to Michael Patrick for reporting and fixing this issue)
|
||||
|
||||
v3.5.2 release 2023-03-28
|
||||
|
||||
* Improvement PT-188: Use percona.checksums in examples
|
||||
|
@@ -2,14 +2,14 @@ use ExtUtils::MakeMaker;
|
||||
|
||||
WriteMakefile(
|
||||
NAME => 'Percona::Toolkit',
|
||||
VERSION => '3.5.2',
|
||||
VERSION => '3.5.3',
|
||||
EXE_FILES => [ <bin/*> ],
|
||||
MAN1PODS => {
|
||||
'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',
|
||||
map {
|
||||
(my $name = $_) =~ s/^bin.//;
|
||||
my $file_name = $_;
|
||||
if ( ( $file_name !~ m/mongo/ ) || ( $file_name !~ m/pg/ ) ) {
|
||||
if ( ( $file_name !~ m/mongo/ ) || ( $file_name !~ m/pg/ ) || ( $file_name !~ m/pt-stalk/ ) ) {
|
||||
$_ => "blib/man1/$name.1p";
|
||||
}
|
||||
} <bin/*>
|
||||
|
@@ -1364,6 +1364,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-align 3.5.2
|
||||
pt-align 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -8778,6 +8778,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-archiver 3.5.2
|
||||
pt-archiver 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -6011,6 +6011,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-config-diff 3.5.2
|
||||
pt-config-diff 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -5788,6 +5788,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-deadlock-logger 3.5.2
|
||||
pt-deadlock-logger 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -5692,6 +5692,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-diskstats 3.5.2
|
||||
pt-diskstats 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -5786,6 +5786,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-duplicate-key-checker 3.5.2
|
||||
pt-duplicate-key-checker 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -1708,6 +1708,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-fifo-split 3.5.2
|
||||
pt-fifo-split 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -5201,6 +5201,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-find 3.5.2
|
||||
pt-find 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -2271,6 +2271,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-fingerprint 3.5.2
|
||||
pt-fingerprint 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -4775,6 +4775,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-fk-error-logger 3.5.2
|
||||
pt-fk-error-logger 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -7473,6 +7473,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-heartbeat 3.5.2
|
||||
pt-heartbeat 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -7731,6 +7731,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-index-usage 3.5.2
|
||||
pt-index-usage 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -1132,7 +1132,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-ioprofile 3.5.2
|
||||
pt-ioprofile 3.5.3
|
||||
|
||||
=cut
|
||||
|
||||
|
@@ -8759,6 +8759,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-kill 3.5.2
|
||||
pt-kill 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -808,7 +808,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-mext 3.5.2
|
||||
pt-mext 3.5.3
|
||||
|
||||
=cut
|
||||
|
||||
|
@@ -3325,7 +3325,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-mysql-summary 3.5.2
|
||||
pt-mysql-summary 3.5.3
|
||||
|
||||
=cut
|
||||
|
||||
|
@@ -13480,6 +13480,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-online-schema-change 3.5.2
|
||||
pt-online-schema-change 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -901,7 +901,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-pmp 3.5.2
|
||||
pt-pmp 3.5.3
|
||||
|
||||
=cut
|
||||
|
||||
|
@@ -16990,6 +16990,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-query-digest 3.5.2
|
||||
pt-query-digest 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -2673,6 +2673,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-show-grants 3.5.2
|
||||
pt-show-grants 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -1249,7 +1249,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-sift 3.5.2
|
||||
pt-sift 3.5.3
|
||||
|
||||
=cut
|
||||
|
||||
|
@@ -5061,6 +5061,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-slave-delay 3.5.2
|
||||
pt-slave-delay 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -4595,6 +4595,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-slave-find 3.5.2
|
||||
pt-slave-find 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -6246,6 +6246,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-slave-restart 3.5.2
|
||||
pt-slave-restart 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -2564,7 +2564,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-stalk 3.5.2
|
||||
pt-stalk 3.5.3
|
||||
|
||||
=cut
|
||||
|
||||
|
@@ -2769,7 +2769,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-summary 3.5.2
|
||||
pt-summary 3.5.3
|
||||
|
||||
=cut
|
||||
|
||||
|
@@ -14155,6 +14155,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-table-checksum 3.5.2
|
||||
pt-table-checksum 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -13178,6 +13178,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-table-sync 3.5.2
|
||||
pt-table-sync 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -8519,6 +8519,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-table-usage 3.5.2
|
||||
pt-table-usage 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -11528,6 +11528,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-upgrade 3.5.2
|
||||
pt-upgrade 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -6326,6 +6326,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-variable-advisor 3.5.2
|
||||
pt-variable-advisor 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -3308,6 +3308,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-visual-explain 3.5.2
|
||||
pt-visual-explain 3.5.3
|
||||
|
||||
=cut
|
||||
|
@@ -39,6 +39,7 @@ visit http://www.percona.com/software/.
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
|
||||
sed -i '499d' Makefile
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
@@ -50,7 +50,7 @@ copyright = u'2023, Percona LLC and/or its affiliates'
|
||||
# The short X.Y version.
|
||||
version = '3.5'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '3.5.2'
|
||||
release = '3.5.3'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@@ -575,6 +575,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
Percona Toolkit v3.5.2 released 2023-03-28
|
||||
Percona Toolkit v3.5.3 released 2023-05-29
|
||||
|
||||
=cut
|
||||
|
@@ -1,6 +1,18 @@
|
||||
Percona Toolkit
|
||||
***************
|
||||
|
||||
v3.5.3 released 2023-06-05
|
||||
==============================
|
||||
|
||||
Bugs Fixed
|
||||
------------
|
||||
|
||||
* :jirabug:`PT-1583`: Skipping chunks when using pt-online-schema-change (Thanks to monty solomon for reporting this issue)
|
||||
* :jirabug:`PT-2048`: pt-osc spans excessive connections to the replica when executing in the source
|
||||
* :jirabug:`PT-2169`: pt-k8s-debug-collector integration of pg_gather requires croping first line of the output file
|
||||
* :jirabug:`PT-2203`: CVEs reported in Percona Toolkit version 5.3.2 related to GO (Thanks to Kushal Haldar for reporting this issue)
|
||||
* :jirabug:`PT-2196`: Bug in pt-secure-collect --output-file (Thanks to Michael Patrick for reporting and fixing this issue)
|
||||
*
|
||||
v3.5.2 released 2023-03-28
|
||||
==============================
|
||||
|
||||
|
Reference in New Issue
Block a user