14
0

Accepting request 347851 from home:tbechtold:branches:devel:languages:python

- update to 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.

OBS-URL: https://build.opensuse.org/request/show/347851
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-daemon?expand=0&rev=12
This commit is contained in:
Todd R
2015-12-09 07:31:51 +00:00
committed by Git OBS Bridge
parent e8b671d183
commit 32b91af7ba
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 7 22:37:30 UTC 2015 - tbechtold@suse.com
- update to 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.
-------------------------------------------------------------------
Thu Sep 3 14:17:06 UTC 2015 - toddrme2178@gmail.com