From a07634fb1f9f9e25a76e1f36873b0524ce333c05 Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Fri, 10 Feb 2012 08:52:25 -0700 Subject: [PATCH] Remove bug 894255 from Changelog and release notes because it was not merged. --- Changelog | 1 - docs/release_notes.rst | 1 - 2 files changed, 2 deletions(-) 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