1
1
=======================
2
- virtualenvwrapper 3.2
2
+ virtualenvwrapper 3.3
3
3
=======================
4
4
5
5
.. tags :: virtualenvwrapper release python
@@ -16,22 +16,26 @@ introducing conflicts in their dependencies.
16
16
What's New in 3.2
17
17
=================
18
18
19
- - Make ``project_dir `` a local variable so that
20
- ``cdproject `` does not interfere with other variables
21
- the user might have set. (contributed by ``slackorama ``)
22
- - Fix typo in documentation reported by Nick Martin.
23
- - Change trove classifier for license "MIT" to reflect the license
24
- text presented in the documentation. *This does not indicate a
25
- change in the license, just a correction to the expression of that
26
- intent. * (contributed by ``ralphbean `` as fix for issue 134)
27
- - Extend ``rmvirtualenv `` to allow removing more than one
28
- environment at a time. (contributed by ``ciberglo ``)
29
- - Change the definition of ``virtualenvwrapper_get_site_packages_dir ``
30
- to ask ``distutils `` for the ``site-packages `` directory instead of
31
- trying to build the path ourselves in the shell script. This should
32
- resolve issue 112 and improve support for Python interpreters other
33
- than C Python. Thanks to Carl Meyer and Dario Bertini for their
34
- contributions toward the fix.
19
+ - Clean up file permissions and remove shebangs from scripts not
20
+ intended to be executed on the command line. (contributed by
21
+ ``ralphbean ``)
22
+ - Worked on some brittle tests.
23
+ - Received updates to Japanese translation of the documentation from
24
+ ``t2y ``.
25
+ - Fix the test script and runner so the user's ``$WORKON_HOME `` is
26
+ not erased if they do not have some test shells installed.
27
+ (big thanks to ``agriffis ``).
28
+ - If the hook loader is told to list plugins but is not given a hook
29
+ name, it prints the list of core hooks.
30
+ - Merge several fixes for path and variable handling for MSYS users
31
+ from ``bwanamarko ``. Includes a fix for issue 138.
32
+ - Change ``mkvirtualenv `` so it catches both ``-h `` and
33
+ ``--help ``.
34
+ - Fix some issues with the way temporary files are used for hook
35
+ scripts. (contributed by ``agriffis ``)
36
+ - Allow relative path to requirements file with
37
+ ``mkvirtualenv `` and ``-r `` option. (``barberj ``)
38
+ - Make whitespace consistent. (``agriffis ``)
35
39
36
40
Installing
37
41
==========
0 commit comments