diff --git a/config/sphinx-build/conf.py b/config/sphinx-build/conf.py index e562d2e9..32c7c88a 100644 --- a/config/sphinx-build/conf.py +++ b/config/sphinx-build/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'Percona Toolkit' -copyright = u'2017, Percona LLC and/or its affiliates' +copyright = u'2020, Percona LLC and/or its affiliates' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -180,7 +180,7 @@ htmlhelp_basename = 'PerconaToolkitdoc' # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'PerconaToolkit.tex', u'Percona Toolkit Documentation', - u'2017, Percona LLC and/or its affiliates', 'manual'), + u'2020, Percona LLC and/or its affiliates', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -214,5 +214,5 @@ latex_toplevel_sectioning = 'part' # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'perconatoolkit', u'Percona Toolkit Documentation', - [u'2017, Percona LLC and/or its affiliates'], 1) + [u'2020, Percona LLC and/or its affiliates'], 1) ] diff --git a/docs/rn.3-2-0.txt b/docs/rn.3-2-0.txt index bc355843..91ee493e 100644 --- a/docs/rn.3-2-0.txt +++ b/docs/rn.3-2-0.txt @@ -5,6 +5,7 @@ ================================================================================ :Date: April 23, 2020 + :Installation: `Installing Percona Toolkit `_ Improvements @@ -26,11 +27,11 @@ Bugs Fixed * :jirabug:`PT-1760`: ``pt-online-schema-change`` regression caused it to hang for a stopped replica when using replication channels on the slave. * :jirabug:`PT-1707`: A number of the Percona Toolkit tools failed to operate in the IPv6 environment if the host address specified as a parameter was not enclosed in square brackets. * :jirabug:`PT-1502`: ``pt-online-schema-change`` was not recognizing the slave with multi-source replication active. -* :jirabug:`PT-1824`: ``pt-online-schema-change`` allowed the name of a constraint to exceed 64 characters when ``--alter-foreign-keys-method=rebuild_constraints`` was used. -* SKIP :jirabug:`PT-1765`: Documentation for ``DIFF_ROWS`` doesn't exist. +* :jirabug:`PT-1824`: ``pt-online-schema-change`` allowed the name of a constraint to exceed 64 characters when ``--alter-foreign-keys-method=rebuild_constraints`` was used. (Thank you, Iwo Panowicz.) +* :jirabug:`PT-1765`: Documentation for ``DIFF_ROWS`` doesn't exist. * :jirabug:`PT-297`: ``pt-online-schema-change`` could break replication. * :jirabug:`PT-1768`: Source code for ``src/go/pt-mongodb-query-digest/pt-mongodb-query-digest`` was missing in the official source tar ball. * :jirabug:`PT-1576`: ``pt-stalk` with ``--mysql-only`` option was not adding MySQL ``processlist`` information to the output file. -* :jirabug:`PT-1793`: ``pt-query-digest`` was unable to handle the year 2020 because of wrong ``tcpdump`` parsing. +* :jirabug:`PT-1793`: ``pt-query-digest`` was unable to handle the year 2020 because of wrong ``tcpdump`` parsing. (Thank you, Kei Tsuchiya.)