From 3e76389ef06b64aef431cd78e6b1486a8abe3273 Mon Sep 17 00:00:00 2001 From: benoitc Date: Sat, 16 Aug 2014 13:31:22 +0200 Subject: [PATCH] document the 19.1.1 tag --- docs/source/2014-news.rst | 39 +++++++++++++++++++++++++++++++++------ docs/source/news.rst | 29 ++++++++++++++++++++++++++++- 2 files changed, 61 insertions(+), 7 deletions(-) diff --git a/docs/source/2014-news.rst b/docs/source/2014-news.rst index bf3fd7e8..01370aa8 100644 --- a/docs/source/2014-news.rst +++ b/docs/source/2014-news.rst @@ -1,7 +1,34 @@ Changelog - 2014 ================ -19.1 / 2014-07-26 +19.1.1 / 2014-08-16 +------------------- + +Changes +------- + +Core +++++ + +- fix `#835 `_: display correct pid of already running instance +- fix : fix `PyTest` class in setup.py. + +Logging ++++++++ + +- fix `#838 `_: statsd logegr, send statsd timing metrics in milliseconds +- fix `#839 `_: statsd logger, allows for empty log message while pushing metrics and restore worker number in DEBUG logs +- fix `#850 `_: add + timezonw to logging +- fix `#853 `_: Respect logger_class setting unless statsd is on + +AioHttp worker +++++++++++++++ + +- fix `#830 `_ make sure + gaiohttp worker is shipped with gunicorn. + +19.1 / 2014-07-26 ~~~~~~~~~~~~~~~~~ Changes @@ -115,7 +142,7 @@ core keep-alive requests after the listener has closed. - add on_exit hook called just before exiting gunicorn. - add support for python 3.4 -- fix: do not swallow unexpected errors when reaping +- fix: do not swallow unexpected errors when reaping - fix: remove incompatible SSL option with python 2.6 - add new async gthread worker and `--threads` options allows to set multiple threads to listen on connection @@ -125,7 +152,7 @@ core - add universal wheel support - use `email.utils.formatdate` in gunicorn.util.http_date - deprecate the `--debug` option -- fix: log exceptions that occur after response start … +- fix: log exceptions that occur after response start … - allows loading of applications from `.pyc` files (#693) - fix: issue #691, raw_env config file parsing - use a dynamic timeout to wait for the optimal time. (Reduce power @@ -143,7 +170,7 @@ core - fix logging: don't try to redirect stdout/stderr to the logfile. - fix logging: don't propagate log - improve logging: file option can be overriden by the gunicorn options `--error-logfile` and `--access-logfile` if they are given. -- fix: dont' override SERVER_* by the Host header +- fix: dont' override SERVER_* by the Host header - fix: handle_error - add more option to configure SSL - fix: sendfile with SSL @@ -153,7 +180,7 @@ core - fix: Error messages are now encoded in latin1 - fix: request line length check - improvement: proxy_allow_ips: Allow proxy protocol if "*" specified -- fix: run worker's `setup` method before setting num_workers +- fix: run worker's `setup` method before setting num_workers - fix: FileWrapper inherit from `object` now - fix: Error messages are now encoded in latin1 - fix: don't spam the console on SIGWINCH. @@ -167,7 +194,7 @@ gevent worker +++++++++++++ - fix: make sure to stop all listeners -- fix: monkey patching is now done in the worker +- fix: monkey patching is now done in the worker - fix: "global name 'hub' is not defined" - fix: reinit `hub` on old versions of gevent - support gevent 1.0 diff --git a/docs/source/news.rst b/docs/source/news.rst index 7c9efc7e..d9558cfe 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -1,7 +1,34 @@ Changelog ========= -19.1 / 2014-07-26 +19.1.1 / 2014-08-16 +------------------- + +Changes +------- + +Core +++++ + +- fix `#835 `_: display correct pid of already running instance +- fix : fix `PyTest` class in setup.py. + +Logging ++++++++ + +- fix `#838 `_: statsd logegr, send statsd timing metrics in milliseconds +- fix `#839 `_: statsd logger, allows for empty log message while pushing metrics and restore worker number in DEBUG logs +- fix `#850 `_: add + timezonw to logging +- fix `#853 `_: Respect logger_class setting unless statsd is on + +AioHttp worker +++++++++++++++ + +- fix `#830 `_ make sure + gaiohttp worker is shipped with gunicorn. + +19.1 / 2014-07-26 ~~~~~~~~~~~~~~~~~ Changes