Skip to content

Commit

Permalink
Version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-DaveDev authored and Mr-Dave committed Dec 9, 2018
1 parent 3c249fb commit b7f8b2d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Summary of changes for version 4.2.1 are below
* Update version number to 4.2.1 / Changelog
* Report to log options included in build
* Add log messages on database actions(tosiara)
* Revise log messages of port used for stream
* Revise log messages when using v4l2 via netcam
* Fix null terminator on EXIF of jpgs(tosiara)
* Fix build with static libs for webp(Fabrice)
* Guide update for initial setup.
* Prevent webcontrol update of movie_passthrough
* Remove confusing log message
* Fix motion detection when using privacy mask
* Correct thread locking for movie_passthrough
* Revise guide for better mobile viewing
* Revise additional stream timing
* Fix stream timing(adameat)
* Remove obsolete function reference
* Change version number to 4.2+git
Summary of Changes for version 4.2 are below
* html fixes for legacy interface
Expand Down
6 changes: 3 additions & 3 deletions version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
BASE_VERSION="4.2"
BASE_VERSION="4.2.1"
if [ -d .git ]; then
if test "`git diff --name-only`" = "" ; then
GIT_COMMIT="git"
Expand All @@ -13,5 +13,5 @@ if [ -d .git ]; then
else
GIT_COMMIT="gitUNKNOWN"
fi
#printf "$BASE_VERSION"
printf "$BASE_VERSION+$GIT_COMMIT"
printf "$BASE_VERSION"
#printf "$BASE_VERSION+$GIT_COMMIT"

0 comments on commit b7f8b2d

Please sign in to comment.