update changelog and authors file

This commit is contained in:
Marcus Smith 2013-05-28 20:15:28 -07:00
parent 32ce7b878e
commit 6703a1a31e
2 changed files with 6 additions and 2 deletions

View File

@ -18,6 +18,7 @@ David (d1b)
Dmitry Gladkov
Donald Stufft
Francesco
Gabriel de Perthuis
Geoffrey Lehée
Georgi Valkov
Hugo Lopes Tavares

View File

@ -4,8 +4,11 @@ Changelog
1.4.dev1 (unreleased)
---------------------
* Fixed a number of issues (#413, #709, #634 and #602) related to cleaning up and
not reusing build directories. (Pull #865)
* Fixed a number of issues (#413, #709, #634, #602, and #939) related to cleaning up and
not reusing build directories. (Pull #865, #948)
* pip will no longer try to install or upgrade Distribute in Python 3. (Pull #937)
* Added a User Agent so that pip is identifiable in logs. (Pull #901)
* Added ssl and --user support to get-pip.py. Thanks Gabriel de Perthuis. (Pull #895)
* Fixed the proxy support, which was broken in pip-1.3. (Pull #840)
* Fixed issue #32 - pip fails when server does not send content-type header.
Thanks Hugo Lopes Tavares and Kelsey Hightower (Pull #872).