Build percona-toolkit-2.1.5

This commit is contained in:
Daniel Nichter
2012-10-08 22:02:17 +01:00
parent 2d32399971
commit 309bc1f270
42 changed files with 77 additions and 39 deletions

View File

@@ -1,5 +1,7 @@
Changelog for Percona Toolkit
v2.1.5 released 2012-10-08
* Fixed bug 1062563: pt-table-checksum 2.1.4 doesn't detect diffs on Percona XtraDB Cluster nodes
* Fixed bug 1063912: pt-table-checksum 2.1.4 miscategorizes Percona XtraDB Cluster-based slaves as cluster nodes
* Fixed bug 1064016: pt-table-sync 2.1.4 --version-check may not work with HTTPS/SSL

View File

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

View File

@@ -218,6 +218,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-align 2.1.4
pt-align 2.1.5
=cut

View File

@@ -7489,6 +7489,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-archiver 2.1.4
pt-archiver 2.1.5
=cut

View File

@@ -4803,6 +4803,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-config-diff 2.1.4
pt-config-diff 2.1.5
=cut

View File

@@ -4721,6 +4721,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-deadlock-logger 2.1.4
pt-deadlock-logger 2.1.5
=cut

View File

@@ -5537,6 +5537,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-diskstats 2.1.4
pt-diskstats 2.1.5
=cut

View File

@@ -5385,6 +5385,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-duplicate-key-checker 2.1.4
pt-duplicate-key-checker 2.1.5
=cut

View File

@@ -1560,6 +1560,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fifo-split 2.1.4
pt-fifo-split 2.1.5
=cut

View File

@@ -4876,6 +4876,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-find 2.1.4
pt-find 2.1.5
=cut

View File

@@ -2151,6 +2151,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fingerprint 2.1.4
pt-fingerprint 2.1.5
=cut

View File

@@ -3968,6 +3968,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-fk-error-logger 2.1.4
pt-fk-error-logger 2.1.5
=cut

View File

@@ -5902,6 +5902,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-heartbeat 2.1.4
pt-heartbeat 2.1.5
=cut

View File

@@ -7428,6 +7428,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-index-usage 2.1.4
pt-index-usage 2.1.5
=cut

View File

@@ -1103,7 +1103,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-ioprofile 2.1.4
pt-ioprofile 2.1.5
=cut

View File

@@ -7775,6 +7775,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-kill 2.1.4
pt-kill 2.1.5
=cut

View File

@@ -3642,6 +3642,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-log-player 2.1.4
pt-log-player 2.1.5
=cut

View File

@@ -282,7 +282,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mext 2.1.4
pt-mext 2.1.5
=cut

View File

@@ -2905,7 +2905,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-mysql-summary 2.1.4
pt-mysql-summary 2.1.5
=cut

View File

@@ -10084,6 +10084,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-online-schema-change 2.1.4
pt-online-schema-change 2.1.5
=cut

View File

@@ -396,7 +396,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-pmp 2.1.4
pt-pmp 2.1.5
=cut

View File

@@ -8675,6 +8675,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-query-advisor 2.1.4
pt-query-advisor 2.1.5
=cut

View File

@@ -17103,6 +17103,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-query-digest 2.1.4
pt-query-digest 2.1.5
=cut

View File

@@ -2252,6 +2252,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-show-grants 2.1.4
pt-show-grants 2.1.5
=cut

View File

@@ -781,7 +781,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-sift 2.1.4
pt-sift 2.1.5
=cut

View File

@@ -4548,6 +4548,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-delay 2.1.4
pt-slave-delay 2.1.5
=cut

View File

@@ -4008,6 +4008,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-find 2.1.4
pt-slave-find 2.1.5
=cut

View File

@@ -5468,6 +5468,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-slave-restart 2.1.4
pt-slave-restart 2.1.5
=cut

View File

@@ -1775,7 +1775,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-stalk 2.1.4
pt-stalk 2.1.5
=cut

View File

@@ -2673,7 +2673,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-summary 2.1.4
pt-summary 2.1.5
=cut

