Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #102296 > unrolled thread

[RELEASE] ‘python-daemon’ version 2.1.1 released

Started byBen Finney <ben+python@benfinney.id.au>
First post2016-01-30 14:45 +1100
Last post2016-01-30 14:45 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  [RELEASE] ‘python-daemon’ version 2.1.1 released Ben Finney <ben+python@benfinney.id.au> - 2016-01-30 14:45 +1100

#102296 — [RELEASE] ‘python-daemon’ version 2.1.1 released

FromBen Finney <ben+python@benfinney.id.au>
Date2016-01-30 14:45 +1100
Subject[RELEASE] ‘python-daemon’ version 2.1.1 released
Message-ID<mailman.122.1454157421.2338.python-list@python.org>
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>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web