File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
219Summary of Changes for version 4.2 are below
320 * html fixes for legacy interface
Original file line number Diff line number Diff line change 11#! /bin/sh
2- BASE_VERSION=" 4.2"
2+ BASE_VERSION=" 4.2.1 "
33if [ -d .git ]; then
44 if test " ` git diff --name-only` " = " " ; then
55 GIT_COMMIT=" git"
@@ -13,5 +13,5 @@ if [ -d .git ]; then
1313else
1414 GIT_COMMIT=" gitUNKNOWN"
1515fi
16- # printf "$BASE_VERSION"
17- printf " $BASE_VERSION +$GIT_COMMIT "
16+ printf " $BASE_VERSION "
17+ # printf "$BASE_VERSION+$GIT_COMMIT"
You can’t perform that action at this time.
0 commit comments