Skip to content

Releases: ZoneMinder/zoneminder

v1.26.3: Small changes to get this version to build.

10 Sep 17:52
v1.26.3
Compare
Choose a tag to compare

A few minor changes to get ZM to actually build.
Shortlog appended

Isaac Connor (5):
      update link to README to be README.md
      remove autogenerated files
      Merge branch 'develop' of github.com:ZoneMinder/ZoneMinder into develop
      rough in a quick script to help people generate the build files
      put this back so we can get on with life

Knniggett (2):
      Modify zmupdate for 1.26.1 and 1.26.2 releases
      modify zmupdate.pl.in

Kyle Johnson (5):
      Merge pull request #116 from knnniggett/zmupdate_newrelease
      Point to the GitHub issues page for the list of current bugs
      Updated AUTHORS to reflect recent changes to the project
      Bumping the version numbers.
      Adding the db/zm_update file so that the upgrade script works

mastertheknife (4):
      Merge remote-tracking branch 'origin/develop'
      Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
      Fixed greyscale four field deinterlacing not processing last line, broken ssse3 color->greyscale conversion and improved error handling when readi
      Merge branch 'master' of github.com:ZoneMinder/ZoneMinder into mybranch

v1.26.2: Dotting some i's and crossing some t's.

06 Sep 18:35
v1.26.2
Compare
Choose a tag to compare

Dotting some i's and crossing some t's.
Forgot a few minor (major) steps that'll make this release usable.

Shortlog appended.

Kyle


Chris Wiggins (1):
Merge pull request #111 from chriswiggins/master

Kyle Johnson (3):
Include missing make and configure files. Fixes #107
Fixes #107 for real this time.
Forgot to bump the version number for 1.26.1. Fixes #113

Prancing Panda

06 Sep 01:19
v1.26.1
Compare
Choose a tag to compare

This is our first release in over two years - I was hoping to
release on the two-year anniversary date, however I've
missed that and we're actually in month 25.
There are a boat-load of changes in this release, both code
and community process and procedure related.

Code wise, mastertheknife and nextime have worked on
optimizations for increased performance and clean builds
on recent versions of ffmpeg. There have also been a metric
ton of bug fixes, as you can see in the log below.

Process and procedure wise, this is the first release to not be
released by the previous developer. This release is the first
to be moved to github and developed in git, the first with a (public)
issue tracker, and the first with real community involvement.

This is kind of a big deal. We still have a whole lot to do: Website,
roadmaps, features, meaningful commit messages, new frontend,
better documentation. We would love help, and we can't wait to
see what comes next.

Shortlog appended.

Kyle


Andrew Bauer (1):
      Added frameserver patch from Zoneminder Wiki

Andy (10):
      Added build notes for CentOS & RHEL
      Change default dB Engine from MyISAM to InnoDB
      Don't check for gnutls-openssl on systems with older gnutls
      Update Makefile.am
      Update zmupdate.pl.in to give option to convert to InnoDB tables
      edit zmupdate function in init script
      Fixed typo
      Fix for Issue #88 - ZMS crashing
      Update getBrowser() to match IE10
      Fix "Can't stat : No such file or directory" message

Isaac Connor (29):
      Add Brian Rudy's script to control SkyIPCam cameras.
      add unistd.h include to fix compile
      fix for kernel3.5
      add mathetmatics.h to fix compile
      add unistd.h to fix compile
      fix typos
      look for script in installed bath, not build location
      add -fno-inline from ubuntu package
      gnutls changes from ubuntu package
      gnutls changes from ubuntu package
      add a check for gnutls-openssl which is required to add the -lgnutls-openssl to the compile line to make it compile
      match up #if's regarding gnutls-openssl
      add the debian directory with stuff to build a debian package
      Merge ../ZoneMinder-kfir into kfir-proper
      add a Controls preset for Airlink SkyIPCam 7xx cameras
      fix control types dropdown for a new monitor
      Merge branch 'kfir-proper' into develop
      add some lines to create /var/run/zm.  These day /run is a tmpfs, so the zm dir needs to be created on each boot
      cleanup
      cleanup
      clean
      Merge ../zum into develop
      Support for control when monitor source is ffmpeg. This should fix #16.
      bump version
      add code to add Colours and Deinterlacing to Monitors table.  These were added by mastertheknife's perfpatch.
      iI decided to keep this just for reference
      Merge branch 'release-1.26' of https://github.com/ZoneMinder/ZoneMinder into release-1.26
      add lines to change the ZM_DB_USER and ZM_DB_PASS when the user and password are supplied on the command line.
      have to override ZoneMinder::Database::ZM_DB_USER, etc instead of just ZM_DB_USER.

