Skip to content

Commit cd33742

Browse files
committed
release 3.25.0
Signed-off-by: Bernát Gábor <[email protected]>
1 parent cafb361 commit cd33742

File tree

7 files changed

+32
-8
lines changed

7 files changed

+32
-8
lines changed

docs/changelog.rst

+32
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,38 @@ with advance notice in the **Deprecations** section of releases.
1111

1212
.. towncrier release notes start
1313
14+
v3.25.0 (2022-04-11)
15+
--------------------
16+
17+
Bugfixes
18+
^^^^^^^^
19+
20+
- Fixed failing isolated_build because setuptools warning was captured
21+
in ``build_requires``. -- by :user:`zariiii9003`
22+
`#2332 <https://github.com/tox-dev/tox/issues/2332>`_
23+
- Avoid potential 30s delay caused by socket.getfqdn(). -- by :user:`ssbarnea`
24+
`#2375 <https://github.com/tox-dev/tox/issues/2375>`_
25+
26+
27+
Features
28+
^^^^^^^^
29+
30+
- Ignore missing commands if they are prefixed by ``-``
31+
-- by :user:`cdown`.
32+
`#2315 <https://github.com/tox-dev/tox/issues/2315>`_
33+
- Add default environment variables (such as http_proxy) regardless of their case to passenv on UNIX -- by :user:`poggenhans`.
34+
`#2372 <https://github.com/tox-dev/tox/issues/2372>`_
35+
- 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.
36+
`#2382 <https://github.com/tox-dev/tox/issues/2382>`_
37+
38+
39+
Documentation
40+
^^^^^^^^^^^^^
41+
42+
- Deleted the tox mailing list -- by :user:`jugmac00`
43+
`#2364 <https://github.com/tox-dev/tox/issues/2364>`_
44+
45+
1446
v3.24.5 (2021-12-29)
1547
--------------------
1648

docs/changelog/2315.feature.rst

-2
This file was deleted.

docs/changelog/2332.bugfix.rst

-2
This file was deleted.

docs/changelog/2364.doc.rst

-1
This file was deleted.

docs/changelog/2372.feature.rst

-1
This file was deleted.

docs/changelog/2375.bugfix.rst

-1
This file was deleted.

docs/changelog/2382.feature.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)