Skip to content

Commit

Permalink
Merge pull request #954 from svetlyak40wt/patch-1
Browse files Browse the repository at this point in the history
Fix header levels and use them consistently.
  • Loading branch information
berkerpeksag committed Dec 22, 2014
2 parents 388c59d + 55daf19 commit cc1ddf1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
24 changes: 17 additions & 7 deletions docs/source/2014-news.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
================
Changelog - 2014
================

Expand All @@ -6,7 +7,7 @@ Changelog - 2014
Please see :doc:`news` for the latest changes.

19.1.1 / 2014-08-16
-------------------
===================

Changes
-------
Expand All @@ -17,6 +18,7 @@ Core
- fix :issue:`835`: display correct pid of already running instance
- fix :pr:`833`: fix `PyTest` class in setup.py.


Logging
+++++++

Expand All @@ -32,7 +34,7 @@ AioHttp worker
- fix :issue:`830` make sure gaiohttp worker is shipped with gunicorn.

19.1 / 2014-07-26
~~~~~~~~~~~~~~~~~
=================

Changes
-------
Expand All @@ -51,13 +53,13 @@ Core
Tornado worker
++++++++++++++


- fix :issue:`771`: support tornado 4.0
- fix :issue:`783`: x_headers error. The x-forwarded-headers option has been removed
in `c4873681299212d6082cd9902740eef18c2f14f1
<https://github.com/benoitc/gunicorn/commit/c4873681299212d6082cd9902740eef18c2f14f1>`_.
The discussion is available on :pr:`633`.


AioHttp worker
++++++++++++++

Expand All @@ -71,30 +73,35 @@ Async worker

- fix :issue:`790`: StopIteration shouldn't be catched at this level.


Logging
+++++++

- add statsd logging handler fix :issue:`748`


Paster
++++++

- fix :issue:`809`: Set global logging configuration from a Paste config.


Extra
+++++

- fix RuntimeError in gunicorn.reloader (:issue:`807`)


Documentation
+++++++++++++

- update faq: put a note on how `watch logs in the console
<http://docs.gunicorn.org/en/latest/faq.html#why-i-don-t-see-any-logs-in-the-console>`_
since many people asked for it.


19.0 / 2014-06-12
~~~~~~~~~~~~~~~~~
=================

Gunicorn 19.0 is a major release with new features and fixes. This
version improve a lot the usage of Gunicorn with python 3 by adding `two
Expand Down Expand Up @@ -122,15 +129,15 @@ also it is complying with the way the signals are sent by heroku:
https://devcenter.heroku.com/articles/python-faq#what-constraints-exist-when-developing-applications-on-heroku

Deprecations
+++++++++++++
++++++++++++

`run_gunicorn`, `gunicorn_django` and `gunicorn_paster` are now
completely deprecated and will be removed in the next release. Use the
`gunicorn` command instead.


Changes:
--------
Changes
-------

core
++++
Expand Down Expand Up @@ -194,6 +201,7 @@ core
- deprecate `run_gunicorn` django option
- fix: sys imported twice


gevent worker
+++++++++++++

Expand All @@ -205,13 +213,15 @@ gevent worker
- fix: add subprocess in monkey patching
- fix: add support for multiple listener


eventlet worker
+++++++++++++++

- fix: merge duplicate EventletWorker.init_process method (fixes #657)
- fix: missing errno import for eventlet sendfile patch
- fix: add support for multiple listener


tornado worker
++++++++++++++

Expand Down
10 changes: 6 additions & 4 deletions docs/source/news.rst
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
=========
Changelog
=========


19.2 / unreleased
-----------------
=================

Core
++++
----

- fix :issue:`863`: fix race condition error.
- fix :pr:`862`: add ``max_requests_jitter``
configuration option.
- fix :issue:`917`: the deprecated ``--debug`` option has been removed.

Logging
+++++++
-------

- fix :issue:`832`: log to console by default.
- fix :issue:`845`: set the gunicorn loggers from the paste config


History
-------
=======

.. toctree::
:titlesonly:
Expand Down

0 comments on commit cc1ddf1

Please sign in to comment.