Skip to content

Commit

Permalink
update doc & news for 0.13.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Sep 17, 2011
1 parent 1055585 commit 939b261
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 59 deletions.
20 changes: 10 additions & 10 deletions doc/htdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@ <h3>Features</h3>
<div class="blurb">
<h3>Version 0.13.0 / 2011-08-22</h3>
<ul>
<li>Improve logging: allows file-reopening and add access log file compatible with the <a href="http://httpd.apache.org/docs/2.0/logs.html#combined">apache combined log format</a></li>
<li>Add the possibility to set custom SSL headers. X-Forwarded-Protocol and X-Forwarded-SSL are still the default</li>
<li>New <code>on_reload</code> hook to customize how gunicorn spawn new workers on <em>SIGHUP</em></li>
<li>Handle projects with relative path in <code>django_gunicorn</code> command</li>
<li>Preserve path parameters in <em>PATH_INFO</em></li>
<li>Post_request hook now accepts the environ as argument.</li>
<li>When stopping the arbiter, close the listener asap.</li>
<li>Fix Django command <code>run_gunicorn</code> in settings reloading</li>
<li>Fix Tornado_ worker exiting</li>
<li>Fix the use of sendfile in wsgi.file_wrapper</li>

<li>Add support for Tornado 2.0 in tornado worker</li>
<li>Improve access logs: allows customisation of the log
format &amp; add request time</li>
<li>Logger module is now pluggable</li>
<li>Improve graceful shutdown in Python versions &gt;=
2.6</li>
<li>Fix post_request root arity for compatibility</li>
<li>Fix sendfile support</li>
<li>Fix Django reloading</li>
</ul>
</div>
<div id="footer">
Expand Down
112 changes: 63 additions & 49 deletions doc/htdocs/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,25 @@
<div id="content">
<div class="document">
<div class="section" id="id1">
<h2><a class="toc-backref" href="#contents">0.13.2 / 2011-09-17</a></h2>
<ul class="simple">
<li>Add support for Tornado 2.0 in tornado worker</li>
<li>Improve access logs: allows customisation of the log format &amp; add
request time</li>
<li>Logger module is now pluggable</li>
<li>Improve graceful shutdown in Python versions &gt;= 2.6</li>
<li>Fix post_request root arity for compatibility</li>
<li>Fix sendfile support</li>
<li>Fix Django reloading</li>
</ul>
</div>
<div class="section" id="id2">
<h2><a class="toc-backref" href="#contents">0.13.1 / 2011-08-22</a></h2>
<ul class="simple">
<li>Fix unix socket. log argument was missing.</li>
</ul>
</div>
<div class="section" id="id2">
<div class="section" id="id3">
<h2><a class="toc-backref" href="#contents">0.13.0 / 2011-08-22</a></h2>
<ul class="simple">
<li>Improve logging: allows file-reopening and add access log file
Expand All @@ -52,7 +65,7 @@ <h2><a class="toc-backref" href="#contents">0.13.0 / 2011-08-22</a></h2>
<li>Fix the use of sendfile in wsgi.file_wrapper</li>
</ul>
</div>
<div class="section" id="id3">
<div class="section" id="id4">
<h2><a class="toc-backref" href="#contents">0.12.2 / 2011-05-18</a></h2>
<ul class="simple">
<li>Add wsgi.file_wrapper optimised for FreeBSD, Linux &amp; MacOSX (use
Expand All @@ -63,7 +76,7 @@ <h2><a class="toc-backref" href="#contents">0.12.2 / 2011-05-18</a></h2>
<li>Compatible with gevent 0.14dev</li>
</ul>
</div>
<div class="section" id="id4">
<div class="section" id="id5">
<h2><a class="toc-backref" href="#contents">0.12.1 / 2011-03-23</a></h2>
<ul class="simple">
<li>Add &quot;on_starting&quot; hook. This hook can be used to set anything before
Expand All @@ -75,7 +88,7 @@ <h2><a class="toc-backref" href="#contents">0.12.1 / 2011-03-23</a></h2>
<li>Fix ipv6 handling</li>
</ul>
</div>
<div class="section" id="id5">
<div class="section" id="id6">
<h2><a class="toc-backref" href="#contents">0.12.0 / 2010-12-22</a></h2>
<ul class="simple">
<li>Add support for logging configuration using a ini file.
Expand All @@ -93,7 +106,7 @@ <h2><a class="toc-backref" href="#contents">0.12.0 / 2010-12-22</a></h2>
<li>Set the number of workers to zero on WINCH</li>
</ul>
</div>
<div class="section" id="id6">
<div class="section" id="id7">
<h2><a class="toc-backref" href="#contents">0.11.2 / 2010-10-30</a></h2>
<ul class="simple">
<li>Add SERVER_SOFTWARE to the os.environ</li>
Expand All @@ -106,7 +119,7 @@ <h2><a class="toc-backref" href="#contents">0.11.2 / 2010-10-30</a></h2>
<li>Fix readline in wsgi.input</li>
</ul>
</div>
<div class="section" id="id7">
<div class="section" id="id8">
<h2><a class="toc-backref" href="#contents">0.11.1 / 2010-09-02</a></h2>
<ul class="simple">
<li>Implement max-requests feature to prevent memory leaks.</li>
Expand All @@ -118,7 +131,7 @@ <h2><a class="toc-backref" href="#contents">0.11.1 / 2010-09-02</a></h2>
<li>Workaround to prevent Gevent worker to segfault on MacOSX.</li>
</ul>
</div>
<div class="section" id="id8">
<div class="section" id="id9">
<h2><a class="toc-backref" href="#contents">0.11.0 / 2010-08-12</a></h2>
<ul class="simple">
<li>Improve dramatically performances of Gevent and Eventlet workers</li>
Expand All @@ -127,7 +140,7 @@ <h2><a class="toc-backref" href="#contents">0.11.0 / 2010-08-12</a></h2>
<li>Fix latency issue in async workers</li>
</ul>
</div>
<div class="section" id="id9">
<div class="section" id="id10">
<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
Expand All @@ -141,7 +154,7 @@ <h2><a class="toc-backref" href="#contents">0.10.1 / 2010-08-06</a></h2>
<li>Fix gevent dns issue</li>
</ul>
</div>
<div class="section" id="id10">
<div class="section" id="id11">
<h2><a class="toc-backref" href="#contents">0.10.0 / 2010-07-08</a></h2>
<ul class="simple">
<li>New HTTP parser.</li>
Expand All @@ -161,7 +174,7 @@ <h2><a class="toc-backref" href="#contents">0.10.0 / 2010-07-08</a></h2>
<li>New documentation website.</li>
</ul>
</div>
<div class="section" id="id11">
<div class="section" id="id12">
<h2><a class="toc-backref" href="#contents">0.9.1 / 2010-05-26</a></h2>
<ul class="simple">
<li>Support https via X-Forwarded-Protocol or X-Forwarded-Ssl headers</li>
Expand All @@ -170,7 +183,7 @@ <h2><a class="toc-backref" href="#contents">0.9.1 / 2010-05-26</a></h2>
<li>Fix umask in unix socket</li>
</ul>
</div>
<div class="section" id="id12">
<div class="section" id="id13">
<h2><a class="toc-backref" href="#contents">0.9.0 / 2010-05-24</a></h2>
<ul class="simple">
<li>Added <em>when_ready</em> hook. Called just after the server is started</li>
Expand All @@ -183,7 +196,7 @@ <h2><a class="toc-backref" href="#contents">0.9.0 / 2010-05-24</a></h2>
<li>Documentation improvements</li>
</ul>
</div>
<div class="section" id="id13">
<div class="section" id="id14">
<h2><a class="toc-backref" href="#contents">0.8.1 / 2010-04-29</a></h2>
<ul class="simple">
<li>Fix builtins import in config</li>
Expand All @@ -192,29 +205,29 @@ <h2><a class="toc-backref" href="#contents">0.8.1 / 2010-04-29</a></h2>
<li>Delay application loading until after processing all configuration</li>
</ul>
</div>
<div class="section" id="id14">
<div class="section" id="id15">
<h2><a class="toc-backref" href="#contents">0.8.0 / 2010-04-22</a></h2>
<ul class="simple">
<li>Refactored Worker management for better async support. Now use the -k option
to set the type of request processing to use</li>
<li>Added support for <a class="reference external" href="http://www.tornadoweb.org/">Tornado</a></li>
</ul>
</div>
<div class="section" id="id15">
<div class="section" id="id16">
<h2><a class="toc-backref" href="#contents">0.7.2 / 2010-04-15</a></h2>
<ul class="simple">
<li>Added --spew option to help debugging (installs a system trace hook)</li>
<li>Some fixes in async arbiters</li>
<li>Fix a bug in start_response on error</li>
</ul>
</div>
<div class="section" id="id16">
<div class="section" id="id17">
<h2><a class="toc-backref" href="#contents">0.7.1 / 2010-04-01</a></h2>
<ul class="simple">
<li>Fix bug when responses have no body.</li>
</ul>
</div>
<div class="section" id="id17">
<div class="section" id="id18">
<h2><a class="toc-backref" href="#contents">0.7.0 / 2010-03-26</a></h2>
<ul class="simple">
<li>Added support for <a class="reference external" href="http://eventlet.net">Eventlet</a> and <a class="reference external" href="http://gevent.org">Gevent</a> based workers.</li>
Expand All @@ -224,28 +237,28 @@ <h2><a class="toc-backref" href="#contents">0.7.0 / 2010-03-26</a></h2>
<li>Fix <a class="reference external" href="http://www.python.org/dev/peps/pep-0333/">PEP 333</a> compliance for the write callable.</li>
</ul>
</div>
<div class="section" id="id18">
<div class="section" id="id19">
<h2><a class="toc-backref" href="#contents">0.6.5 / 2010-03-11</a></h2>
<ul class="simple">
<li>Fix pidfile handling</li>
<li>Fix Exception Error</li>
</ul>
</div>
<div class="section" id="id19">
<div class="section" id="id20">
<h2><a class="toc-backref" href="#contents">0.6.4 / 2010-03-08</a></h2>
<ul class="simple">
<li>Use cStringIO for performance when possible.</li>
<li>Fix worker freeze when a remote connection closes unexpectedly.</li>
</ul>
</div>
<div class="section" id="id20">
<div class="section" id="id21">
<h2><a class="toc-backref" href="#contents">0.6.3 / 2010-03-07</a></h2>
<ul class="simple">
<li>Make HTTP parsing faster.</li>
<li>Various bug fixes</li>
</ul>
</div>
<div class="section" id="id21">
<div class="section" id="id22">
<h2><a class="toc-backref" href="#contents">0.6.2 / 2010-03-01</a></h2>
<ul class="simple">
<li>Added support for chunked response.</li>
Expand All @@ -256,30 +269,30 @@ <h2><a class="toc-backref" href="#contents">0.6.2 / 2010-03-01</a></h2>
<li>Workers are now murdered by age (the oldest is killed first).</li>
</ul>
</div>
<div class="section" id="id22">
<div class="section" id="id23">
<h2><a class="toc-backref" href="#contents">0.6.1 / 2010-02-24</a></h2>
<ul class="simple">
<li>Added gunicorn config file support for Django admin command</li>
<li>Fix gunicorn config file. -c was broken.</li>
<li>Removed TTIN/TTOU from workers which blocked other signals.</li>
</ul>
</div>
<div class="section" id="id23">
<div class="section" id="id24">
<h2><a class="toc-backref" href="#contents">0.6 / 2010-02-22</a></h2>
<ul class="simple">
<li>Added setproctitle support</li>
<li>Change privilege switch behavior. We now work like NGINX, master keeps the
permissions, new uid/gid permissions are only set for workers.</li>
</ul>
</div>
<div class="section" id="id24">
<div class="section" id="id25">
<h2><a class="toc-backref" href="#contents">0.5.1 / 2010-02-22</a></h2>
<ul class="simple">
<li>Fix umask</li>
<li>Added Debian packaging</li>
</ul>
</div>
<div class="section" id="id25">
<div class="section" id="id26">
<h2><a class="toc-backref" href="#contents">0.5 / 2010-02-20</a></h2>
<ul class="simple">
<li>Added <a class="reference external" href="configuration.html">configuration file</a> handler.</li>
Expand All @@ -301,31 +314,32 @@ <h2><a class="toc-backref" href="#contents">0.5 / 2010-02-20</a></h2>
<div class="contents topic" id="contents">
<p class="topic-title first">Contents</p>
<ul class="simple">
<li><a class="reference internal" href="#id1" id="id26">0.13.1 / 2011-08-22</a></li>
<li><a class="reference internal" href="#id2" id="id27">0.13.0 / 2011-08-22</a></li>
<li><a class="reference internal" href="#id3" id="id28">0.12.2 / 2011-05-18</a></li>
<li><a class="reference internal" href="#id4" id="id29">0.12.1 / 2011-03-23</a></li>
<li><a class="reference internal" href="#id5" id="id30">0.12.0 / 2010-12-22</a></li>
<li><a class="reference internal" href="#id6" id="id31">0.11.2 / 2010-10-30</a></li>
<li><a class="reference internal" href="#id7" id="id32">0.11.1 / 2010-09-02</a></li>
<li><a class="reference internal" href="#id8" id="id33">0.11.0 / 2010-08-12</a></li>
<li><a class="reference internal" href="#id9" id="id34">0.10.1 / 2010-08-06</a></li>
<li><a class="reference internal" href="#id10" id="id35">0.10.0 / 2010-07-08</a></li>
<li><a class="reference internal" href="#id11" id="id36">0.9.1 / 2010-05-26</a></li>
<li><a class="reference internal" href="#id12" id="id37">0.9.0 / 2010-05-24</a></li>
<li><a class="reference internal" href="#id13" id="id38">0.8.1 / 2010-04-29</a></li>
<li><a class="reference internal" href="#id14" id="id39">0.8.0 / 2010-04-22</a></li>
<li><a class="reference internal" href="#id15" id="id40">0.7.2 / 2010-04-15</a></li>
<li><a class="reference internal" href="#id16" id="id41">0.7.1 / 2010-04-01</a></li>
<li><a class="reference internal" href="#id17" id="id42">0.7.0 / 2010-03-26</a></li>
<li><a class="reference internal" href="#id18" id="id43">0.6.5 / 2010-03-11</a></li>
<li><a class="reference internal" href="#id19" id="id44">0.6.4 / 2010-03-08</a></li>
<li><a class="reference internal" href="#id20" id="id45">0.6.3 / 2010-03-07</a></li>
<li><a class="reference internal" href="#id21" id="id46">0.6.2 / 2010-03-01</a></li>
<li><a class="reference internal" href="#id22" id="id47">0.6.1 / 2010-02-24</a></li>
<li><a class="reference internal" href="#id23" id="id48">0.6 / 2010-02-22</a></li>
<li><a class="reference internal" href="#id24" id="id49">0.5.1 / 2010-02-22</a></li>
<li><a class="reference internal" href="#id25" id="id50">0.5 / 2010-02-20</a></li>
<li><a class="reference internal" href="#id1" id="id27">0.13.2 / 2011-09-17</a></li>
<li><a class="reference internal" href="#id2" id="id28">0.13.1 / 2011-08-22</a></li>
<li><a class="reference internal" href="#id3" id="id29">0.13.0 / 2011-08-22</a></li>
<li><a class="reference internal" href="#id4" id="id30">0.12.2 / 2011-05-18</a></li>
<li><a class="reference internal" href="#id5" id="id31">0.12.1 / 2011-03-23</a></li>
<li><a class="reference internal" href="#id6" id="id32">0.12.0 / 2010-12-22</a></li>
<li><a class="reference internal" href="#id7" id="id33">0.11.2 / 2010-10-30</a></li>
<li><a class="reference internal" href="#id8" id="id34">0.11.1 / 2010-09-02</a></li>
<li><a class="reference internal" href="#id9" id="id35">0.11.0 / 2010-08-12</a></li>
<li><a class="reference internal" href="#id10" id="id36">0.10.1 / 2010-08-06</a></li>
<li><a class="reference internal" href="#id11" id="id37">0.10.0 / 2010-07-08</a></li>
<li><a class="reference internal" href="#id12" id="id38">0.9.1 / 2010-05-26</a></li>
<li><a class="reference internal" href="#id13" id="id39">0.9.0 / 2010-05-24</a></li>
<li><a class="reference internal" href="#id14" id="id40">0.8.1 / 2010-04-29</a></li>
<li><a class="reference internal" href="#id15" id="id41">0.8.0 / 2010-04-22</a></li>
<li><a class="reference internal" href="#id16" id="id42">0.7.2 / 2010-04-15</a></li>
<li><a class="reference internal" href="#id17" id="id43">0.7.1 / 2010-04-01</a></li>
<li><a class="reference internal" href="#id18" id="id44">0.7.0 / 2010-03-26</a></li>
<li><a class="reference internal" href="#id19" id="id45">0.6.5 / 2010-03-11</a></li>
<li><a class="reference internal" href="#id20" id="id46">0.6.4 / 2010-03-08</a></li>
<li><a class="reference internal" href="#id21" id="id47">0.6.3 / 2010-03-07</a></li>
<li><a class="reference internal" href="#id22" id="id48">0.6.2 / 2010-03-01</a></li>
<li><a class="reference internal" href="#id23" id="id49">0.6.1 / 2010-02-24</a></li>
<li><a class="reference internal" href="#id24" id="id50">0.6 / 2010-02-22</a></li>
<li><a class="reference internal" href="#id25" id="id51">0.5.1 / 2010-02-22</a></li>
<li><a class="reference internal" href="#id26" id="id52">0.5 / 2010-02-20</a></li>
</ul>
</div>
</div>
Expand Down
12 changes: 12 additions & 0 deletions doc/site/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ _TOC_TOP_

_TOC_BOT_

0.13.2 / 2011-09-17
-------------------

- Add support for Tornado 2.0 in tornado worker
- Improve access logs: allows customisation of the log format & add
request time
- Logger module is now pluggable
- Improve graceful shutdown in Python versions >= 2.6
- Fix post_request root arity for compatibility
- Fix sendfile support
- Fix Django reloading

0.13.1 / 2011-08-22
-------------------

Expand Down

0 comments on commit 939b261

Please sign in to comment.