diff --git a/uwsgi-2.0.2.tar.gz b/uwsgi-2.0.2.tar.gz deleted file mode 100644 index f7d7a5b..0000000 --- a/uwsgi-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:469f418eaa08e7aa46351e8b19b0ed55ec158046c617b388fd896bc9bb28ccb8 -size 754168 diff --git a/uwsgi-2.0.3.tar.gz b/uwsgi-2.0.3.tar.gz new file mode 100644 index 0000000..eea107f --- /dev/null +++ b/uwsgi-2.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef55e0f10f0553a5ab296d7c323372cdff1cab5d6e7b99aedc424e4733259109 +size 757335 diff --git a/uwsgi.changes b/uwsgi.changes index ccb992f..5caa2fe 100644 --- a/uwsgi.changes +++ b/uwsgi.changes @@ -1,7 +1,38 @@ +------------------------------------------------------------------- +Sat Mar 29 17:28:02 UTC 2014 - jfunk@funktronics.ca + +- Update to 2.0.3: + * Bugfixes + * fixed spooler 'at' key usage + * fixed a memory and fd leak with on-demand Emperor sockets + * on __APPLE__ use LOG_NOTICE for syslog plugin + * fixed mongrel2 support + * hack for avoiding libmongoclient to crash on broken cursor + * log alarm is now a uwsgi_log_verbose() wrapper + * fixed tuntap router memory corruption + * Set ECDHE curve independently from DHE parameters (Hynek Schlawack) + * do not wait for a whole Emperor cycle before checking for each waitpid + * fix a regression with caller() not indicating the starting *.psgi program + (Ævar Arnfjörð Bjarmason) + * New features + * The Emperor now responds to two new signals: + * SIGWINCH: force an emperor rescan of vassals + * SIGURG: cleanup the Emperor states (for now it only clears its blacklist) + * --build-plugin. Building plugins on-the-fly from git repositories + * uwsgi.add_var(key, value). You can now set request variables directly + from your app, for better integration with the internal routing + subsystem + * 'disableheaders' routing action. This new action disables the sending of + response headers, independently by the current request state + * Smarter Emperor on bad conditions. Now the Emperor completely destroys + internal vassal-related structures when it is impossible to correctly + kill a broken vassal (both for inconsistent Emperor state or for + internal system problems) + ------------------------------------------------------------------- Sun Mar 16 18:00:35 UTC 2014 - jfunk@funktronics.ca -- Update to 2.0.1: +- Update to 2.0.2: * Bugfixes * fixed python3 support on older compilers/libc * allow starting in spooler-only mode diff --git a/uwsgi.dsc b/uwsgi.dsc index 41b85b2..e498771 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.2-1 +Version: 2.0.3-1 Maintainer: Janos Guljas Uploaders: Jonas Smedegaard Homepage: http://projects.unbit.it/uwsgi/ diff --git a/uwsgi.spec b/uwsgi.spec index 0178733..cded994 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -17,7 +17,7 @@ Name: uwsgi -Version: 2.0.2 +Version: 2.0.3 Release: 0 Summary: Application Container Server for Networked/Clustered Web Applications License: GPL-2.0-with-GCC-exception