From 5c6cf88d9304adc148fdd62e4a41deb4c99bc8bc Mon Sep 17 00:00:00 2001 From: Andy Bauer Date: Tue, 2 Oct 2018 07:37:55 -0500 Subject: [PATCH] bump version to 1.32.1 --- db/zm_update-1.32.1.sql | 5 +++++ distros/redhat/zoneminder.spec | 6 +++++- version | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 db/zm_update-1.32.1.sql diff --git a/db/zm_update-1.32.1.sql b/db/zm_update-1.32.1.sql new file mode 100644 index 0000000000..ed9a1879b2 --- /dev/null +++ b/db/zm_update-1.32.1.sql @@ -0,0 +1,5 @@ +-- +-- This updates a 1.32.0 database to 1.32.1 +-- +-- No changes required +-- diff --git a/distros/redhat/zoneminder.spec b/distros/redhat/zoneminder.spec index 52a0e3cac4..32f052ecda 100644 --- a/distros/redhat/zoneminder.spec +++ b/distros/redhat/zoneminder.spec @@ -25,7 +25,7 @@ %global _hardened_build 1 Name: zoneminder -Version: 1.32.0 +Version: 1.32.1 Release: 1%{?dist} Summary: A camera monitoring and analysis tool Group: System Environment/Daemons @@ -320,6 +320,10 @@ EOF %dir %attr(755,%{zmuid_final},%{zmgid_final}) %{_localstatedir}/run/zoneminder %changelog +* Tue Oct 2 2018 Andrew Bauer - 1.32.1-1 +- 1.32.1 release +- Bug fix release + * Wed Sep 12 2018 Andrew Bauer - 1.32.0-1 - 1.32.0 release - remove el6 (sys v init) support diff --git a/version b/version index 359c41089a..96cd6ee1e7 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.32.0 +1.32.1