Fixes in changelogs, versions and build script

This commit is contained in:
Tomislav Plavcic
2015-09-11 14:47:51 +02:00
parent 2134e3f1b4
commit 4c9e55c822
5 changed files with 57 additions and 27 deletions

View File

@@ -1,27 +1,29 @@
Changelog for Percona Toolkit
* Fixed bug 1056507 pt-archiver checked lag too frequently
* Fixed bug 1443763 pt-archiver clarified function of --check-interval [DOC]
* Feature 1452911 pt-archiver now accepts checking lag on multiple slaves
* Feature 1413137 pt-archiver now checks for PXC flow control via --max-flow-ctl option
* Fixed bug 1452914 pt-archiver options --no-delete and --purge were not mutually exclusive
* Fixed bug 1449226 pt-archiver mysql timed out when innodb_kill_idle_transaction set to low value and check-slave-lag used
* Fixed bug 1462904 pt-duplicate-key-checker doesn't support triple quote in column name
* Feature 1470127 pt-kill enable support for RDS
* Fixed bug 1455486 pt-mysql-summary lacked an --ask-pass option
* Feature 1413140 pt-online-schema-change added --sleep option
* Fixed bug 1446928 pt-online-schema-change core dump on erroneous alter directive
* Feature 1413101 pt-online-schema-change now checks for PXC flow control via --max-flow-ctl option
* Fixed bug 1450499 pt-online-schema-change unstable signal handling
* Feature 1215587 pt-online-schema-change now controls constraint name length
* Fixed bug 1441928 pt-online-schema-change --chunk-size-limit=0 inhibited checksumming of single nibble tables
* Fixed bug 1457573 pt-sift failed when fetching missing tools
* Feature 1488600 pt-stalk monitors tokudb status
* Fixed bug 1042727 pt-table-checksum doesn't reconnect to slaves when timed out on very long lags
* Fixed bug 1277049 passsword parameter must escape commas - all tools [DOC]
* Fixed bug BLD-271 changes needed to build packages from git tree
* Fixed bug PT-21 write-user-docs script stopped working after switching to github
* Fixed bug 1488611 testing bugs related to newer perl versions
v2.2.15 released 2015-08-28
* Fixed bug 1056507: pt-archiver checked lag too frequently
* Fixed bug 1443763: pt-archiver clarified function of --check-interval [DOC]
* Feature 1452911: pt-archiver now accepts checking lag on multiple slaves
* Feature 1413137: pt-archiver now checks for PXC flow control via --max-flow-ctl option
* Fixed bug 1452914: pt-archiver options --no-delete and --purge were not mutually exclusive
* Fixed bug 1449226: pt-archiver mysql timed out when innodb_kill_idle_transaction set to low value and check-slave-lag used
* Fixed bug 1462904: pt-duplicate-key-checker doesn't support triple quote in column name
* Feature 1470127: pt-kill enable support for RDS
* Fixed bug 1455486: pt-mysql-summary lacked an --ask-pass option
* Feature 1413140: pt-online-schema-change added --sleep option
* Fixed bug 1446928: pt-online-schema-change core dump on erroneous alter directive
* Feature 1413101: pt-online-schema-change now checks for PXC flow control via --max-flow-ctl option
* Fixed bug 1450499: pt-online-schema-change unstable signal handling
* Feature 1215587: pt-online-schema-change now controls constraint name length
* Fixed bug 1441928: pt-online-schema-change --chunk-size-limit=0 inhibited checksumming of single nibble tables
* Fixed bug 1457573: pt-sift failed when fetching missing tools
* Feature 1488600: pt-stalk monitors tokudb status
* Fixed bug 1042727: pt-table-checksum doesn't reconnect to slaves when timed out on very long lags
* Fixed bug 1277049: passsword parameter must escape commas - all tools [DOC]
* Fixed bug BLD-271: changes needed to build packages from git tree
* Fixed bug PT-21 : write-user-docs script stopped working after switching to github
* Fixed bug 1488611: testing bugs related to newer perl versions
v2.2.14 released 2015-04-14

View File

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

View File

@@ -1,3 +1,30 @@
percona-toolkit (2.2.15-2) unstable; urgency=low
* Fixed bug 1056507: pt-archiver checked lag too frequently
* Fixed bug 1443763: pt-archiver clarified function of --check-interval [DOC]
* Feature 1452911: pt-archiver now accepts checking lag on multiple slaves
* Feature 1413137: pt-archiver now checks for PXC flow control via --max-flow-ctl option
* Fixed bug 1452914: pt-archiver options --no-delete and --purge were not mutually exclusive
* Fixed bug 1449226: pt-archiver mysql timed out when innodb_kill_idle_transaction set to low value and check-slave-lag used
* Fixed bug 1462904: pt-duplicate-key-checker doesn't support triple quote in column name
* Feature 1470127: pt-kill enable support for RDS
* Fixed bug 1455486: pt-mysql-summary lacked an --ask-pass option
* Feature 1413140: pt-online-schema-change added --sleep option
* Fixed bug 1446928: pt-online-schema-change core dump on erroneous alter directive
* Feature 1413101: pt-online-schema-change now checks for PXC flow control via --max-flow-ctl option
* Fixed bug 1450499: pt-online-schema-change unstable signal handling
* Feature 1215587: pt-online-schema-change now controls constraint name length
* Fixed bug 1441928: pt-online-schema-change --chunk-size-limit=0 inhibited checksumming of single nibble tables
* Fixed bug 1457573: pt-sift failed when fetching missing tools
* Feature 1488600: pt-stalk monitors tokudb status
* Fixed bug 1042727: pt-table-checksum doesn't reconnect to slaves when timed out on very long lags
* Fixed bug 1277049: passsword parameter must escape commas - all tools [DOC]
* Fixed bug BLD-271: changes needed to build packages from git tree
* Fixed bug PT-21 : write-user-docs script stopped working after switching to github
* Fixed bug 1488611: testing bugs related to newer perl versions
-- Percona Toolkit Developers <toolkit-dev@percona.com> Fri, 28 Aug 2015 08:38:24 +0000
percona-toolkit (2.2.14) unstable; urgency=low
* Fixed bug 1402730 pt-duplicate-key-checker seems useless with MySQL 5.6

View File

@@ -557,6 +557,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
=head1 VERSION
Percona Toolkit v2.2.14 released 2015-04-10
Percona Toolkit v2.2.15 released 2015-08-28
=cut

View File

@@ -272,7 +272,7 @@ update_changelog() {
echo -n "Updating Debian changelog... "
cd $DEB_CONFIG_DIR
echo "percona-toolkit ($VERSION) unstable; urgency=low
echo "percona-toolkit ($VERSION-1) unstable; urgency=low
" > /tmp/changelog.tmp
cat $BRANCH/Changelog | $BRANCH/util/log-entries $VERSION >> /tmp/changelog.tmp
@@ -492,8 +492,9 @@ Branch verified and updated; ready to build $PKG,
but first you must:
1. git diff and review the changes (Changelog, percon-toolkit.pod, etc.)
2. git commit -m "Build $PKG"
3. git push
2. git add . (from root dir of project)
3. git commit -m "Build $PKG"
4. git push origin <release-branch>
Press any key to continue... (or Ctrl-C to abort)
MSG