summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt190
1 files changed, 107 insertions, 83 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8e3177457..2405601c2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,14 +1,12 @@
-Changelog
-=========
+**1.5.6 (2014-05-16)**
-1.5.6 (2014-05-16)
-------------------
* Upgrade requests to 2.3.0 to fix an issue with proxies on Python 3.4.1
(PR #1821).
-1.5.5 (2014-05-03)
-------------------
+
+**1.5.5 (2014-05-03)**
+
* Fixes #1632. Uninstall issues on debianized pypy, specifically issues with
setuptools upgrades. (PR #1743)
@@ -22,14 +20,15 @@ Changelog
colorama==0.3.1, setuptools==3.4.4).
-1.5.4 (2014-02-21)
-------------------
+**1.5.4 (2014-02-21)**
+
* Correct deprecation warning for ``pip install --build`` to only notify when
the `--build` value is different than the default.
-1.5.3 (2014-02-20)
-------------------
+
+**1.5.3 (2014-02-20)**
+
* **DEPRECATION** ``pip install --build`` and ``pip install --no-clean`` are now
deprecated. See Issue #906 for discussion.
@@ -51,8 +50,8 @@ Changelog
* Verify that the Wheel version is compatible with this pip (PR #1569)
-1.5.2 (2014-01-26)
-------------------
+**1.5.2 (2014-01-26)**
+
* Upgraded the vendored ``pkg_resources`` and ``_markerlib`` to setuptools 2.1.
@@ -63,8 +62,8 @@ Changelog
part of the URL in a requirements file
-1.5.1 (2014-01-20)
-------------------
+**1.5.1 (2014-01-20)**
+
* pip now only requires setuptools (any setuptools, not a certain version) when
installing distributions from src (i.e. not from wheel). (Pull #1434).
@@ -82,9 +81,8 @@ Changelog
#1457)
+**1.5 (2014-01-01)**
-1.5 (2014-01-01)
-----------------
* **BACKWARD INCOMPATIBLE** pip no longer supports the ``--use-mirrors``,
``-M``, and ``--mirrors`` flags. The mirroring support has been removed. In
@@ -160,11 +158,9 @@ Changelog
(Pull #1316)
+**1.4.1 (2013-08-07)**
-1.4.1 (2013-08-07)
-------------------
-
* **New Signing Key** Release 1.4.1 is using a different key than normal with
fingerprint: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
* Fixed issues with installing from pybundle files (Pull #1116).
@@ -175,8 +171,8 @@ Changelog
* Fixes related to recognizing and cleaning global build dirs (Pull #1080).
-1.4 (2013-07-23)
-----------------
+**1.4 (2013-07-23)**
+
* **BACKWARD INCOMPATIBLE** pip now only installs stable versions by default,
and offers a new ``--pre`` option to also find pre-release and development
@@ -224,14 +220,16 @@ Changelog
* Fixed git VCS backend with git 1.8.3. (Pull #967)
-1.3.1 (2013-03-08)
-------------------
+
+**1.3.1 (2013-03-08)**
+
* Fixed a major backward incompatible change of parsing URLs to externally
hosted packages that got accidentily included in 1.3.
-1.3 (2013-03-07)
-----------------
+
+**1.3 (2013-03-07)**
+
* SSL Cert Verification; Make https the default for PyPI access.
Thanks James Cleveland, Giovanni Bajo, Marcus Smith and many others (Pull #791, CVE-2013-1629).
@@ -287,15 +285,17 @@ Changelog
like the same option in distutils but also plays nice with pip's egg-info.
Thanks Przemek Wrzos. (Issue #253 / Pull #693)
-1.2.1 (2012-09-06)
-------------------
+
+**1.2.1 (2012-09-06)**
+
* Fixed a regression introduced in 1.2 about raising an exception when
not finding any files to uninstall in the current environment. Thanks for
the fix, Marcus Smith.
-1.2 (2012-09-01)
-----------------
+
+**1.2 (2012-09-01)**
+
* **Dropped support for Python 2.4** The minimum supported Python version is
now Python 2.5.
@@ -363,8 +363,9 @@ Changelog
* Added a better help formatter.
-1.1 (2012-02-16)
-----------------
+
+**1.1 (2012-02-16)**
+
* Fixed issue #326 - don't crash when a package's setup.py emits UTF-8 and
then fails. Thanks Marc Abramowitz.
@@ -423,8 +424,8 @@ Changelog
requirements from VCS that have a changed repo URL.
-1.0.2 (2011-07-16)
-------------------
+**1.0.2 (2011-07-16)**
+
* Fixed docs issues.
* Fixed issue #295 - Reinstall a package when using the ``install -I`` option
@@ -433,8 +434,9 @@ Changelog
* Fixed issue #314 - Correctly handle exceptions on Python3.
* Fixed issue #320 - Correctly parse ``--editable`` lines in requirements files
-1.0.1 (2011-04-30)
-------------------
+
+**1.0.1 (2011-04-30)**
+
* Start to use git-flow.
* Fixed issue #274 - `find_command` should not raise AttributeError
@@ -444,8 +446,9 @@ Changelog
* Fixed issue #44 - multiple CLI searches.
* Fixed issue #266 - current working directory when running setup.py clean.
-1.0 (2011-04-04)
-----------------
+
+**1.0 (2011-04-04)**
+
* Added Python 3 support! Huge thanks to Vinay Sajip, Vitaly Babiy, Kelsey
Hightower, and Alex Gronholm, among others.
@@ -472,8 +475,9 @@ Changelog
Make sure you have `distribute <http://pypi.python.org/pypi/distribute>`_
installed before using the installer!
-0.8.3
------
+
+**0.8.3**
+
* Moved main repository to Github: https://github.com/pypa/pip
@@ -495,8 +499,9 @@ Changelog
* Fixed bug in version string parsing related to the suffix "-dev".
-0.8.2
------
+
+**0.8.2**
+
* Avoid redundant unpacking of bundles (from pwaller)
@@ -512,8 +517,9 @@ Changelog
* Added ``git+https://`` scheme to Git VCS backend.
-0.8.1
------
+
+**0.8.1**
+
* Added global --user flag as shortcut for --install-option="--user". From
Ronny Pfannschmidt.
@@ -532,9 +538,8 @@ Changelog
Thanks Ronny Pfannschmidt and Wil Tan.
+**0.8**
-0.8
----
* Track which ``build/`` directories pip creates, never remove directories
it doesn't create. From Hugo Lopes Tavares.
@@ -560,14 +565,16 @@ Changelog
* Significant test framework changes, from Hugo Lopes Tavares.
-0.7.2
------
+
+**0.7.2**
+
* Set zip_safe=False to avoid problems some people are encountering where
pip is installed as a zip file.
-0.7.1
------
+
+**0.7.1**
+
* Fixed opening of logfile with no directory name. Thanks Alexandre Conrad.
@@ -576,8 +583,9 @@ Changelog
* Tests now require at least ScriptTest 1.0.3.
-0.7
----
+
+**0.7**
+
* Fixed uninstallation on Windows
* Added ``pip search`` command.
@@ -618,21 +626,24 @@ Changelog
--extra-index-url.
* Leftover build directories are now removed. Thanks Alexandre Conrad.
-0.6.3
------
+
+**0.6.3**
+
* Fixed import error on Windows with regard to the backwards compatibility
package
-0.6.2
------
+
+**0.6.2**
+
* Fixed uninstall when /tmp is on a different filesystem.
* Fixed uninstallation of distributions with namespace packages.
-0.6.1
------
+
+**0.6.1**
+
* Added support for the ``https`` and ``http-static`` schemes to the
Mercurial and ``ftp`` scheme to the Bazaar backend.
@@ -645,8 +656,9 @@ Changelog
* Fixed issue with ``pip bundle`` and local files (which weren't being
copied into the bundle), from Whit Morriss.
-0.6
----
+
+**0.6**
+
* Add ``pip uninstall`` and uninstall-before upgrade (from Carl
Meyer).
@@ -676,13 +688,15 @@ Changelog
* Creates download cache directory if not existing.
-0.5.1
------
+
+**0.5.1**
+
* Fixed a couple little bugs, with git and with extensions.
-0.5
----
+
+**0.5**
+
* Added ability to override the default log file name (``pip-log.txt``)
with the environmental variable ``$PIP_LOG_FILE``.
@@ -734,8 +748,9 @@ Changelog
* Fixed handling of attempt to checkout editable install to a
non-empty, non-repo directory.
-0.4
----
+
+**0.4**
+
* Make ``-e`` work better with local hg repositories
@@ -763,8 +778,9 @@ Changelog
* Fixed support for Subversion 1.6.
-0.3.1
------
+
+**0.3.1**
+
* Improved virtualenv restart and various path/cleanup problems on win32.
@@ -776,8 +792,9 @@ Changelog
* Improve ``pip -h``
-0.3
----
+
+**0.3**
+
* Added support for editable packages created from Git, Mercurial and Bazaar
repositories and ability to freeze them. Refactored support for version
@@ -813,8 +830,9 @@ Changelog
* Add ``--simulate`` option to ``pip zip``.
-0.2.1
------
+
+**0.2.1**
+
* Fixed small problem that prevented using ``pip.py`` without actually
installing pip.
@@ -833,8 +851,9 @@ Changelog
* Turn some tar file errors into warnings.
-0.2
----
+
+**0.2**
+
* Renamed to ``pip``, and to install you now do ``pip install
PACKAGE``
@@ -847,8 +866,9 @@ Changelog
creating a bundle using unnamed packages (like just an svn
repository without ``#egg=Package``).
-0.1.4
------
+
+**0.1.4**
+
* Added an option ``--install-option`` to pass options to pass
arguments to ``setup.py install``
@@ -874,16 +894,18 @@ Changelog
is still required, but just some downloads will be avoided when
using this.
-0.1.3
------
+
+**0.1.3**
+
* Always use ``svn checkout`` (not ``export``) so that
``tag_svn_revision`` settings give the revision of the package.
* Don't update checkouts that came from ``.pybundle`` files.
-0.1.2
------
+
+**0.1.2**
+
* Improve error text when there are errors fetching HTML pages when
seeking packages.
@@ -896,8 +918,9 @@ Changelog
* Fix ``dependency_links`` for finding packages.
-0.1.1
------
+
+**0.1.1**
+
* Fixed a NameError exception when running pip outside of a
virtualenv environment.
@@ -907,7 +930,8 @@ Changelog
* Fixed use of ``hashlib.md5`` on python2.5+ (also from Prabhu
Ramachandran)
-0.1
----
+
+**0.1**
+
* Initial release