diff --git a/Changelog b/Changelog index 20402f0d..f4dcc582 100644 --- a/Changelog +++ b/Changelog @@ -8,7 +8,6 @@ v2.0.3 released 2012-02-03 * Fixed bug 871438: Bash tools are insecure * Fixed bug 897758: Failed to prepare TableSyncChunk plugin: Use of uninitialized value $args{"chunk_range"} in lc at pt-table-sync line 3055 * Fixed bug 919819: pt-kill --execute-command creates zombies - * Fixed bug 894255: pt-kill: when --daemonize is given, should not check that stdin is a tty * Fixed bug 925778: pt-ioprofile doesn't run without a file * Fixed bug 925477: pt-ioprofile docs refer to pt-iostats * Fixed bug 857091: pt-sift downloads http://percona.com/get/pt-pmp, which does not work diff --git a/docs/release_notes.rst b/docs/release_notes.rst index e26c6a24..ff589dba 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -38,7 +38,6 @@ Changelog * Fixed bug 871438: Bash tools are insecure * Fixed bug 897758: Failed to prepare TableSyncChunk plugin: Use of uninitialized value $args{"chunk_range"} in lc at pt-table-sync line 3055 * Fixed bug 919819: pt-kill --execute-command creates zombies -* Fixed bug 894255: pt-kill: when --daemonize is given, should not check that stdin is a tty * Fixed bug 925778: pt-ioprofile doesn't run without a file * Fixed bug 925477: pt-ioprofile docs refer to pt-iostats * Fixed bug 857091: pt-sift downloads http://percona.com/get/pt-pmp, which does not work