|
@@ -12,6 +12,28 @@
|
|
|
:status: DEVELOPMENT
|
|
|
:branch: master
|
|
|
|
|
|
+* Adds Chord support for the memcached backend (Issue #533).
|
|
|
+
|
|
|
+ Contributed by Dan McGee.
|
|
|
+
|
|
|
+* generic init scripts now automatically creates log and pidfile
|
|
|
+ directories.
|
|
|
+
|
|
|
+ Contributed by Chris Streeter.
|
|
|
+
|
|
|
+* [Security] Daemons would change effective id's rather than real id's
|
|
|
+ when the ``--uid``, ``--gid`` arguments were used.
|
|
|
+
|
|
|
+* The multiprocessing pool could in rare cases deadlock at shutdown.
|
|
|
+
|
|
|
+ Fix contributed by Ionel Maries Christian.
|
|
|
+
|
|
|
+* The `--uid` argument to daemons now uses ``initgroups()`` to set
|
|
|
+ groups to all the groups the user is a member of.
|
|
|
+
|
|
|
+ Fix contributed by Łukasz Oleś.
|
|
|
+
|
|
|
+
|
|
|
.. _version-2.4.2:
|
|
|
|
|
|
2.4.2
|