flux v1.20.14
Release notes:
- Fixed two kinds of memory leak in
flux-event-reader:- First was caused because of my mistake, I have tried to
XFree()an array. - Second was caused by delaying event handling using
usleep()fromunistd.h. What the hell?
- First was caused because of my mistake, I have tried to
- Now daemon handles events in realtime.
- Improved lazy commands handling, now those should work as expected in all possible scenarios and noone neither should be skipped nor executed twice.
- Fixed
flux-event-readersegfault on DE/WM restart if event reader works too long. - Fixed applying limits to focused window if DE/WM has been restarted.
- Improved handling of implicitly opened windows.
- Minor fixes and improvements.
God bless valgrind and gdb!