Skip to content

Hit The Lights

Compare
Choose a tag to compare
@kylejohnson kylejohnson released this 08 Oct 14:29
· 22441 commits to master since this release
v1.26.4

A minor release focusing primarily on bug fixes. This was also the first release to see the introduction of our CI server.

Shortlog attached.


Andrew Bauer (3):
[e04cc4d] Create pkgdatadir in make
[32bd588] Change frameserver warnings to debug level 2
[70fb31c] Changed debug levels to 4-6

Andy Bauer (39):
[0bf9aac] Update zmupdate.pl.in for 1.26.3 release
[1d664f2] exclude zm_update-1.26.3.sql since it has already been added
[0dd98cc] Merge pull request #119 from knnniggett/zmupdate_zm.1.26.3
[a6d3b35] Delete zoneminder-1.25.0-installfix.patch
[4cc80d4] Update zoneminder.1.26.el6.spec
[ee5413f] Merge pull request #136 from knnniggett/redhat
[46aa2e0] Merge pull request #141 from knnniggett/redhat
[7d5e0d3] Update README.Fedora
[e30a43b] Move debian folder under distros
[d7dc4ce] Merge branch 'debian' of https://github.com/knnniggett/ZoneMinder into knnniggett-debian
[4123f2b] Can't seem to catch a break tonight. Moving dian files into correct folder.
[d02f6ee] Merge branch 'debian2' of https://github.com/knnniggett/ZoneMinder into knnniggett-debian2
[3896352] Update README.Fedora
[ead696e] Create zoneminder.f19.spec
[ea5c610] Update README.Fedora
[b505472] Update README.CentOS
[1afa526] Update zoneminder.f19.spec
[50fea88] Rename redalart.wav to redalert.wav
[2bdc1a3] Create zoneminder.tmpfiles.d
[2d1d0a3] Rename zoneminder.tmpfiles.d to zoneminder.tmpfiles
[5fe5015] Update README.Fedora
[d853e53] Create zoneminder-1.26.4-dbinstall.patch
[c2c8d18] Update zoneminder.f19.spec
[a09d690] Update zoneminder.f19.spec
[95a0480] Update README.Fedora
[665638c] Update README.CentOS
[b8f3124] Update README.Fedora
[28422d9] Merge pull request #1 from ZoneMinder/datapathcmake
[2393f6a] Update zoneminder.1.26.el6.spec
[02f33cc] Rename zoneminder.1.26.el6.spec to zoneminder.el6.spec
[6b11db1] Update CMakeLists.txt
[072b66b] Merge pull request #203 from knnniggett/pkgdata
[01be7a8] Update configure.ac
[0cbb818] Update README.CentOS
[1d76609] Create zoneminder.cmake.el6.spec
[667d755] Create zoneminder.cmake.f19.spec
[545275c] Update zoneminder.f19.spec
[85bca8d] Update zoneminder.el6.spec
[1c1a644] Update zm.conf.in

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

Isaac Connor (19):
[fcf7e5b] 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.
[c612977] Since this got renamed, have to rename it here too
[f4a7101] bump version
[11d0428] add some more lines from iconnor tree to create and set permissions on dirs in /run and /tmp
[304e10e] $DESTDIR needs to be added to paths to ensure that the changes are made in the chroot when building packages.
[e21a08c] new code to look for update scripts instead of having distinct lines for each
[ab1314f] clean out autogenerated files
[ab4c091] change eq's to le's so that it runs scripts for upgrading from 1.26.0
[eba8b0d] move this into the distros dir
[c9ad6e6] Merge branch 'master' of https://github.com/dukess/ZoneMinder into dukess-master
[b80ac24] Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
[b08a825] Merge branch 'dukess-master' into v1.26.4-beta
[07fd2b1] blah
[7e91053] increase the hegiht of the window a bit, the contents are larger
[34f84a4] Merge branch 'v1.26.4-beta'
[80d97c7] Merge branch 'master' of https://github.com/FoundationUniversity/ZoneMinder into FoundationUniversity-master
[21caddf] This is a copy of the debian dir, the main change is to the Changelog so that the package gets built for precise
[60258e7] 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.
[4b1ee3c] Merge branch 'master' of github.com:ZoneMinder/ZoneMinder

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

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

Kfir Itzhak (19):
[171bf4a] Merge pull request #172 from raulcaj/patch-1
[96902c2] Fix comparison sign warning introduced in pull request #174 commit 33b6e5c
[38e2244] Merge pull request #199 from knnniggett/rmsourcedir
[9aaafbe] Added support for @PKGDATADIR@ in CMakeLists.txt
[18b72f9] Fix detection of signal structures in cmake
[b5c536b] Signal and backtrace improvements
[a248bc9] Merge pull request #200 from knnniggett/zm_path_data
[0bb2ee7] 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
[cd154e8] Remove accidently committed planned crash code in src/zmc.cpp
[e4b1be7] Used indent -linux on src/zm_signal.cpp to convert all spaces to tabs
[1d7f664] 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
[2cb65c6] Always print cr2 and ip as long if siginfo and ucontext are available
[25297bd] Push the debugging in zm_signal further down
[0a11d1b] Remove the ZM_NO_CRASHTRACE option from cmake. Not needed now that we have proper dependency checking
[6847e90] Fix ZM_NO_MMAP cmake option
[1609fd6] 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
[ba727a5] 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
[022ecf4] Merge pull request #201 from ZoneMinder/signalfixes
[8b4db03] Merge pull request #205 from knnniggett/debug

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

