mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #755 from berkerpeksag/fix-typos
Fix a couple of typos.
This commit is contained in:
commit
413aa155b5
@ -23,7 +23,7 @@ Changelog - 2012
|
||||
|
||||
- **Added support for Python 3.2 & 3.3**
|
||||
- Expose --pythonpath command to all gunicorn commands
|
||||
- Honor $PORT environment variable, useful for deployement on heroku
|
||||
- Honor $PORT environment variable, useful for deployment on heroku
|
||||
- Removed support for Python 2.5
|
||||
- Make sure we reopen the logs on the console
|
||||
- Fix django settings module detection from path
|
||||
@ -82,7 +82,7 @@ Changelog - 2012
|
||||
|
||||
- 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: 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
|
||||
|
||||
@ -26,7 +26,7 @@ Python package::
|
||||
|
||||
$ pip install git+https://github.com/benoitc/gunicorn.git
|
||||
|
||||
This will allow you To keep up to date with development on GitHub::
|
||||
This will allow you to keep up to date with development on GitHub::
|
||||
|
||||
$ pip install -U git+https://github.com/benoitc/gunicorn.git
|
||||
|
||||
|
||||
@ -116,7 +116,7 @@ service release.
|
||||
|
||||
- **Added support for Python 3.2 & 3.3**
|
||||
- Expose --pythonpath command to all gunicorn commands
|
||||
- Honor $PORT environment variable, useful for deployement on heroku
|
||||
- Honor $PORT environment variable, useful for deployment on heroku
|
||||
- Removed support for Python 2.5
|
||||
- Make sure we reopen the logs on the console
|
||||
- Fix django settings module detection from path
|
||||
@ -175,7 +175,7 @@ service release.
|
||||
|
||||
- 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: 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user