Fix the release version number

modified:   Changelog
	modified:   Makefile.PL
	modified:   config/sphinx-build/conf.py
	modified:   docs/release_notes.rst
This commit is contained in:
Alina Derkach
2025-05-20 13:45:45 +02:00
parent d81adddfa4
commit 2201e7f97d
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
Changelog for Percona Toolkit Changelog for Percona Toolkit
v3.7.0-1 released 2025-05-14 v3.7.0-2 released 2025-05-14
This release addresses multiple security vulnerabilities reported in Percona Toolkit version 3.7.0, including issues related to the `libxml2` component (CVE-2024-56171, CVE-2025-24928), `openssl` (CVE-2024-12797), and `krb5` (CVE-2022-37967). This release addresses multiple security vulnerabilities reported in Percona Toolkit version 3.7.0, including issues related to the `libxml2` component (CVE-2024-56171, CVE-2025-24928), `openssl` (CVE-2024-12797), and `krb5` (CVE-2022-37967).

View File

@@ -11,7 +11,7 @@ MAKE_GOTOOLS
WriteMakefile( WriteMakefile(
NAME => 'Percona::Toolkit', NAME => 'Percona::Toolkit',
VERSION => '3.7.0-1', VERSION => '3.7.0-2',
EXE_FILES => [ EXE_FILES => [
map { map {
(my $name = $_) =~ s/^bin.//; (my $name = $_) =~ s/^bin.//;

View File

@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Percona Toolkit' project = u'Percona Toolkit'
copyright = u'2024, Percona LLC and/or its affiliates' copyright = u'2025, Percona LLC and/or its affiliates'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
@@ -50,7 +50,7 @@ copyright = u'2024, Percona LLC and/or its affiliates'
# The short X.Y version. # The short X.Y version.
version = '3.7' version = '3.7'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '3.7.0-1' release = '3.7.0-2'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
@@ -202,7 +202,7 @@ htmlhelp_basename = 'PerconaToolkitdoc'
# (source start file, target name, title, author, documentclass [howto/manual]). # (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [ latex_documents = [
('index', 'PerconaToolkit.tex', u'Percona Toolkit Documentation', ('index', 'PerconaToolkit.tex', u'Percona Toolkit Documentation',
u'2024, Percona LLC and/or its affiliates', 'manual'), u'2025, Percona LLC and/or its affiliates', 'manual'),
] ]
# The name of an image file (relative to this directory) to place at the top of # The name of an image file (relative to this directory) to place at the top of
@@ -236,5 +236,5 @@ latex_toplevel_sectioning = 'part'
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'perconatoolkit', u'Percona Toolkit Documentation', ('index', 'perconatoolkit', u'Percona Toolkit Documentation',
[u'2024, Percona LLC and/or its affiliates'], 1) [u'2025, Percona LLC and/or its affiliates'], 1)
] ]

View File

@@ -1,7 +1,7 @@
Release Notes Release Notes
*************** ***************
v3.7.0-1 released 2025-05-14 v3.7.0-2 released 2025-05-14
============================== ==============================
This release addresses multiple security vulnerabilities reported in Percona Toolkit version 3.7.0, including issues related to the `libxml2` component (CVE-2024-56171, CVE-2025-24928), `openssl` (CVE-2024-12797), and `krb5` (CVE-2022-37967). This release addresses multiple security vulnerabilities reported in Percona Toolkit version 3.7.0, including issues related to the `libxml2` component (CVE-2024-56171, CVE-2025-24928), `openssl` (CVE-2024-12797), and `krb5` (CVE-2022-37967).