diff options
author | Jannis Pohlmann <jannis@xfce.org> | 2011-09-28 23:11:57 +0200 |
---|---|---|
committer | Jannis Pohlmann <jannis@xfce.org> | 2011-09-28 23:11:57 +0200 |
commit | 776070012e3d5d2bff5a1b2a9e175ced7122f125 (patch) | |
tree | 4543892b5993a8e447b01cfeef9277a726614b8b /NEWS | |
parent | aab140d868c1ebedbb04bbd65deddf94dc21787b (diff) | |
download | tumbler-776070012e3d5d2bff5a1b2a9e175ced7122f125.tar.gz |
Fix ownership race conditions when started twice (bug #8001).
It can happen that D-Bus activates tumblerd multiple times if the
activated instance doesn't bring up the service quickly enough. We need
to detect this in order to exit duplicate instances gracefully (exit
code 0). Exiting with an error code breaks clients.
For more information, see the following bugs:
https://bugzilla.xfce.org/show_bug.cgi?id=8001
https://bugs.freedesktop.org/show_bug.cgi?id=41233
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ 0.1.xx ====== - Fix generation of video images by starting the pipeline (bug #7996). +- Fix ownership race conditions when started twice (bug #8001). 0.1.22 ====== |