Page 1 of 1

Released 1.36.21 The Memory Remains

Posted: Mon Jul 25, 2022 12:35 am
by iconnor
# 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

Re: Released 1.36.21 The Memory Remains

Posted: Mon Jul 25, 2022 1:08 am
by iconnor
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

Re: Released 1.36.21 The Memory Remains

Posted: Mon Jul 25, 2022 10:57 am
by Ralphred
iconnor wrote: Mon Jul 25, 2022 1:08 amPLEASE add the proposed ppa.
Are there static source tarballs for the "proposed" builds anywhere?

Re: Released 1.36.21 The Memory Remains

Posted: Mon Jul 25, 2022 3:59 pm
by iconnor
If you want to build form source, use git. Follow the release-1.36 branch.

Re: Released 1.36.21 The Memory Remains

Posted: Mon Jul 25, 2022 4:25 pm
by Ralphred
iconnor wrote: Mon Jul 25, 2022 3:59 pmFollow the release-1.36 branch.
Gotcha.