Compare commits

...

6 Commits

Author SHA1 Message Date
Alina Derkach
f615212760 Update the RNs date (#625)
modified:   Changelog
	modified:   docs/release_notes.rst
2023-06-05 16:13:47 +03:00
EvgeniyPatlan
5f31c33301 Release v3.5.3 (#627)
* ENG-7 fix toolkit build

* ENG-7 fix build
2023-05-30 19:56:27 +03:00
EvgeniyPatlan
a791ae042a ENG-7 fix toolkit build (#626) 2023-05-29 20:09:53 +03:00
Alina Derkach
7a594e4947 Add the release date for 3.5.3 release notes (#624)
modified:   Changelog
	modified:   docs/release_notes.rst
2023-05-29 17:46:21 +03:00
svetasmirnova
0aaa9c8077 RM-1222 - Percona Toolkit 3.5.3
Updated versions
2023-05-29 17:05:17 +03:00
Alina Derkach
0614362f9e PT-2206 Release Notes 3.5.3 (#621)
* PT-2206 Release Notes 3.5.3
modified:   Changelog
	modified:   Makefile.PL
	modified:   config/sphinx-build/conf.py
	modified:   docs/release_notes.rst

* Update Changelog

* Update docs/release_notes.rst

---------

Co-authored-by: Sveta Smirnova <svetasmirnova@users.noreply.github.com>
2023-05-29 17:03:48 +03:00
38 changed files with 57 additions and 36 deletions

View File

@@ -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

View File

@@ -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/*>

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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
==============================