Skip to content

Commit

Permalink
Merge branch 'release/1.8' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Sep 1, 2012
2 parents a6d6ed7 + 119e624 commit 5b904f8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions docs/news.txt
Expand Up @@ -15,8 +15,11 @@ Changes & News
with the upgraded Python.


master (unreleased)
~~~~~~~~~~~~~~~~~~~
1.8 (2012-09-01)
~~~~~~~~~~~~~~~~

* **Dropped support for Python 2.4** The minimum supported Python version is
now Python 2.5.

* Fix `--relocatable` on systems that use lib64. Fixes #78. Thanks Branden
Rolston.
Expand All @@ -27,6 +30,21 @@ master (unreleased)
* Fix ``--relocatable`` when a script uses ``__future__`` imports. Thanks
Branden Rolston.

* Fix a bug in the config option parser that prevented setting negative
options with environemnt variables. Thanks Ralf Schmitt.

* Allow setting ``--no-site-packages`` from the config file.

* Use ``/usr/bin/multiarch-platform`` if available to figure out the include
directory. Thanks for the patch, Mika Laitio.

* Fix ``install_name_tool`` replacement to work on Python 3.X.

* Handle paths of users' site-packages on Mac OS X correctly when changing
the prefix.

* Updated the embedded version of distribute to 0.6.28 and pip to 1.2.

1.7.2 (2012-06-22)
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion virtualenv.py
Expand Up @@ -4,7 +4,7 @@

# If you change the version here, change it in setup.py
# and docs/conf.py as well.
__version__ = "1.7.2" # following best practices
__version__ = "1.8" # following best practices
virtualenv_version = __version__ # legacy, again

import base64
Expand Down

0 comments on commit 5b904f8

Please sign in to comment.