Prepare for 0.9.5 release with an updated changelog

Change-Id: Icc3a0e8d1dabd0f72dea886813a3ae5fd6aca534
This commit is contained in:
R. Tyler Croy 2010-10-06 11:11:53 -07:00
parent 847e76a471
commit e0bb4b35f2
4 changed files with 11 additions and 3 deletions

View File

@ -5,4 +5,5 @@ Authors
- Ludvig Ericson (contributor)
- Elliot Murphy (contributor)
- Steve 'Ashcrow' Milner (contributor)
- R. Tyler Ballance (current maintainer)
- Ryan Williams (contributor)
- R. Tyler Croy (current maintainer)

View File

@ -31,6 +31,13 @@
- Prevent leaking pipes when handling children processes
0.9.5:
- Fixed a number of issues with reloading of Spawning children
- Added /_sysinfo to provide information about the machine
- Added health page that listens on a different port from the controller,
providing HTML and JSON formatted information about children
- Introduced a basic logfile analyzer for processsing Spawning logs for
further information not provided by the health page

View File

@ -47,7 +47,7 @@ setup(
).read(),
author='Donovan Preston',
author_email='dsposx@mac.com',
maintainer='R. Tyler Ballance',
maintainer='R. Tyler Croy',
maintainer_email='tyler@monkeypox.org',
include_package_data = True,
packages = find_packages('src'),

View File

@ -23,7 +23,7 @@
"""
"""
__version__ = '0.9.4'
__version__ = '0.9.5'
setproctitle = lambda v: NotImplemented