Skip to content

Commit b1f020b

Browse files
committed
update docs for 4.2 release
Change-Id: Ie4e1997b2c19e9dd8dfb19ae3508f150895da11e
1 parent 9e161bf commit b1f020b

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

announce.rst

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
1616
What'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

3738
Installing
3839
==========

docs/source/history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Release History
33
===============
44

5-
dev
5+
4.2
66
===
77

88
- Add ``tmp-`` prefix to temporary environment names created by

0 commit comments

Comments
 (0)