From: Arnout E. <rab...@us...> - 2013-11-26 20:03:23
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "notion window manager core". The branch, master has been updated via d3c546ad97eca575d4a6beb3ae22f58d27ac5817 (commit) via 63129d1f5ab4d309709286dd1c1024ea4ba48f1a (commit) via f28ce62e85630a0f8e1de439fe15673fdafd334f (commit) via 1cc0e657863134ccb55b09b951543978b47eca61 (commit) via e5e404ee90af42d7304e7c2a09eca3dfb690e29f (commit) via 28811a781a0a258bd13793e577090abaa27d0a95 (commit) via 6c773a14082eca7567192d769a4e14a5b2a05ed3 (commit) from 95c1256e1b697ea2471f845ba5b3f3ed1ade11bc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d3c546ad97eca575d4a6beb3ae22f58d27ac5817 Author: Arnout Engelen <arn...@bz...> Date: Tue Nov 26 21:02:41 2013 +0100 Better explain the need for explicitly closing statusd on deinit commit 63129d1f5ab4d309709286dd1c1024ea4ba48f1a Author: Jeff Backus <jef...@gm...> Date: Wed Nov 20 05:38:07 2013 -0500 * Documented reason / bug at head of _terminate_statusd(). * Added a return 0 to the end of _terminate_statusd(). commit f28ce62e85630a0f8e1de439fe15673fdafd334f Author: Jeff Backus <jef...@gm...> Date: Tue Nov 19 06:41:16 2013 -0500 * Forgot to clear out the old statusd pid after terminating it. commit 1cc0e657863134ccb55b09b951543978b47eca61 Author: Jeff Backus <jef...@gm...> Date: Tue Nov 19 05:38:42 2013 -0500 * Fixed a typo w/ hook. Now properly terminates ion-statusd on exit. commit e5e404ee90af42d7304e7c2a09eca3dfb690e29f Author: Jeff Backus <jef...@gm...> Date: Sun Nov 17 17:45:12 2013 -0500 * Fixed a typo. It now compiles. commit 28811a781a0a258bd13793e577090abaa27d0a95 Author: Jeff Backus <jef...@gm...> Date: Sun Nov 17 17:37:48 2013 -0500 * Added a _terminate_statusd function to statusd-launch.c that will attempt to kill the specified process. * Added code to mod_statusbar.lua that will add a deinit hook and call _terminate_statusd on the statusd process. commit 6c773a14082eca7567192d769a4e14a5b2a05ed3 Author: Arnout Engelen <arn...@bz...> Date: Tue Nov 26 20:53:11 2013 +0100 Add comments to fork() logic for readibility ----------------------------------------------------------------------- Summary of changes: libmainloop/exec.c | 29 +++++++++++++++++------------ mod_statusbar/mod_statusbar.lua | 16 ++++++++++++++++ mod_statusbar/statusd-launch.c | 22 +++++++++++++++++++++- 3 files changed, 54 insertions(+), 13 deletions(-) hooks/post-receive -- notion window manager core |