Fix a couple of typos.

This commit is contained in:
Berker Peksag 2014-05-18 01:30:36 +03:00
parent bab40df767
commit f5f5461ab8
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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