Skip to content

Commit b7f8b2d

Browse files
Mr-DaveDevMr-Dave
authored andcommitted
Version 4.2.1
1 parent 3c249fb commit b7f8b2d

2 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Summary of changes for version 4.2.1 are below
2+
* Update version number to 4.2.1 / Changelog
3+
* Report to log options included in build
4+
* Add log messages on database actions(tosiara)
5+
* Revise log messages of port used for stream
6+
* Revise log messages when using v4l2 via netcam
7+
* Fix null terminator on EXIF of jpgs(tosiara)
8+
* Fix build with static libs for webp(Fabrice)
9+
* Guide update for initial setup.
10+
* Prevent webcontrol update of movie_passthrough
11+
* Remove confusing log message
12+
* Fix motion detection when using privacy mask
13+
* Correct thread locking for movie_passthrough
14+
* Revise guide for better mobile viewing
15+
* Revise additional stream timing
16+
* Fix stream timing(adameat)
17+
* Remove obsolete function reference
118
* Change version number to 4.2+git
219
Summary of Changes for version 4.2 are below
320
* html fixes for legacy interface

version.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
BASE_VERSION="4.2"
2+
BASE_VERSION="4.2.1"
33
if [ -d .git ]; then
44
if test "`git diff --name-only`" = "" ; then
55
GIT_COMMIT="git"
@@ -13,5 +13,5 @@ if [ -d .git ]; then
1313
else
1414
GIT_COMMIT="gitUNKNOWN"
1515
fi
16-
#printf "$BASE_VERSION"
17-
printf "$BASE_VERSION+$GIT_COMMIT"
16+
printf "$BASE_VERSION"
17+
#printf "$BASE_VERSION+$GIT_COMMIT"

0 commit comments

Comments
 (0)