~ubuntu-branches/ubuntu/trusty/virtualenvwrapper/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/html/ja/history.html

  • Committer: Package Import Robot
  • Author(s): Jan Dittberner
  • Date: 2012-05-17 14:24:08 UTC
  • mfrom: (1.2.15)
  • Revision ID: package-import@ubuntu.com-20120517142408-5dexv6w1cldbzx3j
Tags: 3.3-1
* New upstream version
* change Build-Depends for dh_sphinxdoc to python-sphinx (>=
  1.0.7+dfsg) | python3-sphinx
* bump Standards-Version to 3.9.3 (no changes)
* refresh debian/patches/debianspecific-setup.py.patch
* use symlinks for duplicated ajax-loader.gif
* Fix "FTBFS if built twice in a row: virtualenvwrapper/__init__.pyc:
  binary file contents changed" by removing *.pyc in clean target
  (Closes: #641735)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  <head>
7
7
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
8
    
9
 
    <title>リリース履歴 &mdash; virtualenvwrapper v2.11 documentation</title>
 
9
    <title>リリース履歴 &mdash; virtualenvwrapper v3.3 documentation</title>
10
10
    <link rel="stylesheet" href="_static/nature.css" type="text/css" />
11
11
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
12
12
    <script type="text/javascript">
13
13
      var DOCUMENTATION_OPTIONS = {
14
14
        URL_ROOT:    '',
15
 
        VERSION:     '2.11',
 
15
        VERSION:     '3.3',
16
16
        COLLAPSE_INDEX: false,
17
17
        FILE_SUFFIX: '.html',
18
18
        HAS_SOURCE:  true
21
21
    <script type="text/javascript" src="_static/jquery.js"></script>
22
22
    <script type="text/javascript" src="_static/underscore.js"></script>
23
23
    <script type="text/javascript" src="_static/doctools.js"></script>
24
 
    <link rel="top" title="virtualenvwrapper v2.11 documentation" href="index.html" />
 
24
    <link rel="top" title="virtualenvwrapper v3.3 documentation" href="index.html" />
25
25
    <link rel="prev" title="既存の拡張機能" href="extensions.html" /> 
26
26
  </head>
27
27
  <body>
31
31
        <li class="right" style="margin-right: 10px">
32
32
          <a href="extensions.html" title="既存の拡張機能"
33
33
             accesskey="P">previous</a></li>
34
 
        <li><a href="index.html">virtualenvwrapper v2.11 documentation</a> &raquo;</li> 
 
34
        <li><a href="index.html">virtualenvwrapper v3.3 documentation</a> &raquo;</li> 
35
35
      </ul>
36
36
    </div>  
37
37
 
42
42
            
43
43
  <div class="section" id="id1">
44
44
<h1>リリース履歴<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
 
45
<p>dev</p>
 
46
<blockquote>
 
47
<ul class="simple">
 
48
<li>Clean up file permissions and remove shebangs from scripts not
 
49
intended to be executed on the command line. (contributed by
 
50
<a class="reference external" href="https://bitbucket.org/ralphbean">ralphbean</a>)</li>
 
51
<li>Worked on some brittle tests.</li>
 
52
</ul>
 
53
</blockquote>
 
54
<p>3.2</p>
 
55
<blockquote>
 
56
<ul class="simple">
 
57
<li>Make <tt class="docutils literal"><span class="pre">project_dir</span></tt> a local variable so that
 
58
<a class="reference internal" href="command_ref.html#command-cdproject"><em>cdproject</em></a> does not interfere with other variables
 
59
the user might have set. (contributed by <a class="reference external" href="https://bitbucket.org/slackorama">slackorama</a>)</li>
 
60
<li>Fix typo in documentation reported by Nick Martin.</li>
 
61
<li>Change trove classifier for license &#8220;MIT&#8221; to reflect the license
 
62
text presented in the documentation. <em>This does not indicate a
 
63
change in the license, just a correction to the expression of that
 
64
intent. See :ref:`license`</em> (contributed by <a class="reference external" href="https://bitbucket.org/ralphbean">ralphbean</a> as
 
65
fix for <a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/134/">issue 134</a>)</li>
 
66
<li>Extend <a class="reference internal" href="command_ref.html#command-rmvirtualenv"><em>rmvirtualenv</em></a> to allow removing more than one
 
67
environment at a time. (contributed by <a class="reference external" href="https://bitbucket.org/ciberglo">ciberglo</a>)</li>
 
68
<li>Change the definition of
 
69
<tt class="docutils literal"><span class="pre">virtualenvwrapper_get_site_packages_dir</span></tt> to ask <tt class="docutils literal"><span class="pre">distutils</span></tt>
 
70
for the <tt class="docutils literal"><span class="pre">site-packages</span></tt> directory instead of trying to build the
 
71
path ourselves in the shell script. This should resolve
 
72
<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/112/">issue 112</a> and improve support for Python interpreters other
 
73
than C Python. Thanks to Carl Meyer and Dario Bertini for their
 
74
contributions toward the fix.</li>
 
75
</ul>
 
76
</blockquote>
 
77
<p>3.1</p>
 
78
<blockquote>
 
79
<ul class="simple">
 
80
<li>Fix a problem with activation hooks when associating a new
 
81
virtualenv with an existing project directory. (<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/122/">issue 122</a>)</li>
 
82
<li>Fix a problem with <em class="xref std std-ref">command-add2virtualenv</em> and paths
 
83
containing &#8220;special&#8221; characters such as <tt class="docutils literal"><span class="pre">&amp;</span></tt>. (<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/132/">issue 132</a>)</li>
 
84
</ul>
 
85
</blockquote>
 
86
<p>3.0.1</p>
 
87
<blockquote>
 
88
<ul class="simple">
 
89
<li>Fix some packaging issues that made it more difficult to run the
 
90
tests directly from the sdist package. (<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/126/">issue 126</a>)</li>
 
91
</ul>
 
92
</blockquote>
 
93
<p>3.0</p>
 
94
<blockquote>
 
95
<ul class="simple">
 
96
<li>Add Python 3 support, thanks in large part to the efforts of
 
97
Daniel Kraus (<a class="reference external" href="https://bitbucket.org/dakra">dakra</a>). Tested under Python 2.6, 2.7, and
 
98
3.2.</li>
 
99
</ul>
 
100
</blockquote>
 
101
<p>2.11.1</p>
 
102
<blockquote>
 
103
<ul class="simple">
 
104
<li>Remove the initialization shortcut because it breaks tab
 
105
completion in sub-shell environments like screen and
 
106
tmux. (<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/121/">issue 121</a>)</li>
 
107
</ul>
 
108
</blockquote>
 
109
<p>2.11</p>
 
110
<blockquote>
 
111
<ul class="simple">
 
112
<li>Add <tt class="docutils literal"><span class="pre">-a</span></tt> option to <a class="reference internal" href="command_ref.html#command-mkvirtualenv"><em>mkvirtualenv</em></a> to associate a
 
113
new virtualenv with an existing project directory. Contributed by
 
114
Mike Fogel (<a class="reference external" href="https://bitbucket.org/mfogel">mfogel</a>).</li>
 
115
<li>Drops support for Python 2.4 and 2.5. The tools may still work,
 
116
but I no longer have a development environment set up for testing
 
117
them, so I do not officially support them.</li>
 
118
<li>Shortcut initialization if it has run before.</li>
 
119
<li>Set hook log file permissions to be group-writable. (<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/62/">issue 62</a>
 
120
reported by <a class="reference external" href="https://bitbucket.org/hedgeddown">hedgeddown</a>)</li>
 
121
<li>Add <tt class="docutils literal"><span class="pre">VIRTUALENVWRAPPER_PROJECT_FILENAME</span></tt> variable so the
 
122
<tt class="docutils literal"><span class="pre">.project</span></tt> file used to link a virtualenv to a project can be
 
123
renamed to avoid conflicts with other tools. (<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/120/">issue 120</a>
 
124
reported by <a class="reference external" href="https://bitbucket.org/arthuralvim">arthuralvim</a>)</li>
 
125
</ul>
 
126
</blockquote>
 
127
<p>2.10.1</p>
 
128
<blockquote>
 
129
<ul class="simple">
 
130
<li>Changed arguments to <a class="reference internal" href="command_ref.html#command-mktmpenv"><em>mktmpenv</em></a> so it always creates
 
131
an environment name for you. (<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/114/">issue 114</a> reported by
 
132
<a class="reference external" href="https://bitbucket.org/alex_gaynor">alex_gaynor</a>)</li>
 
133
</ul>
 
134
</blockquote>
 
135
<p>2.10</p>
 
136
<blockquote>
 
137
<ul class="simple">
 
138
<li>Incorporated patch to add <tt class="docutils literal"><span class="pre">-d</span></tt> option to
 
139
<em class="xref std std-ref">command-add2virtualenv</em>, contributed by <a class="reference external" href="https://bitbucket.org/miracle2k">miracle2k</a>.</li>
 
140
<li>Add <tt class="docutils literal"><span class="pre">-i</span></tt> option to <a class="reference internal" href="command_ref.html#command-mkvirtualenv"><em>mkvirtualenv</em></a>.</li>
 
141
<li>Add <a class="reference internal" href="command_ref.html#command-mktmpenv"><em>mktmpenv</em></a> command for creating temporary
 
142
environments that are automatically removed when they are
 
143
deactivated.</li>
 
144
<li>Fixed a problem with hook_loader that prevented it from working
 
145
under Python 2.5 and 2.4.</li>
 
146
<li>Fix a problem with the way template names were processed under
 
147
zsh. (<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/111/">issue 111</a>)</li>
 
148
</ul>
 
149
</blockquote>
 
150
<p>2.9</p>
 
151
<blockquote>
 
152
<ul class="simple">
 
153
<li>Change the shell function shell definition syntax so that ksh will
 
154
treat typeset-declared variables as local. No kidding.</li>
 
155
<li>Merge the &#8220;project directory&#8221; features of the
 
156
<tt class="docutils literal"><span class="pre">virtualenvwrapper.project</span></tt> plugin into the main project, adding
 
157
<a class="reference internal" href="command_ref.html#command-mkproject"><em>mkproject</em></a>, <a class="reference internal" href="command_ref.html#command-cdproject"><em>cdproject</em></a>, and
 
158
<a class="reference internal" href="command_ref.html#command-setvirtualenvproject"><em>setvirtualenvproject</em></a> commands.</li>
 
159
<li>Add <tt class="docutils literal"><span class="pre">-r</span></tt> option to <a class="reference internal" href="command_ref.html#command-mkvirtualenv"><em>mkvirtualenv</em></a> to install
 
160
dependencies using a pip requirements file.</li>
 
161
</ul>
 
162
</blockquote>
 
163
<p>2.8</p>
 
164
<blockquote>
 
165
<ul class="simple">
 
166
<li>Use VIRTUALENVWRAPPER_VIRTUALENV in <cite>cpvirtualenv</cite> (<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/104/">issue 104</a>).</li>
 
167
<li>Add support for <a class="reference external" href="http://www.mingw.org/wiki/MSYS">MSYS</a>
 
168
environment under Windows. Contributed by Axel
 
169
H. (<a class="reference external" href="https://bitbucket.org/noirbizarre">noirbizarre</a>).</li>
 
170
</ul>
 
171
</blockquote>
 
172
<p>2.7.2</p>
 
173
<blockquote>
 
174
<ul class="simple">
 
175
<li>Move setup code for tab completion later in the startup code so
 
176
all of the needed variables are configured. (<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/97/">issue 97</a>)</li>
 
177
<li>Expand tab completion for zsh to work for all commands.</li>
 
178
</ul>
 
179
</blockquote>
 
180
<p>2.7.1</p>
 
181
<blockquote>
 
182
<ul class="simple">
 
183
<li>When testing for WORKON_HOME during startup, dereference any
 
184
symlink to make sure it is a directory.</li>
 
185
<li>Set VIRTUALENVWRAPPER_HOOK_DIR and VIRTUALENV_WRAPPER_LOG DIR in
 
186
virtualenvwrapper_initialize after WORKON_HOME is set
 
187
(<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/94/">issue 94</a>).</li>
 
188
<li>Update the <a class="reference internal" href="install.html#install-basic"><em>基本的なインストール</em></a> instructions to be more explicit
 
189
about needing to install virtualenvwrapper globally (or at least
 
190
outside of a virtualenv).</li>
 
191
</ul>
 
192
</blockquote>
 
193
<p>2.7</p>
 
194
<blockquote>
 
195
<ul class="simple">
 
196
<li>Fix problem with space in WORKON_HOME path (<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/79/">issue 79</a>).</li>
 
197
<li>Fix problem with argument processing in lsvirtualenv under zsh
 
198
(<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/86/">issue 86</a>). Thanks to Nat Williams (<a class="reference external" href="https://bitbucket.org/natw">natw</a>) for the
 
199
bug report and patch.</li>
 
200
<li>If WORKON_HOME does not exist, create it. Patch from Carl Karsten
 
201
(<a class="reference external" href="https://bitbucket.org/CarlFK">CarlFK</a>). Test updates based on patches from Matt Austin
 
202
(<a class="reference external" href="https://bitbucket.org/maafy6">maafy6</a>) and Hugo Lopes Tavares (<a class="reference external" href="https://bitbucket.org/hltbra">hltbra</a>).</li>
 
203
<li>Merge in contributions from Paul McLanahan (<a class="reference external" href="https://bitbucket.org/pmclanahan">pmclanahan</a>)
 
204
to fix the test harness to ensure that the test scripts are
 
205
actually running under the expected shell.</li>
 
206
<li>Merge in new shell command <a class="reference internal" href="command_ref.html#command-toggleglobalsitepackages"><em>toggleglobalsitepackages</em></a>
 
207
from Paul McLanahan (<a class="reference external" href="https://bitbucket.org/pmclanahan">pmclanahan</a>). The new command
 
208
changes the configuration of the active virtualenv to enable or
 
209
disable the global <tt class="docutils literal"><span class="pre">site-packages</span></tt> directory.</li>
 
210
<li>Fixed some tests that were failing under ksh on Ubuntu 10.10.</li>
 
211
<li>Document the <a class="reference internal" href="install.html#variable-virtualenvwrapper-virtualenv"><em>VIRTUALENVWRAPPER_VIRTUALENV</em></a> variable.</li>
 
212
<li>Implement suggestion by Van Lindberg to have
 
213
<a class="reference internal" href="install.html#variable-virtualenvwrapper-hook-dir"><em>VIRTUALENVWRAPPER_HOOK_DIR</em></a> and
 
214
<a class="reference internal" href="install.html#variable-virtualenvwrapper-log-dir"><em>VIRTUALENVWRAPPER_LOG_DIR</em></a> variables to control the
 
215
locations of hooks and logs.</li>
 
216
<li>Enabled tab completion for <a class="reference internal" href="command_ref.html#command-showvirtualenv"><em>showvirtualenv</em></a>
 
217
(<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/78/">issue 78</a>).</li>
 
218
<li>Fixed a problem with running <a class="reference internal" href="command_ref.html#command-rmvirtualenv"><em>rmvirtualenv</em></a> from
 
219
within the environment being removed (<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/83/">issue 83</a>).</li>
 
220
<li>Removed use of -e option in calls to grep for better portability
 
221
(<a class="reference external" href="http://bitbucket.org/dhellmann/virtualenvwrapper/issue/85/">issue 85</a>).</li>
 
222
</ul>
 
223
</blockquote>
 
224
<p>2.6.3</p>
 
225
<blockquote>
 
226
<ul class="simple">
 
227
<li><a class="reference external" href="http://readthedocs.org">http://readthedocs.org</a> でドキュメントを生成するために setup.py や conf.py スクリプトのバージョン情報をハードコードしました。</li>
 
228
</ul>
 
229
</blockquote>
 
230
<p>2.6.2</p>
 
231
<blockquote>
 
232
<ul class="simple">
 
233
<li><a class="reference external" href="http://readthedocs.org">http://readthedocs.org</a> でドキュメントを生成してみました。</li>
 
234
<li>Tetsuya Morimoto からの <a class="reference external" href="http://www.doughellmann.com/docs/virtualenvwrapper/ja/">日本語の翻訳ドキュメント</a> を取り込みました。</li>
 
235
<li>環境変数 (<a class="reference internal" href="install.html#variable-virtualenvwrapper-virtualenv"><em>VIRTUALENVWRAPPER_VIRTUALENV</em></a>) で virtualenv バイナリをユーザが指定できるように Ales Zoulek からの提案を取り入れました。</li>
 
236
</ul>
 
237
</blockquote>
45
238
<p>2.6.1</p>
46
239
<blockquote>
47
240
<ul class="simple">
427
620
        <li class="right" style="margin-right: 10px">
428
621
          <a href="extensions.html" title="既存の拡張機能"
429
622
             >previous</a></li>
430
 
        <li><a href="index.html">virtualenvwrapper v2.11 documentation</a> &raquo;</li> 
 
623
        <li><a href="index.html">virtualenvwrapper v3.3 documentation</a> &raquo;</li> 
431
624
      </ul>
432
625
    </div>
433
626
    <div class="footer">