summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2022-04-11 10:39:37 +0100
committerBernát Gábor <bgabor8@bloomberg.net>2022-04-11 10:48:12 +0100
commitcd33742da5ff3e4e2153d6df48c6e23ed5744bdc (patch)
tree77e8169c1f211517219aaf194f8ba3aecda52c2c
parentcafb36143449d19e93811d539565e6fcfc2cc13e (diff)
downloadtox-git-cd33742da5ff3e4e2153d6df48c6e23ed5744bdc.tar.gz
release 3.25.03.25.0
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
-rw-r--r--docs/changelog.rst32
-rw-r--r--docs/changelog/2315.feature.rst2
-rw-r--r--docs/changelog/2332.bugfix.rst2
-rw-r--r--docs/changelog/2364.doc.rst1
-rw-r--r--docs/changelog/2372.feature.rst1
-rw-r--r--docs/changelog/2375.bugfix.rst1
-rw-r--r--docs/changelog/2382.feature.rst1
7 files changed, 32 insertions, 8 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index a9326708..a3676d6d 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 <https://github.com/tox-dev/tox/issues/2332>`_
+- Avoid potential 30s delay caused by socket.getfqdn(). -- by :user:`ssbarnea`
+ `#2375 <https://github.com/tox-dev/tox/issues/2375>`_
+
+
+Features
+^^^^^^^^
+
+- Ignore missing commands if they are prefixed by ``-``
+ -- by :user:`cdown`.
+ `#2315 <https://github.com/tox-dev/tox/issues/2315>`_
+- Add default environment variables (such as http_proxy) regardless of their case to passenv on UNIX -- by :user:`poggenhans`.
+ `#2372 <https://github.com/tox-dev/tox/issues/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 <https://github.com/tox-dev/tox/issues/2382>`_
+
+
+Documentation
+^^^^^^^^^^^^^
+
+- Deleted the tox mailing list -- by :user:`jugmac00`
+ `#2364 <https://github.com/tox-dev/tox/issues/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 65411d6b..00000000
--- 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 6c297563..00000000
--- 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 bf8874f7..00000000
--- 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 470dbc5f..00000000
--- 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 d50b18ce..00000000
--- 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 59a75852..00000000
--- 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.