File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- Summary of changes for version 4.x.x are below
1+ Summary of changes for version 4.5.0 are below
22 * Do not translate the ignoring IP alert message
33 * Fix processing for native_language config option
44 * Add additional sleep time for images to web stream
@@ -23,6 +23,7 @@ Summary of changes for version 4.x.x are below
2323 * Fix close on exec methods
2424 * Fix processing for preferred codec with new ffmpeg versions
2525 * Fix snapshots when using netcam high
26+ * Enhance netcam processing for single jpg pages
2627 * Update instructions on using libcamerify for pi camera
2728 * Update instructions on maximum number of cameras shown on web control page.
2829 * Expand buffer for log messages
Original file line number Diff line number Diff line change 11#! /bin/sh
2- BASE_VERSION=" 4.4 .0"
2+ BASE_VERSION=" 4.5 .0"
33if [ -d .git ]; then
44 if test " ` git diff --name-only` " = " " ; then
55 GIT_COMMIT=" git"
@@ -13,6 +13,6 @@ 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"
1818
You can’t perform that action at this time.
0 commit comments