RM-269 bump version

This commit is contained in:
Mykola Marzhan
2017-08-01 13:28:32 +03:00
parent d871d60c12
commit 70265ad22f
36 changed files with 76 additions and 35 deletions

View File

@@ -1,3 +1,44 @@
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)
* Fixed bug PT-180 : pt-online-schema-change --skip-check-slave-lag doesn't work
* Fixed bug PT-178 : pt-online-schema-change appears to ignore the --check-slave-lag option
* Fixed bug PT-162 : Updated pt-table-checksum ignored dbs (Thanks Agustin Gallego)
* Fixed bug PT-161 : Safely check for undefined values in --skip-check-slave-lag (Thanks Chris Swingler)
* Fixed bug PT-154 : pt-online-schema-change --no-use-insert-ignore is broken
* Fixed bug PT-153 : pt-online-schema-change data loss when adding unique keys
* Fixed bug PT-151 : point is not decimal
* Fixed bug PT-148 : pt-osc Use of uninitialized value in printf
* Fixed bug PT-146 : Turn off statement based binlog checks
* Fixed bug PT-144 : Constraint name is too long (> 64 chars)
* Fixed bug PT-143 : pt-archiver SELECT query fails because of primary key
* Fixed bug PT-142 : pt-online-schema-change find_child_tables slow
* Fixed bug PT-138 : Added --output-format option to pt-mongodb-summary
* Fixed bug PT-136 : pt-table-checksum fails with columns having different collation/charset
* Feature PT-173 : Enable pt-table-checksum to ensure stale data is removed
* Feature PT-141 : pt-archiver archive records into csv file
* Feature PT-91 : Make pt-osc compatible with AFTER triggers
* Feature PT-90 : pt-stalk: Collect information about prepared statements if P_S is enabled (Thanks Agustin Gallego)
-- Percona Toolkit Developers <toolkit-dev@percona.com> Tue, 01 Aug 2017 09:35:45 +0000
percona-toolkit (3.0.3-1) unstable; urgency=low
* Fixed bug PT-133 : Sandbox won't start correctly if autocommit=0 in my.cnf
* Fixed bug PT-132 : pt-online-schema-change should imply --no-drop-new-table
* Fixed bug PT-130 : Fixed pt-mext not working with not empty Rsa_public_key
* Fixed bug PT-128 : pt-stalk ps include memory usage outputs
* Fixed bug PT-126 : Recognize comments in ALTER
* Fixed bug PT-116 : pt-online-schema change eats data on adding a unique index. Added --[no]use-insert-ignore
* Feature PT-115 : Make DSNs params able to be repeatable
* Fixed bug PT-115 : Made OptionParser to accept repeatable DSNs
* Fixed bug PT-111 : Collect MySQL variables
* Fixed bug PT-087 : Add --skip-check-slave-lag to pt-table-checksum
* Fixed bug PT-086 : Added --skip-check-slave-lag to pt-osc
* Fixed bug PT-080 : Added support for slave status in pt-stalk
-- Percona Toolkit Developers <toolkit-dev@percona.com> Tue, 01 Aug 2017 10:23:25 +0000
percona-toolkit (3.0.2-1) unstable; urgency=low
* Fixed bug PT-73 : pt-mongodb tools add support for SSL connections