diff --git a/.gitignore b/.gitignore index f398ac74..b1b7e25e 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,4 @@ vendor/ src/go/*.bak config/deb/control.bak config/rpm/percona-toolkit.spec.bak - +config/sphinx-build/percona-theme/* diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 1c557ddd..0d681f2a 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -8,6 +8,12 @@ New Features * :jirabug:`PT-1500`: Added --output=secure-slowlog option to ``pt-query-digest`` +Buf Fixes + +* :jirabug:`PT-1503`: The post-install script fails on VM due to improper UUID file detection +* :jirabug:`PT-1492`: ``pt-kill`` in version 3.0.7 ignores the value of the ``--busy-time`` + + v3.0.7 released 2018-03-01 ==========================