From 200ee436678a936f75d27c081ee5ce5f5e2e417338aac650c480425dc683d994 Mon Sep 17 00:00:00 2001 From: James Oakley Date: Sun, 16 Mar 2014 18:18:14 +0000 Subject: [PATCH 1/2] - Update to 2.0.1: * Bugfixes * fixed python3 support on older compilers/libc * allow starting in spooler-only mode * fixed cache bitmap support and added test suite (credits: Danila Shtan) * fixed ftime log var * added async remote signal management * fixed end-for and end-if * fixed loop in internal-routing response chain * fixed pypy execute_source usage * logpipe: Don't setsid() twice (credits: INADA Naoki) * New features and improvements * CGI plugin * The plugin has been improved to support streaming * The long-awaited async support is finally ready * PSGI loading improvements * The PSGI loader now tries to use Plack::Util::load_psgi() function instead of simple eval OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=31 --- uwsgi-2.0.1.tar.gz | 3 --- uwsgi-2.0.2.tar.gz | 3 +++ uwsgi.changes | 22 ++++++++++++++++++++++ uwsgi.dsc | 2 +- uwsgi.spec | 2 +- 5 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 uwsgi-2.0.1.tar.gz create mode 100644 uwsgi-2.0.2.tar.gz diff --git a/uwsgi-2.0.1.tar.gz b/uwsgi-2.0.1.tar.gz deleted file mode 100644 index 917887a..0000000 --- a/uwsgi-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e84e498c217a793571f803d04fca4f2877dd856e9c5af1e66e645132d70c7cc2 -size 750771 diff --git a/uwsgi-2.0.2.tar.gz b/uwsgi-2.0.2.tar.gz new file mode 100644 index 0000000..f7d7a5b --- /dev/null +++ b/uwsgi-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469f418eaa08e7aa46351e8b19b0ed55ec158046c617b388fd896bc9bb28ccb8 +size 754168 diff --git a/uwsgi.changes b/uwsgi.changes index 130849d..ccb992f 100644 --- a/uwsgi.changes +++ b/uwsgi.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Mar 16 18:00:35 UTC 2014 - jfunk@funktronics.ca + +- Update to 2.0.1: + * Bugfixes + * fixed python3 support on older compilers/libc + * allow starting in spooler-only mode + * fixed cache bitmap support and added test suite (credits: Danila Shtan) + * fixed ftime log var + * added async remote signal management + * fixed end-for and end-if + * fixed loop in internal-routing response chain + * fixed pypy execute_source usage + * logpipe: Don't setsid() twice (credits: INADA Naoki) + * New features and improvements + * CGI plugin + * The plugin has been improved to support streaming + * The long-awaited async support is finally ready + * PSGI loading improvements + * The PSGI loader now tries to use Plack::Util::load_psgi() function + instead of simple eval + ------------------------------------------------------------------- Fri Feb 21 16:49:14 UTC 2014 - jfunk@funktronics.ca diff --git a/uwsgi.dsc b/uwsgi.dsc index 209740d..37a6911 100644 --- a/uwsgi.dsc +++ b/uwsgi.dsc @@ -4,7 +4,7 @@ Binary: uwsgi, uwsgi-dbg, uwsgi-core, uwsgi-emperor, uwsgi-plugins-all, uwsgi-in python3-uwsgidecorators, uwsgi-extra Architecture: any all -Version: 2.0.1-1 +Version: 2.0.2-1 Maintainer: Janos Guljas Uploaders: Jonas Smedegaard Homepage: http://projects.unbit.it/uwsgi/ diff --git a/uwsgi.spec b/uwsgi.spec index d2c3f01..0178733 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -17,7 +17,7 @@ Name: uwsgi -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: Application Container Server for Networked/Clustered Web Applications License: GPL-2.0-with-GCC-exception From 04300517618fc14ecc422a80aae191db9e167b867ddbc351a01df7ded293d2ca Mon Sep 17 00:00:00 2001 From: James Oakley Date: Sun, 16 Mar 2014 18:24:35 +0000 Subject: [PATCH 2/2] Fix version in dsc OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=32 --- uwsgi.dsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi.dsc b/uwsgi.dsc index 37a6911..41b85b2 100644 --- a/uwsgi.dsc +++ b/uwsgi.dsc @@ -57,5 +57,5 @@ Package-List: uwsgi-plugin-v8 deb web extra uwsgi-plugin-xslt deb web extra uwsgi-plugins-all deb web extra -Debtransform-Tar: uwsgi-2.0.1.tar.gz +Debtransform-Tar: uwsgi-2.0.2.tar.gz Debtransform-Files-Tar: debian.tar.gz