Releases: ZoneMinder/zoneminder
Master of Puppets
Another bug fix and improvement release. Notable notables include:
- Better RTSP support! This fixed a regression in #221
- Fixed that annoying bug where you could create zones larger than the image they belong to [b368d30]
- Better WansView camera detection support
The full shortlog is attached
Andrew Bauer (15):
[79af2ad] When loading a new event, always set the current frame id to the first frame rather than the last
[62dbb6e] Update README.Fedora
[54a22e7] We need a toggle for x10 support
[539c760] Create ZM_TARGET_DISTRO
[72973ff] Add new zoneminder cmake specfile
[6096256] cmake support files for redhat/centos distros
[d544a92] change chkconfig default
[183ce4b] Update zoneminder.cmake.el6.spec
[c25a7ff] Update zoneminder.cmake.f19.spec
[d0debfa] Update zoneminder.in
[8265eb9] Add reference to zm_update-1.26.5.sql in Makefile.am
[cd43496] Update zm.in
[b0b471e] Update zm.in
[8d2dac6] Update zoneminder.in
[e68fd9d] Automatically grab all sql scripts in the db subfolder
Andy Bauer (17):
[8d33145] Update zoneminder.el6.spec
[de16858] Update zoneminder.f19.spec
[dbbf1d9] Create zoneminder-1.26.0-defaults.patch
[c0878c5] Update README.Fedora
[4336b6c] Update zoneminder.f19.spec
[5c7674c] Update zoneminder.f19.spec
[33f7673] Update README.Fedora
[78effba] Update README.Fedora
[4218ef0] Update README.Fedora
[6f313ad] Update zoneminder.f19.spec
[8f51272] Update zoneminder.el6.spec
[1e756a1] Update zoneminder.cmake.el6.spec
[e16c250] Update zoneminder.f19.spec
[b7e69f0] Update zoneminder.cmake.f19.spec
[a3dc2b5] Update README.CentOS
[32cf366] Update README.Fedora
[b1c76ad] Cmake support files for fedora distro
Bartek Zdanowski (2):
[d223303] Update README.md
[f6dca0f] Fixing bug that stops installation/upgrade if DB is already at current version
David Nesting (2):
[79c7a1b] Apply INSERTs in Event::AddFrames in batches to avoid excessive query length
[b368d30] Fix marker-out-of-bounds crash when defining zone points
Edward Barnard (7):
[560d9bd] RtpSource can now distinguish between payload types and handles some properly.
[3665c3e] Fixed bug in mpeg4 depacketizer and RTCP implementation.
[80d172e] The last packet of a fragmented mpeg4 frame is no longer rejected.
[21946b5] H264 SPS and PPS frames are now handled correctly
[5d9dcba] Adds support more H264 NAL types and tidies function
[9a06ec5] Save a couple of cpu cycles.
[c630174] Adds support for h264 cameras that fail to set m bit for end of fragmented frames.
Isaac Connor (33):
[3f4e13d] redo the patch that add the < 0 test. Since it isn't technically an error, there won't be an error message set by php. So I've made it it's own separate case and added whcih socket is having the problem to some of the other error messages as well.
[7173b42] Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
[d664f3b] Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
[c34bc10] Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
[1ac731a] merge Debian build instructions, copy and modify for ubuntu
[870a59b] fix missing <?php. The missing full size tag makes the file fail when short tags are turned off
[355c10c] fix error when strict modes is on.
[72b80d7] remake this branch off master instead of off mysql2PDO. Establish an automake substitution of @Version@ and use it throughotu to override whatever is in zm.conf
[d428c83] blah
[7b585d1] remove extra stuff that I don't think we need because we are the source. Also unconditionally call zmupdate.pl since it should do all the checking of versions to see if anything needs doing. We don't need to be doing that work in a postinst bash script.
[3fa91a3] allow the value side of config lines potentially be empty.
[4565068] Merge pull request #233 from fastolfe/zone-marker-overflow
[a1cb1e6] bump version # for snapshot
[7a2f3b5] add in missing @
[0fd7d85] put back ZM_PATH_DATA
[f6bf374] very sub-optimisation, removing duplicate comparisons
[fe829e7] Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
[f4dfd88] handle bad config lines better
[d877095] fix assigning DB_TYPE
[e9c0509] add rules for a dbg package
[2cd0d0b] repeat the dbh package lines for debian as well
[b8f0754] fix for debian bug #725840 Javascript errors in updateButtons function of filter.js Also a slight optimisation using else's instead of continuing to evaluate after the true value has been set.
[6d6503c] suggest mysql-server
[c840f1b] suggest mysql-server
[10dd0e1] Merge pull request #250 from insidenothing/master
[0f3f680] Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
[29e2cdf] split the innoDB upgrade out of the version section, so that it always checked for MyISAM tables and if found, offers to update them.
[7da2cdd] cleanups, only connect and disconnect once. Remove unncessary require's of DBI cleanup MyISAM to InnoDB code
[4555a8b] Merge pull request #240 from ZoneMinder/postinstcleanup
[729f036] Merge pull request #255 from zdanek/master
[2775752] use proper DBI parameter passing to improve security remark out call to zmupdate.pl -f
[73dbe81] update to 1.26.5
[6a047a9] Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
Joe Evans (1):
[5500404] Cast content_length to signed int for error-check comparison, preventing segfault when attempting to read buffer.
Kfir Itzhak (62):
[378d145] Fixed cmake not enabling mmap in perl modules
[fcf969f] Fix cmake not enabling mmap in zm perl modules correctly this time
[b558d42] Improvements to cmake: Better support for CMAKE_PREFIX_PATH enviroment variable (and similar ones), added ZM_PERL_SUBPREFIX and ZM_PERL_USE_PATH options and improved detection of libraries and headers
[4950389] Added ZM_NO_FFMPEG option to skip ffmpeg checks and force building without ffmpeg
[7d6cca1] Revert few changes that broke the cmake build in travis
[8cecada] Fix rotation bug caused by commit 5a93647
[421d67e] Improvements to zm_ffmpeg.h
[bb5b936] Fixed a bug with HAVE_LIBAVDEVICE_AVDEVICE_H in cmake
[edcca74] Add detection status in cmake for optional libraries
[4c80329] Merge pull request #214 from knnniggett/cmake_fedora
[9858c06] Merge pull request #215 from knnniggett/cmake_nox10
[eeca592] Merge pull request #216 from knnniggett/cmake_targetdistro
[cdd2920] Merge pull request #217 from knnniggett/cmake_redhat
[17f2736] Merge pull request #218 from ZoneMinder/ffmpegfixes
[f5f573a] Added an uninstall target to cmake and few text corrections to the INSTALL file
[a341778] Merge branch 'cmakefixes'
[c2477eb] cmake text improvements
[54512ff] Fixed a mistake in the INSTALL file
[b743375] Attempt to get travis working again by skipping whole system update
[0143969] Do not print progress while building zoneminder perl modules unless CMAKE_VERBOSE_MAKEFILE is enabled
[234e742] Merge pull request #223 from fastolfe/batch-frame-inserts
[23ec826] Hard code man dir path into cmake to fix issues with some distros
[604b7f4] Clean files generated by MakeMaker when running cmake's make clean target
[910200c] Merge branch 'cmakeperlfixes'
[36f525e] Correctly hard code man dir path into cmake this time hopefully
[c2bd7c9] First attempt at enabling out-of-source building for zm with cmake
[0695523] Fix zmc crashing when four field deinterlacing is enabled together with left or right rotation
[21ae767] Merge branch 'rotatefix'
[3c59961] Merge branch 'cmake-outofsource'
[846fce0] Fixed out-of-source building not finding config.h
[1d0e721] Attempt to get the perl modules to be fully out of source during an out-of-source build
[833705b] Added alarm blend percent (useful for controlling how long an alarm lasts) and a dropdown list is used now if ZM_FAST_IMAGE_BLENDS is enabled
[408cac5] Remove the ZM_BLEND_ALARMED_IMAGES option (not needed anymore, global per monitor now)
[9d5ac7a] Fix cmake installing wrong files in an out-of-source build
[4e1d236] Revert content_length to be int
[fd656c5] Changed default blend percentages and the dropdown list for alarm reference image blend
[891757d] Merge pull request #232 from josephevans/master
[be21a88] Merge pull request #242 from ZoneMinder/removeversionnumberfromzm.conf
[90d7ce9] Delete PATH_BUILD and TIME_BUILD from zm.conf and setup default for ZM_DB_TYPE
[c08e4de] Added the database update file for 1.26.5 with includes the AlarmRefBlendPerc option
[9979385] Remove the crashtrace option from configure.ac (autoconf)
[cfc9a73] Fixed not installing mootools symlinks in an out-of-source build
[47179f7] Fix make install failing to install mootools symlinks in an out-of-source build
[91d42a8] Merge branch 'cmakemootoolsfix'
[82a9263] Remove importing of binary directory in cmakecacheimport.sh
[4a4018b] Add automatic finding of the ffmpeg executable to cmake
[762e636] Few minor cmake improvements, especially for whitespaces in paths
[bed30d3] Remove round() mess
[56d3c75] Put CMAKE_INCLUDE_CURRENT_DIR back in
[17129cf] Fix minor bug introduced by commit cfc9a73: Do not install mootools symlinks twice for out-of-source installations
[6a23a05] Merge pull request #252 from guotie/master
[eff5836] IPv6 improvements
[89689d8] Correctly fix mootools symlinks being installed twice in cmake this time
[55ea674] Revert "Correctly fix mootools symlinks being installed twice in cmake this tim...
Hit The Lights
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....
v1.26.3: Small changes to get this version to build.
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.
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
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
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
A whole bunch more bug fixes. Test me!
v1.26-beta.2: The .deps directory shouldn't have been included. Removing it.
.deps is generated during configure (or is it make?). Fixes #52
v1.26-beta.1
Beta test of ZoneMinder 1.26.
v1.25
Copied COPYING to LICENSE