From aedb166dda4490ffb8e87ef571e0eae41513cbb6 Mon Sep 17 00:00:00 2001 From: benoitc Date: Thu, 29 Apr 2010 19:28:34 +0200 Subject: [PATCH] resync --- doc/htdocs/news.html | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/doc/htdocs/news.html b/doc/htdocs/news.html index a926c3b0..86ec48b2 100644 --- a/doc/htdocs/news.html +++ b/doc/htdocs/news.html @@ -50,13 +50,21 @@

News

-

0.8.0 / 2004-04-22

+

0.8.1 / 2010-04-29

    -
  • Refactored Worker management for better async support. Now use the -k option to set the type of request processing to use
  • -
  • Added support for Tornado .
  • +
  • Fix builtins import in config
  • +
  • Fix installation with pip
  • +
  • Fix Tornado worker
+

0.8.0 / 2010-04-22

+
    +
  • Refactored Worker management for better async support. Now use the -k option to set the type of request processing to use
  • +
  • Added support for Tornado
  • +
+
+

0.7.2 / 2010-04-15

  • Added --spew option to help debugging (install a Trace hook)
  • @@ -64,13 +72,13 @@
  • Fix a bug in start_response on error
-
+

0.7.1 / 2010-04-01

  • Fix bug when responses have no body.
-
+

0.7.0 / 2010-03-26

-
+

0.6.5 / 2010-03-11

  • Fix pidfile
  • Fix Exception Error
-
+

0.6.4 / 2010-03-08

  • Use cStringIO for performance when possible.
  • Fix worker freeze when a remote connection closes unexpectedly.
-
+

0.6.3 / 2010-03-07

  • Make HTTP parsing faster.
  • Some fixes (see logs)
-
+

0.6.2 / 2010-03-01

  • Added support for chunked response.
  • @@ -111,7 +119,7 @@
  • Workers are now murdered by age (the oldest is killed first).
-
+

0.6.1 / 2010-02-24

  • Added gunicorn config file support for django admin command
  • @@ -119,21 +127,21 @@
  • Removed TTIN/TTOU from workers which blocked other signals.
-
+

0.6 / 2010-02-22

  • Added setproctitle
  • Change privilege switch behaviour. We now work like NGINX, master keeps the permissions, new uid/gid permissions are only set for workers.
-
+

0.5.1 / 2010-02-22

  • Fix umask
  • Added debian packaging
-
+

0.5 / 2010-02-20