From 11409decc5a1007c2ab3d93d710fd1b2bfe5c18a Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Thu, 20 Aug 2015 16:48:49 -0400 Subject: [PATCH] Update the changelog for 7.1.1 --- CHANGES.txt | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index fb111181a..a7db05170 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,30 @@ -**7.2.0 (unreleased)** +**7.1.1 (unreleased)** + +* Check that the wheel cache directory is writable before we attempt to write + cached files to them. + +* Move the pip version check until *after* any installs have been performed, + thus removing the extraenous warning when upgrading pip. + +* Added debug logging when using a cached wheel. + +* Respect platlib by default on platforms that have it separated from purlib. + +* Upgrade packaging to 15.3. + + * Normalize post-release spellings for rev/r prefixes. + +* Upgrade distlib to 0.2.1. + + * Updated launchers to decode shebangs using UTF-8. This allows non-ASCII + pathnames to be correctly handled. + + * Ensured that the executable written to shebangs is normcased. + + * Changed ScriptMaker to work better under Jython. + +* Upgrade ipaddress to 1.0.13. + **7.1.0 (2015-06-30)**