mirror of
https://github.com/Motion-Project/motion.git
synced 2026-05-03 04:12:52 -04:00
Version 4.5.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Summary of changes for version 4.x.x are below
|
||||
Summary of changes for version 4.5.0 are below
|
||||
* Do not translate the ignoring IP alert message
|
||||
* Fix processing for native_language config option
|
||||
* Add additional sleep time for images to web stream
|
||||
@@ -23,6 +23,7 @@ Summary of changes for version 4.x.x are below
|
||||
* Fix close on exec methods
|
||||
* Fix processing for preferred codec with new ffmpeg versions
|
||||
* Fix snapshots when using netcam high
|
||||
* Enhance netcam processing for single jpg pages
|
||||
* Update instructions on using libcamerify for pi camera
|
||||
* Update instructions on maximum number of cameras shown on web control page.
|
||||
* Expand buffer for log messages
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
BASE_VERSION="4.4.0"
|
||||
BASE_VERSION="4.5.0"
|
||||
if [ -d .git ]; then
|
||||
if test "`git diff --name-only`" = "" ; then
|
||||
GIT_COMMIT="git"
|
||||
@@ -13,6 +13,6 @@ if [ -d .git ]; then
|
||||
else
|
||||
GIT_COMMIT="gitUNKNOWN"
|
||||
fi
|
||||
#printf "$BASE_VERSION"
|
||||
printf "$BASE_VERSION+$GIT_COMMIT"
|
||||
printf "$BASE_VERSION"
|
||||
#printf "$BASE_VERSION+$GIT_COMMIT"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user