From 55daf192296f6d9b8c60b09193a6dc1ba618cb57 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Mon, 8 Dec 2014 19:03:45 +0300 Subject: [PATCH] Fix header levels and use them consistently --- docs/source/2014-news.rst | 24 +++++++++++++++++------- docs/source/news.rst | 10 ++++++---- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/docs/source/2014-news.rst b/docs/source/2014-news.rst index adbc6fc4..1a9af82b 100644 --- a/docs/source/2014-news.rst +++ b/docs/source/2014-news.rst @@ -1,3 +1,4 @@ +================ Changelog - 2014 ================ @@ -6,7 +7,7 @@ Changelog - 2014 Please see :doc:`news` for the latest changes. 19.1.1 / 2014-08-16 -------------------- +=================== Changes ------- @@ -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 +++++++ @@ -32,7 +34,7 @@ AioHttp worker - fix :issue:`830` make sure gaiohttp worker is shipped with gunicorn. 19.1 / 2014-07-26 -~~~~~~~~~~~~~~~~~ +================= Changes ------- @@ -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 `_. The discussion is available on :pr:`633`. + AioHttp worker ++++++++++++++ @@ -71,21 +73,25 @@ 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 +++++++++++++ @@ -93,8 +99,9 @@ Documentation `_ 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 @@ -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 ++++ @@ -194,6 +201,7 @@ core - deprecate `run_gunicorn` django option - fix: sys imported twice + gevent worker +++++++++++++ @@ -205,6 +213,7 @@ gevent worker - fix: add subprocess in monkey patching - fix: add support for multiple listener + eventlet worker +++++++++++++++ @@ -212,6 +221,7 @@ eventlet worker - fix: missing errno import for eventlet sendfile patch - fix: add support for multiple listener + tornado worker ++++++++++++++ diff --git a/docs/source/news.rst b/docs/source/news.rst index 5124734c..f128f002 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -1,11 +1,13 @@ +========= Changelog ========= + 19.2 / unreleased ------------------ +================= Core -++++ +---- - fix :issue:`863`: fix race condition error. - fix :pr:`862`: add ``max_requests_jitter`` @@ -13,14 +15,14 @@ Core - 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: