Skip to content

flux v1.20.14

Choose a tag to compare

@itz-me-zappex itz-me-zappex released this 03 Feb 17:04

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() from unistd.h. What the hell?
  • 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-reader segfault 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!