flux v1.20.17
Release notes:
- Fixed segfault in
flux-event-readerin caseXResQueryClientIds()returns blank pointer, never happened for me, fixed just in case. - Improved stability of daemon by skipping event in
flux-event-readerif focused window PID is zero and avoiding print opened window info because of the same reason (due to fail ofXResGetClientPid()). - Minor optimization in
flux-event-reader, now it does not obtain PID of focused window twice to print its info as_NET_ACTIVE_WINDOWand in_NET_CLIENT_LIST_STACKING.