uWSGI 1.2

This commit is contained in:
roberto@precise64
2012-04-30 11:05:08 +02:00
parent 81c09a9c9c
commit 6692276472
2 changed files with 21 additions and 1 deletions
+20
View File
@@ -1,3 +1,23 @@
*** april 2012 ***
* 1.2 [20120430]
- PyPy support
- Improved gevent support with threads
- Python auto-reload subsystem
- added --spooler-max-tasks
- pthread robust mutexes support in Linux and Solaris
- posix semaphores support in FreeBSD9
- thread-safe ctime() reporting
- interval support in cron subsystem
- improved syslog support
- better management of disconnected clients
- static files serving improvements
- another set of multithreading optimizations
- minor fixes in the Rack plugin
- Upstart socket-activation support
*** march 2012 ***
* 1.1 [20120317]
+1 -1
View File
@@ -1,6 +1,6 @@
# uWSGI build system
uwsgi_version = '1.2-rc3'
uwsgi_version = '1.2'
import os
import re