Build percona-toolkit-3.0.5

This commit is contained in:
Evgeniy Patlan
2017-11-17 08:08:54 +00:00
parent d2fcd4c0cc
commit 37e59dbc2d
39 changed files with 2062 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
Changelog for Percona Toolkit
v3.0.5
v3.0.5 released 2017-11-20
* Improvement PMM-1590: Improve MongoDB Profiler for PMM and PT
* Improvement PT-216: mongodb-query digest improved support for v<3.2 fixed incorrect output (Thanks MATSUU Takuto)

View File

@@ -2,12 +2,13 @@ Changelog
CONTRIBUTE.md
CONTRIBUTING.md
COPYING
docker-compose.yml
glide.lock
glide.yaml
INSTALL
Makefile.PL
MANIFEST
README
README.md
bin/pt-align
bin/pt-archiver
bin/pt-config-diff

View File

@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'percona-toolkit',
VERSION => '3.0.4',
VERSION => '3.0.5',
EXE_FILES => [ <bin/*> ],
MAN1PODS => {
'docs/percona-toolkit.pod' => 'blib/man1/percona-toolkit.1p',

View File

@@ -1359,6 +1359,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-align 3.0.4
pt-align 3.0.5
=cut

View File

@@ -8526,6 +8526,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-archiver 3.0.4
pt-archiver 3.0.5
=cut

View File

@@ -5843,6 +5843,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-config-diff 3.0.4
pt-config-diff 3.0.5
=cut

View File

@@ -5633,6 +5633,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-deadlock-logger 3.0.4
pt-deadlock-logger 3.0.5
=cut

View File

@@ -5627,6 +5627,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-diskstats 3.0.4
pt-diskstats 3.0.5
=cut

View File

@@ -5696,6 +5696,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-duplicate-key-checker 3.0.4
pt-duplicate-key-checker 3.0.5
=cut

View File

@@ -1648,6 +1648,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fifo-split 3.0.4
pt-fifo-split 3.0.5
=cut

View File

@@ -5055,6 +5055,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-find 3.0.4
pt-find 3.0.5
=cut

View File

@@ -2239,6 +2239,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fingerprint 3.0.4
pt-fingerprint 3.0.5
=cut

View File

@@ -4619,6 +4619,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fk-error-logger 3.0.4
pt-fk-error-logger 3.0.5
=cut

View File

@@ -7260,6 +7260,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-heartbeat 3.0.4
pt-heartbeat 3.0.5
=cut

View File

@@ -7626,6 +7626,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-index-usage 3.0.4
pt-index-usage 3.0.5
=cut

View File

@@ -1127,7 +1127,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-ioprofile 3.0.4
pt-ioprofile 3.0.5
=cut

View File

@@ -8454,6 +8454,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-kill 3.0.4
pt-kill 3.0.5
=cut

View File

@@ -3159,7 +3159,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mysql-summary 3.0.4
pt-mysql-summary 3.0.5
=cut

View File

@@ -12963,6 +12963,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-online-schema-change 3.0.4
pt-online-schema-change 3.0.5
=cut

View File

@@ -897,7 +897,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-pmp 3.0.4
pt-pmp 3.0.5
=cut

View File

@@ -16819,6 +16819,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-query-digest 3.0.4
pt-query-digest 3.0.5
=cut

View File

@@ -2524,6 +2524,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-show-grants 3.0.4
pt-show-grants 3.0.5
=cut

View File

@@ -1245,7 +1245,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-sift 3.0.4
pt-sift 3.0.5
=cut

View File

@@ -4919,6 +4919,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-delay 3.0.4
pt-slave-delay 3.0.5
=cut

View File

@@ -4482,6 +4482,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-find 3.0.4
pt-slave-find 3.0.5
=cut

View File

@@ -6071,6 +6071,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-restart 3.0.4
pt-slave-restart 3.0.5
=cut

View File

@@ -2346,7 +2346,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-stalk 3.0.4
pt-stalk 3.0.5
=cut

View File

@@ -2723,7 +2723,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-summary 3.0.4
pt-summary 3.0.5
=cut

View File

@@ -13242,6 +13242,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-checksum 3.0.4
pt-table-checksum 3.0.5
=cut

View File

@@ -12969,6 +12969,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-sync 3.0.4
pt-table-sync 3.0.5
=cut

View File

@@ -8487,6 +8487,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-usage 3.0.4
pt-table-usage 3.0.5
=cut

View File

@@ -11368,6 +11368,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-upgrade 3.0.4
pt-upgrade 3.0.5
=cut

View File

@@ -6188,6 +6188,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-variable-advisor 3.0.4
pt-variable-advisor 3.0.5
=cut

View File

@@ -3281,6 +3281,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-visual-explain 3.0.4
pt-visual-explain 3.0.5
=cut

View File

@@ -1,3 +1,8 @@
percona-toolkit (3.0.5-1) unstable; urgency=low
-- Percona Toolkit Developers <toolkit-dev@percona.com> Fri, 17 Nov 2017 08:02:47 +0000
percona-toolkit (3.0.4-1) unstable; urgency=low
* Fixed bug PT-181 : pt-online-schema-change not in sync with modules (Thanks Daniël van Eeden)

View File

@@ -50,7 +50,7 @@ copyright = u'2017, Percona LLC and/or its affiliates'
# The short X.Y version.
version = '3.0'
# The full version, including alpha/beta/rc tags.
release = '3.0.4'
release = '3.0.5'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -560,6 +560,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
Percona Toolkit v3.0.4 released 2017-08-02
Percona Toolkit v3.0.5 released 2017-11-17
=cut

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
GO := go
pkgs = $(shell find . -type d -name "pt-mongodb*" -exec basename {} \;)
VERSION="3.0.4"
VERSION="3.0.5"
BUILD=$(shell date +%FT%T%z)
GOVERSION=$(shell go version | cut --delimiter=" " -f3)