Knniggett (4):
      Suppresses erroneous Corrupt Jpeg messages sent from the jpeg library
      Adds PTZ controls & camera presets for specific cameras. (NOTE TO SELF: remove ~ files)
      This adds PTZ control files and camera presets for specific ptz cameras.
      Add PTZ control files and camera presets for specific ptz cameras

Kyle Johnson (41):
      Removed all of the old web files
      Initial commit of CakePHP 2.3.4
      Initial commit of Event Model, View and Controller with basic support for drilling into an event
      Merge branch 'modern' into develop
      Update README.md
      Removed an HTML comment and changed the heading from 1 to 2.
      Reverting my web changes in develop - keeping them in modern
      Support for control when monitor source is ffmpeg.  This should fix #16.
      Doing my best to manually remove nextime's plugin architecture while keeping his other changes.
      Fixing zm_image_analyser.h:13:25: fatal error: zm_detector.h: No such file or directory
      Cleaning up some build errors regarding Native Motion Detection
      Renamed db update file to match standard.
      Removing lingering references to UsedPl
      Updated the changelog with some of the changes in this release
      Added URLs to mastertheknife and nextime changes
      Updated release notes with something meaningful
      Moved README to markdown language for github display
      1.26 Beta did not install SkyIPCam7xx.pm Control Script.  Fixes #38
      Merge pull request #37 from nagyrobi/patch-2
      More updates to the Hungarian translation.  #Fixes #45
      Changing AUTOMAKE_OPTIONS from gnu to foreign to fix automake.
      The .deps directory shouldn't have been included.  Removing it.
      Merge pull request #76 from knnniggett/patch-1
      Minor formatting changes
      Merge pull request #78 from knnniggett/patch-3
      Merge pull request #81 from knnniggett/patch-4
      Merge pull request #77 from knnniggett/patch-2
      Merge pull request #79 from knnniggett/frameserver
      Merge pull request #80 from knnniggett/corruptjpeg
      Merge pull request #87 from knnniggett/patch-6
      Merge pull request #85 from knnniggett/addptzcameras
      Merge pull request #89 from knnniggett/patch-7
      Merge pull request #90 from knnniggett/patch-8
      Merge pull request #84 from knnniggett/patch-5
      Merge pull request #95 from knnniggett/patch-10
      Resolving CVE-2013-0232 - this should fix #93.
      Fixing AM_CONFIG_HEADER is deprecated in automake > 1.13.  Should fix #94.
      Merge pull request #92 from knnniggett/patch-9
      More CakePHP cleanup - missed it in 2c04d0774f547cded3b623b2037e93931ce2a12b
      Pointed the ChangeLog to the commits url
      Merge branch 'release-1.26'

nagyrobi (1):
      Update hu_hu.php

Prancing Panda

05 Sep 15:37
Compare
Choose a tag to compare

This is our first release in over two years - I was hoping to
release on the two-year anniversary date, however I've
missed that and we're actually in month 25.
There are a boat-load of changes in this release, both code
and community process and procedure related.

Code wise, mastertheknife and nextime have worked on
optimizations for increased performance and clean builds
on recent versions of ffmpeg. There have also been a metric
ton of bug fixes, as you can see in the log below.

Process and procedure wise, this is the first release to not be
released by the previous developer. This release is the first
to be moved to github and developed in git, the first with a (public)
issue tracker, and the first with real community involvement.

This is kind of a big deal. We still have a whole lot to do: Website,
roadmaps, features, meaningful commit messages, new frontend,
better documentation. We would love help, and we can't wait to
see what comes next.

Shortlog appended.

Kyle


Andrew Bauer (1):
      Added frameserver patch from Zoneminder Wiki

Andy (10):
      Added build notes for CentOS & RHEL
      Change default dB Engine from MyISAM to InnoDB
      Don't check for gnutls-openssl on systems with older gnutls
      Update Makefile.am
      Update zmupdate.pl.in to give option to convert to InnoDB tables
      edit zmupdate function in init script
      Fixed typo
      Fix for Issue #88 - ZMS crashing
      Update getBrowser() to match IE10
      Fix "Can't stat : No such file or directory" message

