- update to 1.24.1
* FEATURE - Allows shortcut logins on any page of web interface via passing of
'auth' hash as currently passed to zms. This must be explicitly enabled via
AUTH_HASH_LOGINS option, read the help text of that option for more details.
* FEATURE - Changed exit message on forced aborts, issues addr2line command to
execute when exiting abnormally to logs.
* FEATURE - Added V4L_MULTI_BUFFER option to control amount of buffering used
by capture cards with multiple inputs per chip. Please read the option help
text for more information.
* FEATURE - Improved debug on event creation and closing to make clearer
why/when events are starting and stopping.
* FEATURE - Improved buffer overrun handling to detect and output when this is
caused by analysis daemon not processing images.
* FIX - Multiple updates to Video 4 Linux 2 handling for analog cameras.
* FIX - Fixed issue with greyscale analog cameras not functioning properly.
* FIX - Fixed problem with EXTRA_DEBUG_TARGET not working properly for some
targets.
* FIX - Issue with RTSP basic authentication not picking up supplied username
and password properly corrected.
* FIX - Added missing guard ifdefs in zm-debug.h to prevent multiple
inclusion.
* FIX - Fixed problem with cleanup of mapped memory files.
* FIX - Fixed problem with event exports.
* FIX - Fixed various issues when defining new control presets.
* FIX - Fixed options mismatch Video 4 Linux versions when defining new
monitors.
* FIX - Fixed problem with monitor reordering on console page.
* FIX - Fixed problem with logins on 'mobile' skin.
* TRIVIAL - Improved debug emitted on capture failures.
* TRIVIAL - Options are now listed without the leading ZM_ as was a bit
redundant.
* TRIVIAL - Moved DUMP_CORES option to Debug section.