son now everyone know I come from the past.

This commit is contained in:
benoitc 2010-08-06 16:46:57 +02:00
parent 0e8fa158ef
commit 9b4ab138fd
3 changed files with 8 additions and 11 deletions

View File

@ -77,15 +77,12 @@ def app(environ, start_response):
</ul>
</div>
<div class="blurb">
<h3>Version 0.10.0 - 2010-05-26</h3>
<h3>Version 0.10.1 - 2010-08-06</h3>
<ul>
<li>New HTTP parser.</li>
<li>New HUP behavior allows for code reloading and better monitoring
support.</li>
<li>Application code preload configuration option. Defaults to
loading after workers fork so that code reloading works.</li>
<li>New WSGI application specification allows passing arguments
to WSGI apps from the command line.</li>
<li>Improve gevent's workers</li>
<li>Add pre/post request hooks</li>
<li>Exit more quietly</li>
<li>Fix gevent dns issue</li>
</ul>
</div>
<div id="footer">

View File

@ -28,7 +28,7 @@
<div id="content">
<div class="document">
<div class="section" id="id1">
<h2><a class="toc-backref" href="#contents">0.10.1 / 2001-08-06</a></h2>
<h2><a class="toc-backref" href="#contents">0.10.1 / 2010-08-06</a></h2>
<ul class="simple">
<li>Improve gevent's workers. Add &quot;egg:gunicorn#gevent_wsgi&quot; worker using
<a class="reference external" href="http://www.gevent.org/gevent.wsgi.html">gevent.wsgi</a> and
@ -201,7 +201,7 @@ permissions, new uid/gid permissions are only set for workers.</li>
<div class="contents topic" id="contents">
<p class="topic-title first">Contents</p>
<ul class="simple">
<li><a class="reference internal" href="#id1" id="id18">0.10.1 / 2001-08-06</a></li>
<li><a class="reference internal" href="#id1" id="id18">0.10.1 / 2010-08-06</a></li>
<li><a class="reference internal" href="#id2" id="id19">0.10.0 / 2010-07-08</a></li>
<li><a class="reference internal" href="#id3" id="id20">0.9.1 / 2010-05-26</a></li>
<li><a class="reference internal" href="#id4" id="id21">0.9.0 / 2010-05-24</a></li>

View File

@ -8,7 +8,7 @@ _TOC_TOP_
_TOC_BOT_
0.10.1 / 2001-08-06
0.10.1 / 2010-08-06
-------------------
* Improve gevent's workers. Add "egg:gunicorn#gevent_wsgi" worker using