# Changes since 1.36.20
- revert change that breaks compile with ffmpeg 5
- Only do the vsnprintf if the log is actually going to to happen (minor performance improvement when ffmpeg logging is enabled)
- Fix memleak when not doing passthrough
- Convert missed strftimes to dateTimeFormatter. Fixes 3526
- Remove remaining locale stuff from language files
1.36.21
Full Changelog
Released 1.36.21 The Memory Remains
Re: Released 1.36.21 The Memory Remains
This is basically just the few fixes that became obvious once we released 1.36.20.
Anyone wishing to assist in testing pre-release stable builds, PLEASE add the proposed ppa. We have very little testing of proposed changes to stable and as master and release-1.36 diverge it is getting harder and harder to ensure quality of release. Ideally there would be only simple bug fixes going forward, but php8.1, ffmpeg5 and recent browser changes have forced us to merge more and more from master.
sudo add-apt-repository ppa:iconnor/zoneminder-proposed
Anyone wishing to assist in testing pre-release stable builds, PLEASE add the proposed ppa. We have very little testing of proposed changes to stable and as master and release-1.36 diverge it is getting harder and harder to ensure quality of release. Ideally there would be only simple bug fixes going forward, but php8.1, ffmpeg5 and recent browser changes have forced us to merge more and more from master.
sudo add-apt-repository ppa:iconnor/zoneminder-proposed
Re: Released 1.36.21 The Memory Remains
If you want to build form source, use git. Follow the release-1.36 branch.