* 725: revert ``library_dir_option`` patch (Error is related to ``numpy.distutils`` and make errors on non Numpy users).
25.1.5
Not secure
=======
* 720 * 723: Improve patch for ``library_dir_option``.
25.1.4
Not secure
=======
* 717 * 713 * 707: Fix Python 2 compatibility for MSVC by catching errors properly. * 715: Fix unquoted libpaths by patching ``library_dir_option``.
25.1.3
Not secure
=======
* 714 and 704: Revert fix as it breaks other components downstream that can't handle unicode. See 709, 710, and 712.
25.1.2
Not secure
=======
* 704: Fix errors when installing a zip sdist that contained files named with non-ascii characters on Windows would crash the install when it attempted to clean up the build. * 646: MSVC compatibility - catch errors properly in RegistryInfo.lookup. * 702: Prevent UnboundLocalError when initial working_set is empty.
25.1.1
Not secure
=======
* 686: Fix issue in sys.path ordering by pkg_resources when rewrite technique is "raw". * 699: Fix typo in msvc support.