Kyle Johnson (39):
[f000640] Merge pull request #121 from rkojedzinszky/master
[e438714] Initial commit of .travis.yml file, hopefully this builds.
[f4311ff] Added IRC notifications to .travis.yml
[3e7f762] cd back into the ZM dir, and run make after config
[304065c] Merge pull request #163 from knnniggett/fedora
[df13eb1] Merge pull request #162 from knnniggett/streaming
[2dce96f] Trying to find the correct directory where the ZM clone lives
[6f9fa0d] Run as many make jobs as there are CPUs for the ffmpeg build
[c5eb83c] Use pushd and popd to move between ffmpeg and zoneminder
[aa5290c] Found an env variable to put me where I want to be
[f2c58ac] Added missing build steps to generate build files to .travis.yml
[88a9b43] Split out the ffmpeg build options into individual steps
[50122f0] Split out the zoneminder build options into individual steps
[fb43fdf] Removed libtheora, libvorbis, libvpx and libx264 from apt dependencies.
[fa805ac] Revert "Removed libtheora, libvorbis, libvpx and libx264 from apt dependencies."
[87f0ba6] Added travis build status image to readme [ci skip]
[0b42922] Upgrade and install preqs quietly
[617cbc0] Tell Travis to skip building the modern branch for now [skip ci]
[3119ab7] Added steps to install ZM binaries, insert a monitor and start ZM
[186b1c3] Use the right database name
[44f4e2f] Added a few steps to help me see the travis CI environment
[beee057] More work on the travis build steps
[167eff5] Removed verbosity, extra db creation from travis build steps and fixed a db name
[fc6731e] Create and use a dedicated ZM database user for the travis build steps
[8983807] Output apt-get install to /dev/null in travis - we don't care about it
[27349f8] Only grab the last 10 revisions and the master branch of ffmpeg for travis
[cd902b5] Create the database for travis during the before_script step
[564fa21] Use the default travis user without a password
[9ac52b4] Replace the ZM_DB_PASS with an empty password for the travis test steps
[a5e526d] Assign a monitor ID of 500 to the test monitor for the travis builds
[de59dd8] Proper number of columns 1.26.3 for travis
[70841d3] Use only the needed fields for the travis test cam
[2c64c5d] SQL syntax error in travis test monitor
[598e830] SQL syntax error in travis test monitor
[02e1a5e] Merge pull request #174 from POKKAHOH/rtsp-updates
[b3b66d4] This shouldn't have been bumped yet
[03d12ef] Point zmupdate to the github pages site (non-https) for version numbers
[1ac0349] Readding version... Older versions still point at it.
[fe7471a] Bumping version to 1.26.4

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

Raul Almeida (2):
[aeed1d4] Update zm_timer.h
[f2225f2] Update zm_thread.h

Richard Kojedzinszky (1):
[0f5c90b] Rewritten the query to allow mysql to use indexes

Serguei S. Dukachev (2):
[67595c1] Error correction
[ed9f647] Update actions.php

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

mastertheknife (26):
[c3f7af7] Fix sign warning during compilation
[5a93647] a better fix for the sign comparison warnings during compilation
[c526fce] Fix an issue created by commit 2b56890: Log flooded with image dimensions differ errors
[ac7f7f0] Fix some compilation warnings
[aef9ab2] Removed NumCoords entirely from zm_zone.cpp
[e8d20fa] Proper checking for sys/syscall.h
[dddec74] Fixed zm_logger not including zm_config.h first.
[48f11a8] Add cmake to zoneminder
[db48a3d] Add matrix to the .travis.yml file
[3321f26] Modified .travis.yml to include kylejohnson's changes and fix it
[d171578] Fixed not logging in to mysql with a password
[5af8e08] Few cmake improvements
[48c7892] Another attempt to create the ZM database in travis
[9c2e48c] Attempt three at zm database stuff on travis
[5fce4c5] Perl modules will be now be installed in //zoneminder/perl5
[f043c6e] Changed perl paths again, this time to //perl5 and few improvements
[95803cc] Merge branch 'cmake-improvements'
[489e832] Fixed typo in the last commit
[883e676] Fixed path issues when creating packages (rpms and such)
[79b45be] Avoid trouble with whitespaces in current directory path
[c795afc] Updated ZM version in cmake to 1.26.4
[9c3540a] Attempt to fix issues with perl paths that andy is experiencing
[5607f28] Fixed missing perl5 in path in the last commit
[3dbef94] Removed INSTALLDIRS from the cmake perl modules CMakeLists.txt
[e12a9dc] Fixed compilation failure when zlib is not available
[a9e886a] Fix small zipped images bug introduced by commit e12a9dc