From 08f5de988d657ee6c06233abd8950c927844346397b62d57a3dcce235ab6c792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Gm=C3=BCr?= Date: Tue, 15 May 2012 10:53:55 +0000 Subject: [PATCH] - update to version 0.14.3 - 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: makes gunicorn work with gevent 1.0 - examples: websocket example now supports hybi13 - fix: reopen log files after initialization - fix: websockets support - fix: django1.4 support - fix: only load the paster application 1 time OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=19 --- gunicorn-0.14.2.tar.gz | 3 --- gunicorn-0.14.3.tar.gz | 3 +++ python-gunicorn.changes | 14 ++++++++++++++ python-gunicorn.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 gunicorn-0.14.2.tar.gz create mode 100644 gunicorn-0.14.3.tar.gz diff --git a/gunicorn-0.14.2.tar.gz b/gunicorn-0.14.2.tar.gz deleted file mode 100644 index 2e2ba45..0000000 --- a/gunicorn-0.14.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d99eb8c8074763877db28e1996ba70ac4df18ec497f2f27ece276cf54419ee65 -size 203588 diff --git a/gunicorn-0.14.3.tar.gz b/gunicorn-0.14.3.tar.gz new file mode 100644 index 0000000..3a42ff5 --- /dev/null +++ b/gunicorn-0.14.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcff4d54533c219ca966cf53e1d5b1856f22180a1ef56f2dc97856544d94360a +size 208108 diff --git a/python-gunicorn.changes b/python-gunicorn.changes index 4b59a79..9d95bd5 100644 --- a/python-gunicorn.changes +++ b/python-gunicorn.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue May 15 10:52:16 UTC 2012 - suse@ammler.ch + +- update to version 0.14.3 + - 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: makes gunicorn work with gevent 1.0 + - examples: websocket example now supports hybi13 + - fix: reopen log files after initialization + - fix: websockets support + - fix: django1.4 support + - fix: only load the paster application 1 time + ------------------------------------------------------------------- Thu Mar 22 10:05:23 UTC 2012 - suse@ammler.ch diff --git a/python-gunicorn.spec b/python-gunicorn.spec index 5736b9d..46e303a 100644 --- a/python-gunicorn.spec +++ b/python-gunicorn.spec @@ -17,7 +17,7 @@ Name: python-gunicorn -Version: 0.14.2 +Version: 0.14.3 Release: 0 Summary: WSGI HTTP Server for UNIX License: MIT