- Fixed build on VC (issues #20, #33).
- Added
MANIFEST.in
to the source distribution to help with RPM building (issue #30).
- Added support for Python "diehard" 2.4 (pull request #3).
- Fixed build on Mac OS X 10.9 Maverick (issue #27).
- Added PyPy support, courtesy of Ozan Turksever - http://www.logsign.net (pull request #2).
- The module can be compiled again on Windows (issue #21).
- No module bug, but a packaging issue: files
README
andHISTORY
added back into the distribution.
- The module works correctly in embedded Python.
setproctitle()
accepts a keyword argument.- Debug output support always compiled in: the variable
SPT_DEBUG
can be used to emit debug log.
- Don't clobber environ if the variable
SPT_NOENV
is set (issue #16).
- Find the setproctitle include file on OpenBSD (issue #11).
- Skip test with unicode if the file system encoding wouldn't make it pass (issue #13).
- Fixed segfault when the module is imported under mod_wsgi (issue #9).
- The module works correctly with Python 3.
setproctitle()
works even when Python messes up with argv, e.g. when run with the -m option (issue #8).
No major change since the previous version. The module has been heavily used in production environment without any problem reported, so it's time to declare it stable.
- Module works on BSD (tested on FreeBSD 7.2).
- Module works on Windows. Many thanks to Develer for providing a neat GCC package for Windows with Python integration that made the Windows porting painless.
- Module works on Mac OS X 10.2. Reported working on OS X 10.6 too.
- Added
prctl()
call on Linux >= 2.6.9 to update/proc/self/status
.
- Initial public release.