From eb49dcd8a32c553cc6ee38b943ee976ee90168c0 Mon Sep 17 00:00:00 2001 From: David Linke Date: Sat, 9 Jan 2016 13:55:15 +0100 Subject: [PATCH] Added note to changes and my name to contriutor list. --- AUTHORS.txt | 1 + CHANGES.txt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS.txt b/AUTHORS.txt index b3b05a9eb..d88b8716f 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -51,6 +51,7 @@ Dave Abrahams David Aguilar David Black David Evans +David Linke David Pursehouse David Wales Davidovich diff --git a/CHANGES.txt b/CHANGES.txt index bec21a7ca..6e7f24fbf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -44,6 +44,9 @@ * Fixed :issue:`3009`, correct reporting of requirements file line numbers (:pull:`3125`) +* Fixed :issue:`1062`, Exception(IOError) for ``pip freeze`` and ``pip list`` + commands with subversion >= 1.7. (:pull:`3346`) + * Provide a spinner showing that progress is happening when installing or building a package via ``setup.py``. This will alleviate concerns that projects with unusually long build times have with pip appearing to stall.