From ben+python at benfinney.id.au Sat Jan 30 03:46:57 2016 From: ben+python at benfinney.id.au (Ben Finney) Date: Sat, 30 Jan 2016 14:46:57 +1100 Subject: [python-daemon-announce] =?utf-8?b?W1JFTEVBU0VdIOKAmHB5dGhvbi1k?= =?utf-8?q?aemon=E2=80=99__version_2=2E1=2E1_released?= Message-ID: <20160130034656.GC22284@benfinney.id.au> 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 . 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