diff --git a/ChangeLog b/ChangeLog index 12237b7a..a3a4a024 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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] diff --git a/uwsgiconfig.py b/uwsgiconfig.py index 67cb14e6..b23904a3 100644 --- a/uwsgiconfig.py +++ b/uwsgiconfig.py @@ -1,6 +1,6 @@ # uWSGI build system -uwsgi_version = '1.2-rc3' +uwsgi_version = '1.2' import os import re