From 712791217d75aacfc150e918387835d8151de87cb438f885c65e0732ebf99ce9 Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Fri, 2 Dec 2016 11:20:59 +0000 Subject: [PATCH] Accepting request 433459 from home:buschmann23:Cutelyst update to version 2.0.14 OBS-URL: https://build.opensuse.org/request/show/433459 OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=54 --- uwsgi-2.0.13.1.tar.gz | 3 --- uwsgi-2.0.14.tar.gz | 3 +++ uwsgi.changes | 29 +++++++++++++++++++++++++++++ uwsgi.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 uwsgi-2.0.13.1.tar.gz create mode 100644 uwsgi-2.0.14.tar.gz diff --git a/uwsgi-2.0.13.1.tar.gz b/uwsgi-2.0.13.1.tar.gz deleted file mode 100644 index 48fd599..0000000 --- a/uwsgi-2.0.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2eca0c2f12ab76f032154cd147f4d5957d3195a022678d59cb507f4995a48d7f -size 784959 diff --git a/uwsgi-2.0.14.tar.gz b/uwsgi-2.0.14.tar.gz new file mode 100644 index 0000000..9786c66 --- /dev/null +++ b/uwsgi-2.0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b3d1ef926d835ff23576193a2c60d4c896d8e21567850cf0677a4764122887 +size 788971 diff --git a/uwsgi.changes b/uwsgi.changes index 743af71..c49e9b4 100644 --- a/uwsgi.changes +++ b/uwsgi.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Oct 5 12:14:59 UTC 2016 - buschmann23@opensuse.org + +- Update to 2.0.14: + * backported gevent-early-monkey-patch (jianbin-wei) + * Fixed OpenBSD version check (Pavel Korovin) + * PSGI/Perl cache api fixes (Alexander Demenshin) + * Correctly decode PATH_INFo in router_rewrite plugin (Ben Hearsum) + * add uwsgi.accepting() for chain-reload + worker-override combo + (enkore) + * fixed workers killing when in cheaper modes (shoham-stratoscale) + * added –cgi-safe option (nnnn20430) + * Implemented graceful reload for COROAE plugin (aleksey-mashanov) + * Added –php-fallback2, –php-fallback-qs (Felicity unixwitch) + * Added ipv4in and ipv6in routing rules (Felicity unixwitch) + * Fixed readline support in python3 when working interactively + (Anthony Sottile) + * Implement touch-reloading for mules and spoolers (Alexandre Bonnetain) + * add request_start timestamp in stats (Ben Plotnick) + * Fixed double free in uwsgi_routing_func_rewrite (William Orr) + * Various mod_proxy_uwsgi fixes (Ya-Lin Huang) + * support for ‘no-answer’ in PSGI (Anton Petrusevich) + * added php-constant option (Дамјан Георгиевски [gdamjan]) + * added the stdio logger (Дамјан Георгиевски [gdamjan]) + * spooler: fix reading inconsistent data (Pavel Patrin) + * Removed -WError from the build procedure (Riccardo Magliocchetti, + suggested by Ian Denhardt) + * The usual amount of coverity-based fixes (Riccardo Magliocchetti) + ------------------------------------------------------------------- Wed Sep 28 02:00:36 UTC 2016 - jfunk@funktronics.ca diff --git a/uwsgi.spec b/uwsgi.spec index 20ca1c9..a6e7bfd 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -17,7 +17,7 @@ Name: uwsgi -Version: 2.0.13.1 +Version: 2.0.14 Release: 0 Summary: Application Container Server for Networked/Clustered Web Applications License: GPL-2.0-with-GCC-exception