Skip to content
Andrew Bauer (3):
      Create pkgdatadir in make
      Change frameserver warnings to debug level 2
      Changed debug levels to 4-6

Andy Bauer (39):
      Update zmupdate.pl.in for 1.26.3 release
      exclude zm_update-1.26.3.sql since it has already been added
      Merge pull request #119 from knnniggett/zmupdate_zm.1.26.3
      Delete zoneminder-1.25.0-installfix.patch
      Update zoneminder.1.26.el6.spec
      Merge pull request #136 from knnniggett/redhat
      Merge pull request #141 from knnniggett/redhat
      Update README.Fedora
      Move debian folder under distros
      Merge branch 'debian' of https://github.com/knnniggett/ZoneMinder into knnniggett-debian
      Can't seem to catch a break tonight.  Moving dian files into correct folder.
      Merge branch 'debian2' of https://github.com/knnniggett/ZoneMinder into knnniggett-debian2
      Update README.Fedora
      Create zoneminder.f19.spec
      Update README.Fedora
      Update README.CentOS
      Update zoneminder.f19.spec
      Rename redalart.wav to redalert.wav
      Create zoneminder.tmpfiles.d
      Rename zoneminder.tmpfiles.d to zoneminder.tmpfiles
      Update README.Fedora
      Create zoneminder-1.26.4-dbinstall.patch
      Update zoneminder.f19.spec
      Update zoneminder.f19.spec
      Update README.Fedora
      Update README.CentOS
      Update README.Fedora
      Merge pull request #1 from ZoneMinder/datapathcmake
      Update zoneminder.1.26.el6.spec
      Rename zoneminder.1.26.el6.spec to zoneminder.el6.spec
      Update CMakeLists.txt
      Merge pull request #203 from knnniggett/pkgdata
      Update configure.ac
      Update README.CentOS
      Create zoneminder.cmake.el6.spec
      Create zoneminder.cmake.f19.spec
      Update zoneminder.f19.spec
      Update zoneminder.el6.spec
      Update zm.conf.in

Chris Wiggins (1):
      Merge pull request #178 from ZoneMinder/cmake

Isaac Connor (19):
      Redo the patch that added the <0 test.  Since it isn't an actual error there won't be an error message set so I've made it another case entirely.
      Since this got renamed, have to rename it here too
      bump version
      add some more lines from iconnor tree to create and set permissions  on dirs in /run and /tmp
      $DESTDIR needs to be added to paths to ensure that the changes are made in the chroot when building packages.
      new code to look for update scripts instead of having distinct lines for each
      clean out autogenerated files
      change eq's to le's so that it runs scripts for upgrading from 1.26.0
      move this into the distros dir
      Merge branch 'master' of https://github.com/dukess/ZoneMinder into dukess-master
      Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
      Merge branch 'dukess-master' into v1.26.4-beta
      blah
      increase the hegiht of the window a bit, the contents are larger
      Merge branch 'v1.26.4-beta'
      Merge branch 'master' of https://github.com/FoundationUniversity/ZoneMinder into FoundationUniversity-master
      This is a copy of the debian dir, the main change is to the Changelog so that the package gets built for precise
      Check the size of the mmap file before mmaping it.  If the mmap file 0 ( can happen with remote cameras that can't be reached because it is offline ) we get sigbus.  I think the mmap succeeds, but is zero sized, so the first access causes SIGBUS.
      Merge branch 'master' of github.com:ZoneMinder/ZoneMinder

Jan Dennis Bungart (3):
      Fixing postinst script and changelog needed for successful debian build
      Fixing debian control file (libjpeg-turbo8 -> libjpeg8)
      fixing debian docs file (README -> README.md)

Kevin Crider (2):
      Added missing word in readme
      Merge pull request #194 from WDKevin/master

Kfir Itzhak (19):
      Merge pull request #172 from raulcaj/patch-1
      Fix comparison sign warning introduced in pull request #174 commit 33b6e5c
      Merge pull request #199 from knnniggett/rmsourcedir
      Added support for @PKGDATADIR@ in CMakeLists.txt
      Fix detection of signal structures in cmake
      Signal and backtrace improvements
      Merge pull request #200 from knnniggett/zm_path_data
      More signal improvements:     1) Cleaner code     2) Fixed the path displayed in the addr2line line     3) Improved dependency checking for backtrace     4) Few more improvements
      Remove accidently committed planned crash code in src/zmc.cpp
      Used indent -linux on src/zm_signal.cpp to convert all spaces to tabs
      1) Removed the use of deprecated and undocumented sigcontext (Replaced by siginfo and ucontext)     2) Removed the checks for sigcontext, strsignal and siginfo.h     3) Added debugging code to the die handler     4) Using SA_RESTART in the hup and reload handlers to prevent certain functions returning EINTR     5) Added SIGINT and SIGQUIT to the term handler
      Always print cr2 and ip as long if siginfo and ucontext are available
      Push the debugging in zm_signal further down
      Remove the ZM_NO_CRASHTRACE option from cmake. Not needed now that we have proper dependency checking
      Fix ZM_NO_MMAP cmake option
      Changed default option of ZM_COLOUR_JPEG_FILES to no. It impacts performance and is not needed anymore, all modern image viewers support grayscale JPEG images
      Changed default HTTP version to 1.0 instead of 1.1, as we don't fully support important HTTP/1.1 features such as chunked encoding
      Merge pull request #201 from ZoneMinder/signalfixes
      Merge pull request #205 from knnniggett/debug

