Skip to content

Commit a84cda4

Browse files
committed
update announcement file for 3.3 release
1 parent ad36cb3 commit a84cda4

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

announce.rst

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=======================
2-
virtualenvwrapper 3.2
2+
virtualenvwrapper 3.3
33
=======================
44

55
.. tags:: virtualenvwrapper release python
@@ -16,22 +16,26 @@ introducing conflicts in their dependencies.
1616
What's New in 3.2
1717
=================
1818

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``)
3539

3640
Installing
3741
==========

0 commit comments

Comments
 (0)