11=======================
2- virtualenvwrapper 4.1
2+ virtualenvwrapper 4.2
33=======================
44
55.. tags :: virtualenvwrapper release python
@@ -16,23 +16,24 @@ introducing conflicts in their dependencies.
1616What's New?
1717===========
1818
19- - Ensure that all ``$() `` style commands that produce paths are
20- quoted; addresses issue 164.
21- - Add ``wipeenv `` command for removing all packages installed in the
22- virtualenv.
23- - Allow users of ``virtualenvwrapper_lazy.sh `` to extend the list of
24- API commands that trigger the lazy-loader by extending
25- ``_VIRTUALENVWRAPPER_API ``. Patch contributed by John Purnell, see
26- issue 188.
27- - Fix detection of ``--python `` option to ``mkvirtualenv ``. Resolves
28- issue 190.
29- - Add ``allvirtualenv `` command to run a command across all
30- virtualenvs. Suggested by Dave Coutts in issue 186.
31- - Fix ``lsvirtualenv `` when there are spaces in
32- ``WORKON_HOME ``. Resolves issue 194.
33- - Switch to `pbr `_ for packaging.
34-
35- .. _pbr : https://github.com/openstack-dev/pbr
19+ - Add ``tmp- `` prefix to temporary environment names created by
20+ ``mktmpenv ``.
21+ - Fix some uses of ``cd `` that did not account for possible
22+ aliasing. Contributed by Ismail Badawi.
23+ - Fix documentation for ``allvirtualenv ``, contributed by
24+ Andy Dirnberger.
25+ - Add ``--force `` option to ``mkproject ``, contributed by
26+ Clay McClure.
27+ - Fix handling for project directory argument ``-a `` to
28+ ``mkvirtualenv ``, based on work by Xupeng Yun.
29+ - Dropped python 3.2 testing.
30+ - Updated test configuration so they work properly under Linux.
31+ - Resolve relative paths before storing the project directory
32+ reference in ``setvirtualenvproject ``. (issue 207)
33+ - Do not create hooks for rmproject, since there is no such
34+ command. (issue 203)
35+ - Update the tests to use a valid template for creating temporary
36+ directories under Linux.
3637
3738Installing
3839==========
0 commit comments