pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-uwsgi



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr  8 12:26:29 UTC 2011

Modified Files:
        pkgsrc/www/py-uwsgi: Makefile distinfo
Added Files:
        pkgsrc/www/py-uwsgi/patches: patch-plugins_python_uwsgi_pymodule.c
            patch-utils.c patch-uwsgi.h

Log Message:
Changes 0.9.7.2:
* new option --touch-reload <file> to reload the stack on <file> modification
*  --static-map <mountpoint=documentroot> allows to serve static files
* fixed --post-limit management
* disallow empty socket names
* implemented exception_info WSGI support
* new options --reload-on-as <n> and --reload-on-rss <n> allows
  to recycle workers when their memory usage is higher than <n> MB
* fixed syslog support (use --log-syslog[=facility] to enable it)
* improved plugin loading system
* added support for RabbitMQ as event dispatcher for the Emperor
* fixed FreeBSD memory report
* PSGI plugin can be compiled without ithreads
* various Emperor fixes
* fixed a regression with setgroups()
* support for shared sockets (used in jails within network namespaces)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-uwsgi/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-uwsgi/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/py-uwsgi/patches/patch-plugins_python_uwsgi_pymodule.c \
    pkgsrc/www/py-uwsgi/patches/patch-utils.c \
    pkgsrc/www/py-uwsgi/patches/patch-uwsgi.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index