- 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) - Update to 2.0.2: OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=34
This commit is contained in:
parent
0430051761
commit
8b0a055d1c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:469f418eaa08e7aa46351e8b19b0ed55ec158046c617b388fd896bc9bb28ccb8
|
||||
size 754168
|
3
uwsgi-2.0.3.tar.gz
Normal file
3
uwsgi-2.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef55e0f10f0553a5ab296d7c323372cdff1cab5d6e7b99aedc424e4733259109
|
||||
size 757335
|
@ -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
|
||||
|
@ -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 <janos@debian.org>
|
||||
Uploaders: Jonas Smedegaard <dr@jones.dk>
|
||||
Homepage: http://projects.unbit.it/uwsgi/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user