Released 1.36.26 The Memory Remains

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
User avatar
iconnor
Posts: 3328
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Released 1.36.26 The Memory Remains

Post by iconnor »

# Changes since 1.36.25

- Fix #3580 Export page broken due to type on dateTimeFormater => dateTimeFormatter
- Restore the integer value returned for status on API MonitorsController to per 1.36.16 value. The values got shifted due to making 0 = Unknown instead of negative 1.
- Only init the bootstrap table of events on watch view if the user has permission to view events. This prevents endless logging of insufficient permissions errors.
- Add fade to the logout modal which for some reason fixes it not showing after a cancel
- Specify that only main page content tables should have the first column be min-width: 300px. This was affecting the logout dialog table content when viewing the monitor edit view.
- fix export from event view
- Only try to set TIMEZONE when loading dateTimeFormatter if it is set and handle the exception when any of TIMEZONE or LOCALE are invalid.
- Fix values in LOCALE_DEFAULT dropdown in options.
- Add libio-interface-perl to dependencies. Fixes #3577
- Show the Reboot control when it is enabled without wake, sleep or reset.

1.36.26
Full Changelog
Heimo
Posts: 43
Joined: Sat Mar 15, 2014 10:41 pm

Re: Released 1.36.26 The Memory Remains

Post by Heimo »

Good afternoon,

will the updates in future come automatically via normal update/upgrade? I am using a raspberry. Or is there another (easy) way?

Kind regards

Heimo
User avatar
iconnor
Posts: 3328
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Released 1.36.26 The Memory Remains

Post by iconnor »

If you are on a pi, and using zmrepo, then they should come automatically with apt upgrade.

If not, then I may have forgotten to build packages for pi or something similar, in which case, give me a ping here and I'll look into it.
Heimo
Posts: 43
Joined: Sat Mar 15, 2014 10:41 pm

Re: Released 1.36.26 The Memory Remains

Post by Heimo »

Thank you for your quick response. I am not sure what you mean with "give me a ping".

This is the first line after login:
Linux raspberrypi 5.15.61-v7l+ #1579 SMP Fri Aug 26 11:13:03 BST 2022 armv7l

And this by doing an update:

root@raspberrypi:/home/heimo# apt-get update
Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
Ign:3 https://zmrepo.zoneminder.com/debian/release-1.36 bullseye/ InRelease
Hit:4 https://zmrepo.zoneminder.com/debian/release-1.36 bullseye/ Release
Reading package lists... Done

The version of zoneminder is still 1.36.25

Kind regards.
User avatar
iconnor
Posts: 3328
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Released 1.36.26 The Memory Remains

Post by iconnor »

By ping I basically mean post here asking what's up. As it turns out, what I described is pretty much what happened. For some weird reason the pi build was ignoring the new release tag and so didn't build. I have nudged it along, should be built and available in about 15min.
Heimo
Posts: 43
Joined: Sat Mar 15, 2014 10:41 pm

Re: Released 1.36.26 The Memory Remains

Post by Heimo »

Thank you very much, I have seen there is no file "zoneminder_1.36.26.orig.tar.gz", perhaps this is the reason?
Heimo
Posts: 43
Joined: Sat Mar 15, 2014 10:41 pm

Re: Released 1.36.26 The Memory Remains

Post by Heimo »

It worked, thank you very much for your quick and professional help.

Best regards

Heimo
TyouZM
Posts: 1
Joined: Fri Feb 07, 2025 3:53 pm

Re: Released 1.36.26 The Memory Remains

Post by TyouZM »

Thank you for this build!
I'm properly running since a long time ZoneMinder 1.34 on a Raspberry pi under Buster (32b).
I'd like to update ZM to latest release.
For that I have updated the '.list' files under /etc/apt/sources.list.d to point to:
<zoneminder_repo_1.36.list>: deb https://zmrepo.zoneminder.com/debian/release-1.36 buster/
<zoneminder_repo_ffmpeg.zm.1.36.list> : deb https://zmrepo.zoneminder.com/debian/ffmpeg buster/

The command:

Code: Select all

apt-get update
seem to work well for the zoneminder_repo_1.36.list.
For the file zoneminder_repo_ffmpeg.zm.1.36.list, this command complains that the public key is not available:

Code: Select all

W: GPG error: https://zmrepo.zoneminder.com/debian/release-1.36 buster/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ....
Is there something I should do?

Additionally, will this upgrade to ZM 1.36 keep my current ZM configuration without any change? I guess the upgrade is done through a call to the next command, right?

Code: Select all

apt-get upgrade
Many thanks in advance.
User avatar
iconnor
Posts: 3328
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Released 1.36.26 The Memory Remains

Post by iconnor »

See the gpg key commands at https://zmrepo.zoneminder.com

Yes it should keep all your config, but there are important changes in terms of the ImageBufferCount settings. See the release notes from 1.36.0.

Make a backup of your db in case you need to revert.
Post Reply