Isaac Connor (29):
      Add Brian Rudy's script to control SkyIPCam cameras.
      add unistd.h include to fix compile
      fix for kernel3.5
      add mathetmatics.h to fix compile
      add unistd.h to fix compile
      fix typos
      look for script in installed bath, not build location
      add -fno-inline from ubuntu package
      gnutls changes from ubuntu package
      gnutls changes from ubuntu package
      add a check for gnutls-openssl which is required to add the -lgnutls-openssl to the compile line to make it compile
      match up #if's regarding gnutls-openssl
      add the debian directory with stuff to build a debian package
      Merge ../ZoneMinder-kfir into kfir-proper
      add a Controls preset for Airlink SkyIPCam 7xx cameras
      fix control types dropdown for a new monitor
      Merge branch 'kfir-proper' into develop
      add some lines to create /var/run/zm.  These day /run is a tmpfs, so the zm dir needs to be created on each boot
      cleanup
      cleanup
      clean
      Merge ../zum into develop
      Support for control when monitor source is ffmpeg. This should fix #16.
      bump version
      add code to add Colours and Deinterlacing to Monitors table.  These were added by mastertheknife's perfpatch.
      iI decided to keep this just for reference
      Merge branch 'release-1.26' of https://github.com/ZoneMinder/ZoneMinder into release-1.26
      add lines to change the ZM_DB_USER and ZM_DB_PASS when the user and password are supplied on the command line.
      have to override ZoneMinder::Database::ZM_DB_USER, etc instead of just ZM_DB_USER.

Knniggett (4):
      Suppresses erroneous Corrupt Jpeg messages sent from the jpeg library
      Adds PTZ controls & camera presets for specific cameras. (NOTE TO SELF: remove ~ files)
      This adds PTZ control files and camera presets for specific ptz cameras.
      Add PTZ control files and camera presets for specific ptz cameras

Kyle Johnson (41):
      Removed all of the old web files
      Initial commit of CakePHP 2.3.4
      Initial commit of Event Model, View and Controller with basic support for drilling into an event
      Merge branch 'modern' into develop
      Update README.md
      Removed an HTML comment and changed the heading from 1 to 2.
      Reverting my web changes in develop - keeping them in modern
      Support for control when monitor source is ffmpeg.  This should fix #16.
      Doing my best to manually remove nextime's plugin architecture while keeping his other changes.
      Fixing zm_image_analyser.h:13:25: fatal error: zm_detector.h: No such file or directory
      Cleaning up some build errors regarding Native Motion Detection
      Renamed db update file to match standard.
      Removing lingering references to UsedPl
      Updated the changelog with some of the changes in this release
      Added URLs to mastertheknife and nextime changes
      Updated release notes with something meaningful
      Moved README to markdown language for github display
      1.26 Beta did not install SkyIPCam7xx.pm Control Script.  Fixes #38
      Merge pull request #37 from nagyrobi/patch-2
      More updates to the Hungarian translation.  #Fixes #45
      Changing AUTOMAKE_OPTIONS from gnu to foreign to fix automake.
      The .deps directory shouldn't have been included.  Removing it.
      Merge pull request #76 from knnniggett/patch-1
      Minor formatting changes
      Merge pull request #78 from knnniggett/patch-3
      Merge pull request #81 from knnniggett/patch-4
      Merge pull request #77 from knnniggett/patch-2
      Merge pull request #79 from knnniggett/frameserver
      Merge pull request #80 from knnniggett/corruptjpeg
      Merge pull request #87 from knnniggett/patch-6
      Merge pull request #85 from knnniggett/addptzcameras
      Merge pull request #89 from knnniggett/patch-7
      Merge pull request #90 from knnniggett/patch-8
      Merge pull request #84 from knnniggett/patch-5
      Merge pull request #95 from knnniggett/patch-10
      Resolving CVE-2013-0232 - this should fix #93.
      Fixing AM_CONFIG_HEADER is deprecated in automake > 1.13.  Should fix #94.
      Merge pull request #92 from knnniggett/patch-9
      More CakePHP cleanup - missed it in 2c04d0774f547cded3b623b2037e93931ce2a12b
      Pointed the ChangeLog to the commits url
      Merge branch 'release-1.26'

nagyrobi (1):
      Update hu_hu.php

Phoenix Down

28 Aug 12:34
Compare
Choose a tag to compare
Phoenix Down Pre-release
Pre-release

A whole bunch more bug fixes. Test me!

v1.26-beta.2: The .deps directory shouldn't have been included. Removing it.

15 Aug 16:51
Compare
Choose a tag to compare
.deps is generated during configure (or is it make?).  Fixes #52

v1.26-beta.1: Merge branch 'release-1.26' of https://github.com/ZoneMinder/ZoneMind…

13 Aug 17:40
Compare
Choose a tag to compare

v1.25

22 Jul 17:21
Compare
Choose a tag to compare
Copied COPYING to LICENSE