Skip to content

The Memory Remains 1.36.30

Compare
Choose a tag to compare
@connortechnology connortechnology released this 17 Oct 19:57
· 5970 commits to master since this release

What's Changed

  • Test for definition of ZM_LOG_INJECT. We don't include the config when not logged in. So it won't be defined and an error will be logged
  • Fix saving from the function modal (and other modals)
  • left align option value column
  • when a config value is overridden via *.conf files, put up a warning/explanation on the options view
  • Turn failure to send into a debug instead of warn. When running under fpm etc we may not get SIGPIPE.
  • Move relevant code out of includes/actions/auth.php into includs/auth.php. Fixes inability to login using GET method.
  • Don't panic if no font file found. We seem to be able to continue without it.
  • Rework session handling to fix breakage with php8.2. Please note that php 8.2 still completely breaks a ton of our code. Do not upgrade to php8.2 and expect ZoneMinder to work.

Full Changelog: 1.36.29...1.36.30