View File

@@ -11404,6 +11404,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-checksum 2.1.4
pt-table-checksum 2.1.5
=cut

View File

@@ -12578,6 +12578,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-sync 2.1.4
pt-table-sync 2.1.5
=cut

View File

@@ -7397,6 +7397,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-table-usage 2.1.4
pt-table-usage 2.1.5
=cut

View File

@@ -2532,6 +2532,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-tcp-model 2.1.4
pt-tcp-model 2.1.5
=cut

View File

@@ -2214,6 +2214,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-trend 2.1.4
pt-trend 2.1.5
=cut

View File

@@ -13067,6 +13067,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-upgrade 2.1.4
pt-upgrade 2.1.5
=cut

View File

@@ -5822,6 +5822,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-variable-advisor 2.1.4
pt-variable-advisor 2.1.5
=cut

View File

@@ -3112,6 +3112,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
pt-visual-explain 2.1.4
pt-visual-explain 2.1.5
=cut

View File

@@ -1,3 +1,12 @@
percona-toolkit (2.1.5) unstable; urgency=low
* Fixed bug 1062563: pt-table-checksum 2.1.4 doesn't detect diffs on Percona XtraDB Cluster nodes
* Fixed bug 1063912: pt-table-checksum 2.1.4 miscategorizes Percona XtraDB Cluster-based slaves as cluster nodes
* Fixed bug 1064016: pt-table-sync 2.1.4 --version-check may not work with HTTPS/SSL
* Fixed bug 1060423: Missing version-check page
-- Percona Toolkit Developers <toolkit-dev@percona.com> Mon, 08 Oct 2012 21:00:06 +0000
percona-toolkit (2.1.4) unstable; urgency=low
* pt-table-checksum: Percona XtraDB Cluster support

View File

@@ -50,7 +50,7 @@ copyright = u'2011, Percona Inc'
# The short X.Y version.
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.1.4'
release = '2.1.5'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -510,6 +510,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
Percona Toolkit v2.1.4 released 2012-09-20
Percona Toolkit v2.1.5 released 2012-10-08
=cut

View File

@@ -1,6 +1,33 @@
Release Notes
*************
v2.1.5 released 2012-10-08
==========================
Percona Toolkit 2.1.5 has been released. This release is less than two weeks after the release of 2.1.4 because we wanted to address these bugs quickly:
* Bug 1062563: pt-table-checksum 2.1.4 doesn't detect diffs on Percona XtraDB Cluster nodes
* Bug 1063912: pt-table-checksum 2.1.4 miscategorizes Percona XtraDB Cluster-based slaves as cluster nodes
* Bug 1064016: pt-table-sync 2.1.4 --version-check may not work with HTTPS/SSL
The first two bugs fix how pt-table-checksum works with Percona XtraDB Cluster (PXC). Although the 2.1.4 release did introduce support for PXC, these bugs prevented pt-table-checksum from working correctly with a cluster.
The third bug is also related to a feature new in 2.1.4: --version-check. The feature uses HTTPS/SSL by default, but some modules in pt-table-sync weren't update which could prevent it from working on older systems. Related, the version check web page mentioned in tools' documentation was also created.
If you're using pt-table-checksum with a Percona XtraDB Cluster, you should definitely upgrade. Otherwise, users can wait until 2.1.6 for another full release.
Percona Toolkit packages can be downloaded from http://www.percona.com/downloads/percona-toolkit/ or the Percona Software Repositories (http://www.percona.com/software/repositories/).
Changelog
---------
* Fixed bug 1062563: pt-table-checksum 2.1.4 doesn't detect diffs on Percona XtraDB Cluster nodes
* Fixed bug 1063912: pt-table-checksum 2.1.4 miscategorizes Percona XtraDB Cluster-based slaves as cluster nodes
* Fixed bug 1064016: pt-table-sync 2.1.4 --version-check may not work with HTTPS/SSL
* Fixed bug 1060423: Missing version-check page
v2.1.4 released 2012-09-20
==========================