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