Knniggett (5):
      initial upload of files used to build rpm
      Improve Chrome browser support & log streaming events
      Add fedora files to zoneminder source tree
      remove ${CMAKE_CURRENT_SOURCE_DIR} from add_custom_target
      create ZM_PATH_DATA and point zmupdate to ZM_PATH_DATA/db

Kyle Johnson (39):
      Merge pull request #121 from rkojedzinszky/master
      Initial commit of .travis.yml file, hopefully this builds.
      Added IRC notifications to .travis.yml
      cd back into the ZM dir, and run make after config
      Merge pull request #163 from knnniggett/fedora
      Merge pull request #162 from knnniggett/streaming
      Trying to find the correct directory where the ZM clone lives
      Run as many make jobs as there are CPUs for the ffmpeg build
      Use pushd and popd to move between ffmpeg and zoneminder
      Found an env variable to put me where I want to be
      Added missing build steps to generate build files to .travis.yml
      Split out the ffmpeg build options into individual steps
      Split out the zoneminder build options into individual steps
      Removed libtheora, libvorbis, libvpx and libx264 from apt dependencies.
      Revert "Removed libtheora, libvorbis, libvpx and libx264 from apt dependencies."
      Added travis build status image to readme [ci skip]
      Upgrade and install preqs quietly
      Tell Travis to skip building the modern branch for now [skip ci]
      Added steps to install ZM binaries, insert a monitor and start ZM
      Use the right database name
      Added a few steps to help me see the travis CI environment
      More work on the travis build steps
      Removed verbosity, extra db creation from travis build steps and fixed a db name
      Create and use a dedicated ZM database user for the travis build steps
      Output apt-get install to /dev/null in travis - we don't care about it
      Only grab the last 10 revisions and the master branch of ffmpeg for travis
      Create the database for travis during the before_script step
      Use the default travis user without a password
      Replace the ZM_DB_PASS with an empty password for the travis test steps
      Assign a monitor ID of 500 to the test monitor for the travis builds
      Proper number of columns 1.26.3 for travis
      Use only the needed fields for the travis test cam
      SQL syntax error in travis test monitor
      SQL syntax error in travis test monitor
      Merge pull request #174 from POKKAHOH/rtsp-updates
      This shouldn't have been bumped yet
      Point zmupdate to the github pages site (non-https) for version numbers
      Readding version...  Older versions still point at it.
      Bumping version to 1.26.4

POKKAHOH (3):
      Now can recive RTSP stream.     Decode fragmented NAL     Understand sprop-parametr-sets     Don't check unsetted video format (zm_remote_camera_rtsp.cpp)
      Comment missed in determining stream header.     Property 'title' and 'comment' not supported.
      remove #else errors for avutils/ffmpeg

Raul Almeida (2):
      Update zm_timer.h
      Update zm_thread.h

Richard Kojedzinszky (1):
      Rewritten the query to allow mysql to use indexes

Serguei S. Dukachev (2):
      Error correction
      Update actions.php

abauer (2):
      Move redhat folder to a subfolder called distros
      Removing the redhat folder from the root for real this time

mastertheknife (26):
      Fix sign warning during compilation
      a better fix for the sign comparison warnings during compilation
      Fix an issue created by commit 2b568906e5: Log flooded with image dimensions differ errors
      Fix some compilation warnings
      Removed NumCoords entirely from zm_zone.cpp
      Proper checking for sys/syscall.h
      Fixed zm_logger not including zm_config.h first.
      Add cmake to zoneminder
      Add matrix to the .travis.yml file
      Modified .travis.yml to include kylejohnson's changes and fix it
      Fixed not logging in to mysql with a password
      Few cmake improvements
      Another attempt to create the ZM database in travis
      Attempt three at zm database stuff on travis
      Perl modules will be now be installed in <prefix>/<datadir>/zoneminder/perl5
      Changed perl paths again, this time to <prefix>/<libdir>/perl5 and few improvements
      Merge branch 'cmake-improvements'
      Fixed typo in the last commit
      Fixed path issues when creating packages (rpms and such)
      Avoid trouble with whitespaces in current directory path
      Updated ZM version in cmake to 1.26.4
      Attempt to fix issues with perl paths that andy is experiencing
      Fixed missing perl5 in path in the last commit
      Removed INSTALLDIRS from the cmake perl modules CMakeLists.txt
      Fixed compilation failure when zlib is not available
      Fix small zipped images bug introduced by commit e12a9dc408