Hi everyone, a new maintainance release for uWSGI 1.2 is available. Changelog [20120514]
- improved fileno() detection in PSGI responses - implemented psgix.logger facility - nodes are now unsubscribed on suspend (and resubscribed on resume) - improved uwsgi.sendfile() and wsgi.file_wrapper (the second one had a bug in 1.2.2 too) - exceptions are correctly reported in PSGI while a stacktrace is in place - the uwsgi signal framework can now be used in plain async mode - fixed a rack.input read() potential bug - improved async mode on non-linux systems Users of 1.2 tree are encouraged to upgrade. You can download it from http://projects.unbit.it/downloads/uwsgi-1.2.3.tar.gz or use the istaller with the wanted profile and destination path curl http://uwsgi.it/install | bash -s default /usr/bin/uwsgi curl http://uwsgi.it/install | bash -s psgi /usr/bin/uwsgi curl http://uwsgi.it/install | bash -s rack /usr/bin/uwsgi curl http://uwsgi.it/install | bash -s gevent /usr/bin/uwsgi ...and so on... -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
