Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102296
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | [RELEASE] ‘python-daemon’ version 2.1.1 released |
| Date | 2016-01-30 14:45 +1100 |
| Message-ID | <mailman.122.1454157421.2338.python-list@python.org> (permalink) |
Howdy all, I am pleased to announce the release of version 2.1.1 of the ‘python-daemon’ library. The current release is always available at <URL:https://pypi.python.org/pypi/python-daemon/>. Significant changes since the previous version ============================================== Version 2.1.0 ------------- I omitted sending a release announcement for version 2.1.0. * Add a DaemonContext option, ‘initgroups’, which specifies whether to set the daemon process's supplementary groups. * Set the process groups using ‘os.initgroups’. Thanks to Malcolm Purvis for contributing an implementation of this feature. Version 2.1.1 ------------- This is a bug fix release, addressing this bug: * Default ‘initgroups’ option to False. Using ‘os.initgroups’ requires permission to set process GID, so this now needs to be explicitly requested. What is the ‘python-daemon’ library? ==================================== ‘python-daemon’ is a Python library to implement a well-behaved Unix daemon process. -- \ “There are no significant bugs in our released software that | `\ any significant number of users want fixed.” —Bill Gates, | _o__) 1995-10-23 | Ben Finney <ben@benfinney.id.au>
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
[RELEASE] ‘python-daemon’ version 2.1.1 released Ben Finney <ben+python@benfinney.id.au> - 2016-01-30 14:45 +1100
csiph-web