* 625 and 626: Fixes on ``setuptools.msvc`` mainly for Python 2 and Linux.
24.0.0
Not secure
=======
* Pull Request 174: Add more aggressive support for standalone Microsoft Visual C++ compilers in msvc9compiler patch. Particularly : Windows SDK 6.1 and 7.0 (MSVC++ 9.0), Windows SDK 7.1 (MSVC++ 10.0), Visual C++ Build Tools 2015 (MSVC++14) * Renamed ``setuptools.msvc9_support`` to ``setuptools.msvc``.
23.2.1
Not secure
=======
Re-release of v23.2.0, which was missing the intended commits.
* 623: Remove used of deprecated 'U' flag when reading manifests.
23.1.0
Not secure
=======
* 619: Deprecated ``tag_svn_revision`` distribution option.
23.0.0
Not secure
=======
* 611: Removed ARM executables for CLI and GUI script launchers on Windows. If this was a feature you cared about, please comment in the ticket. * 604: Removed docs building support. The project now relies on documentation hosted at https://setuptools.pypa.io/.
22.0.5
Not secure
=======
* 604: Restore repository for upload_docs command to restore publishing of docs during release.