14
0

- Update to 2.7.1:

- When testing for WORKON_HOME during startup, dereference any
    symlink to make sure it is a directory.
  - Set VIRTUALENVWRAPPER_HOOK_DIR and VIRTUALENV_WRAPPER_LOG DIR
    in virtualenvwrapper_initialize after WORKON_HOME is set
    (issue 94).
  - Update the Basic Installation instructions to be more explicit
    about needing to install virtualenvwrapper globally (or at
    least outside of a virtualenv).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=9
This commit is contained in:
Alexandre Rogoski
2011-04-18 23:50:46 +00:00
committed by Git OBS Bridge
parent ff759604f9
commit d92789d041
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Apr 18 23:44:07 UTC 2011 - alexandre@exatati.com.br
- Update to 2.7.1:
- When testing for WORKON_HOME during startup, dereference any
symlink to make sure it is a directory.
- Set VIRTUALENVWRAPPER_HOOK_DIR and VIRTUALENV_WRAPPER_LOG DIR
in virtualenvwrapper_initialize after WORKON_HOME is set
(issue 94).
- Update the Basic Installation instructions to be more explicit
about needing to install virtualenvwrapper globally (or at
least outside of a virtualenv).
-------------------------------------------------------------------
Wed Apr 13 17:43:53 UTC 2011 - alexandre@exatati.com.br