From cd33742da5ff3e4e2153d6df48c6e23ed5744bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Mon, 11 Apr 2022 10:39:37 +0100 Subject: [PATCH] release 3.25.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- docs/changelog.rst | 32 ++++++++++++++++++++++++++++++++ docs/changelog/2315.feature.rst | 2 -- docs/changelog/2332.bugfix.rst | 2 -- docs/changelog/2364.doc.rst | 1 - docs/changelog/2372.feature.rst | 1 - docs/changelog/2375.bugfix.rst | 1 - docs/changelog/2382.feature.rst | 1 - 7 files changed, 32 insertions(+), 8 deletions(-) delete mode 100644 docs/changelog/2315.feature.rst delete mode 100644 docs/changelog/2332.bugfix.rst delete mode 100644 docs/changelog/2364.doc.rst delete mode 100644 docs/changelog/2372.feature.rst delete mode 100644 docs/changelog/2375.bugfix.rst delete mode 100644 docs/changelog/2382.feature.rst diff --git a/docs/changelog.rst b/docs/changelog.rst index a93267082..a3676d6d7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,38 @@ with advance notice in the **Deprecations** section of releases. .. towncrier release notes start +v3.25.0 (2022-04-11) +-------------------- + +Bugfixes +^^^^^^^^ + +- Fixed failing isolated_build because setuptools warning was captured + in ``build_requires``. -- by :user:`zariiii9003` + `#2332 `_ +- Avoid potential 30s delay caused by socket.getfqdn(). -- by :user:`ssbarnea` + `#2375 `_ + + +Features +^^^^^^^^ + +- Ignore missing commands if they are prefixed by ``-`` + -- by :user:`cdown`. + `#2315 `_ +- Add default environment variables (such as http_proxy) regardless of their case to passenv on UNIX -- by :user:`poggenhans`. + `#2372 `_ +- On Windows ``PROGRAMFILES``, ``PROGRAMFILES(X86)``, and ``PROGRAMDATA`` environment variables are now passed through, unmasking system values necessary to locate resources such as a C compiler. + `#2382 `_ + + +Documentation +^^^^^^^^^^^^^ + +- Deleted the tox mailing list -- by :user:`jugmac00` + `#2364 `_ + + v3.24.5 (2021-12-29) -------------------- diff --git a/docs/changelog/2315.feature.rst b/docs/changelog/2315.feature.rst deleted file mode 100644 index 65411d6bb..000000000 --- a/docs/changelog/2315.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -Ignore missing commands if they are prefixed by ``-`` --- by :user:`cdown`. diff --git a/docs/changelog/2332.bugfix.rst b/docs/changelog/2332.bugfix.rst deleted file mode 100644 index 6c297563a..000000000 --- a/docs/changelog/2332.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fixed failing isolated_build because setuptools warning was captured -in ``build_requires``. -- by :user:`zariiii9003` diff --git a/docs/changelog/2364.doc.rst b/docs/changelog/2364.doc.rst deleted file mode 100644 index bf8874f75..000000000 --- a/docs/changelog/2364.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Deleted the tox mailing list -- by :user:`jugmac00` diff --git a/docs/changelog/2372.feature.rst b/docs/changelog/2372.feature.rst deleted file mode 100644 index 470dbc5f8..000000000 --- a/docs/changelog/2372.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Add default environment variables (such as http_proxy) regardless of their case to passenv on UNIX -- by :user:`poggenhans`. diff --git a/docs/changelog/2375.bugfix.rst b/docs/changelog/2375.bugfix.rst deleted file mode 100644 index d50b18ce3..000000000 --- a/docs/changelog/2375.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Avoid potential 30s delay caused by socket.getfqdn(). -- by :user:`ssbarnea` diff --git a/docs/changelog/2382.feature.rst b/docs/changelog/2382.feature.rst deleted file mode 100644 index 59a758529..000000000 --- a/docs/changelog/2382.feature.rst +++ /dev/null @@ -1 +0,0 @@ -On Windows ``PROGRAMFILES``, ``PROGRAMFILES(X86)``, and ``PROGRAMDATA`` environment variables are now passed through, unmasking system values necessary to locate resources such as a C compiler.