1
+ =======================
2
+ virtualenvwrapper 2.7
3
+ =======================
4
+
1
5
What is virtualenvwrapper
2
6
=========================
3
7
@@ -7,15 +11,35 @@ virtual environments and otherwise managing your development workflow,
7
11
making it easier to work on more than one project at a time without
8
12
introducing conflicts in their dependencies.
9
13
10
- What's New in 2.2.1
14
+ What's New in 2.7
11
15
=================
12
16
13
- Version 2.2.1 is a bug-fix release:
17
+ This release clears most of the bugs from the backlog and adds a few
18
+ new features.
14
19
15
- - Escape ``which `` calls to avoid aliases. (#46)
16
- - Integrate Manuel Kaufmann's patch to unset GREP_OPTIONS before
17
- calling grep. (#51)
18
- - Escape ``$ `` in regex to resolve #53.
20
+ - Fix problem with space in WORKON_HOME path (#79).
21
+ - Fix problem with argument processing in ``lsvirtualenv `` under zsh
22
+ (#86). Thanks to Nat Williams for the bug report and patch.
23
+ - If WORKON_HOME does not exist, create it. Patch from Carl
24
+ Karsten. Test updates based on patches from Matt Austin
25
+ and Hugo Lopes Tavares.
26
+ - Merge in contributions from Paul McLanahan to fix the test harness
27
+ to ensure that the test scripts are actually running under the
28
+ expected shell.
29
+ - Merge in new shell command ``toggleglobalsitepackages `` from Paul
30
+ McLanahan. The new command changes the configuration of the active
31
+ virtualenv to enable or disable the global ``site-packages ``
32
+ directory.
33
+ - Fixed some tests that were failing under ksh on Ubuntu 10.10.
34
+ - Document the ``VIRTUALENVWRAPPER_VIRTUALENV `` variable.
35
+ - Implement suggestion by Van Lindberg to have
36
+ ``VIRTUALENVWRAPPER_HOOK_DIR `` and ``VIRTUALENVWRAPPER_LOG_DIR ``
37
+ variables to control the locations of hooks and logs.
38
+ - Enabled tab completion for ``showvirtualenv `` (#78).
39
+ - Fixed a problem with running ``rmvirtualenv `` from within the
40
+ environment being removed (#83).
41
+ - Removed use of -e option in calls to grep for better portability
42
+ (#85`).
19
43
20
44
.. _virtualenv : http://pypi.python.org/pypi/virtualenv
21
45
0 commit comments