+
+0.14.3 / 2012-05-15
+-
+
- improvement: performance of http.body.Body.readline() +
- improvement: log HTTP errors in access log like Apache +
- improvment: display traceback when the worker fails to boot +
- improvement: makes gunicorn work with gevent 1.0 +
- examples: websocket example now supports hybi13 +
- fix: reopen log files after initialization +
- fix: websockets support +
- fix: django1.4 support +
- fix: only load the paster application 1 time +
0.14.2 / 2012-03-16
- add validate_class validator: allows to use a class or a method to @@ -39,13 +53,13 @@ initialize the app during in-code configuration
- Fix gevent_pywsgi worker
+
-
0.14.1 / 2012-03-02
- fixing source archive, reducing its size
+
-
0.14.0 / 2012-02-27
- check if Request line is too large: You can now pass the parameter @@ -68,14 +82,14 @@ setting an empty string.
- many other fixes.
+
-
0.13.4 / 2011-09-23
- fix util.closerange function used to prevent leaking fds on python 2.5 (typo)
+
-
0.13.3 / 2011-09-19
- refactor gevent worker @@ -83,7 +97,7 @@ setting an empty string.
- fix inverted request_time computation
+
-
0.13.2 / 2011-09-17
- Add support for Tornado 2.0 in tornado worker @@ -96,13 +110,13 @@ request time
- Fix Django reloading
+
-
0.13.1 / 2011-08-22
- Fix unix socket. log argument was missing.
+
-
0.13.0 / 2011-08-22
- Improve logging: allows file-reopening and add access log file @@ -120,7 +134,7 @@ SIGHUP
- Fix the use of sendfile in wsgi.file_wrapper
+
-
0.12.2 / 2011-05-18
- Add wsgi.file_wrapper optimised for FreeBSD, Linux & MacOSX (use @@ -131,7 +145,7 @@ code.
- Compatible with gevent 0.14dev
+
-
0.12.1 / 2011-03-23
- Add "on_starting" hook. This hook can be used to set anything before @@ -143,7 +157,7 @@ the arbiter really start
- Fix ipv6 handling
+
-
0.12.0 / 2010-12-22
- Add support for logging configuration using a ini file. @@ -161,7 +175,7 @@ it and use it.
- Set the number of workers to zero on WINCH
+
-
0.11.2 / 2010-10-30
- Add SERVER_SOFTWARE to the os.environ @@ -174,7 +188,7 @@ it and use it.
- Fix readline in wsgi.input
+
-
0.11.1 / 2010-09-02
- Implement max-requests feature to prevent memory leaks. @@ -186,7 +200,7 @@ it and use it.
- Workaround to prevent Gevent worker to segfault on MacOSX.
+
-
0.11.0 / 2010-08-12
- Improve dramatically performances of Gevent and Eventlet workers @@ -195,7 +209,7 @@ it and use it.
- Fix latency issue in async workers
+
-
0.10.1 / 2010-08-06
- Improve gevent's workers. Add "egg:gunicorn#gevent_wsgi" worker using @@ -209,7 +223,7 @@ need really fast connections and don't need streaming, keepalive or ssl.
- Fix gevent dns issue
+
-
0.10.0 / 2010-07-08
- New HTTP parser. @@ -229,7 +243,7 @@ the preload flag can help a bit in small memory VM's.
- New documentation website.
+
-
0.9.1 / 2010-05-26
- Support https via X-Forwarded-Protocol or X-Forwarded-Ssl headers @@ -238,7 +252,7 @@ the preload flag can help a bit in small memory VM's.
- Fix umask in unix socket
+
-
0.9.0 / 2010-05-24
- Added when_ready hook. Called just after the server is started @@ -251,7 +265,7 @@ are forked.
- Documentation improvements
+
-
0.8.1 / 2010-04-29
- Fix builtins import in config @@ -260,7 +274,7 @@ are forked.
- Delay application loading until after processing all configuration
+
-
0.8.0 / 2010-04-22
- Refactored Worker management for better async support. Now use the -k option @@ -268,7 +282,7 @@ 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 (installs a system trace hook) @@ -276,13 +290,13 @@ to set the type of request processing to use
- Fix a bug in start_response on error
+
-
0.7.1 / 2010-04-01
- Fix bug when responses have no body.
+
-
+
-
0.6.5 / 2010-03-11
- Fix pidfile handling
- 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.
- Various bug fixes
+
-
0.6.2 / 2010-03-01
- Added support for chunked response. @@ -324,7 +338,7 @@ temporary data.
- 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 @@ -332,7 +346,7 @@ temporary data.
- Removed TTIN/TTOU from workers which blocked other signals.
+
-
0.6 / 2010-02-22
- Added setproctitle support @@ -340,14 +354,14 @@ temporary data. permissions, new uid/gid permissions are only set for workers.
+
-
0.5.1 / 2010-02-22
- Fix umask
- Added Debian packaging
+
diff --git a/doc/site/news.rst b/doc/site/news.rst
index c823ccb9..5bac5f61 100644
--- a/doc/site/news.rst
+++ b/doc/site/news.rst
@@ -8,6 +8,19 @@ _TOC_TOP_
_TOC_BOT_
+0.14.3 / 2012-05-15
+-------------------
+
+- improvement: performance of http.body.Body.readline()
+- improvement: log HTTP errors in access log like Apache
+- improvment: display traceback when the worker fails to boot
+- improvement: makes gunicorn work with gevent 1.0
+- examples: websocket example now supports hybi13
+- fix: reopen log files after initialization
+- fix: websockets support
+- fix: django1.4 support
+- fix: only load the paster application 1 time
+
0.14.2 / 2012-03-16
-------------------
0.5 / 2010-02-20
- Added configuration file handler. @@ -369,37 +383,38 @@ permissions, new uid/gid permissions are only set for workers.
- 0.14.2 / 2012-03-16 -
- 0.14.1 / 2012-03-02 -
- 0.14.0 / 2012-02-27 -
- 0.13.4 / 2011-09-23 -
- 0.13.3 / 2011-09-19 -
- 0.13.2 / 2011-09-17 -
- 0.13.1 / 2011-08-22 -
- 0.13.0 / 2011-08-22 -
- 0.12.2 / 2011-05-18 -
- 0.12.1 / 2011-03-23 -
- 0.12.0 / 2010-12-22 -
- 0.11.2 / 2010-10-30 -
- 0.11.1 / 2010-09-02 -
- 0.11.0 / 2010-08-12 -
- 0.10.1 / 2010-08-06 -
- 0.10.0 / 2010-07-08 -
- 0.9.1 / 2010-05-26 -
- 0.9.0 / 2010-05-24 -
- 0.8.1 / 2010-04-29 -
- 0.8.0 / 2010-04-22 -
- 0.7.2 / 2010-04-15 -
- 0.7.1 / 2010-04-01 -
- 0.7.0 / 2010-03-26 -
- 0.6.5 / 2010-03-11 -
- 0.6.4 / 2010-03-08 -
- 0.6.3 / 2010-03-07 -
- 0.6.2 / 2010-03-01 -
- 0.6.1 / 2010-02-24 -
- 0.6 / 2010-02-22 -
- 0.5.1 / 2010-02-22 -
- 0.5 / 2010-02-20 +
- 0.14.3 / 2012-05-15 +
- 0.14.2 / 2012-03-16 +
- 0.14.1 / 2012-03-02 +
- 0.14.0 / 2012-02-27 +
- 0.13.4 / 2011-09-23 +
- 0.13.3 / 2011-09-19 +
- 0.13.2 / 2011-09-17 +
- 0.13.1 / 2011-08-22 +
- 0.13.0 / 2011-08-22 +
- 0.12.2 / 2011-05-18 +
- 0.12.1 / 2011-03-23 +
- 0.12.0 / 2010-12-22 +
- 0.11.2 / 2010-10-30 +
- 0.11.1 / 2010-09-02 +
- 0.11.0 / 2010-08-12 +
- 0.10.1 / 2010-08-06 +
- 0.10.0 / 2010-07-08 +
- 0.9.1 / 2010-05-26 +
- 0.9.0 / 2010-05-24 +
- 0.8.1 / 2010-04-29 +
- 0.8.0 / 2010-04-22 +
- 0.7.2 / 2010-04-15 +
- 0.7.1 / 2010-04-01 +
- 0.7.0 / 2010-03-26 +
- 0.6.5 / 2010-03-11 +
- 0.6.4 / 2010-03-08 +
- 0.6.3 / 2010-03-07 +
- 0.6.2 / 2010-03-01 +
- 0.6.1 / 2010-02-24 +
- 0.6 / 2010-02-22 +
- 0.5.1 / 2010-02-22 +
- 0.5 / 2010-02-20
Contents
-
-