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.