summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2011-09-28 23:11:57 +0200
committerJannis Pohlmann <jannis@xfce.org>2011-09-28 23:11:57 +0200
commit776070012e3d5d2bff5a1b2a9e175ced7122f125 (patch)
tree4543892b5993a8e447b01cfeef9277a726614b8b /NEWS
parentaab140d868c1ebedbb04bbd65deddf94dc21787b (diff)
downloadtumbler-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 48e3896..c93ec82 100644
--- a/NEWS
+++ b/NEWS
@@ -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
======