Skip to content

Commit 2219c20

Browse files
committed
Version 4.5.0
1 parent 223b0ab commit 2219c20

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/CHANGELOG

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

scripts/version.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
BASE_VERSION="4.4.0"
2+
BASE_VERSION="4.5.0"
33
if [ -d .git ]; then
44
if test "`git diff --name-only`" = "" ; then
55
GIT_COMMIT="git"
@@ -13,6 +13,6 @@ 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"
1818

0 commit comments

Comments
 (0)