1- =======================
2- virtualenvwrapper 2.7
3- =======================
1+ =========================
2+ virtualenvwrapper 2.7.1
3+ =========================
44
55What is virtualenvwrapper
66=========================
@@ -11,35 +11,11 @@ virtual environments and otherwise managing your development workflow,
1111making it easier to work on more than one project at a time without
1212introducing conflicts in their dependencies.
1313
14- What's New in 2.7
15- =================
16-
17- This release clears most of the bugs from the backlog and adds a few
18- new features.
14+ What's New in 2.7.1
15+ ===================
1916
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`).
17+ This release includes a fix for a minor intialization problem in 2.7
18+ and updated installization instructions for first-time users.
4319
4420.. _virtualenv : http://pypi.python.org/pypi/virtualenv
4521
0 commit comments