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..41b85b2 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/ @@ -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 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