Skip to content

Commit

Permalink
Version 4.3.0 (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-DaveDev authored and Mr-Dave committed Jan 14, 2020
1 parent e855dbe commit 2a1e525
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions doc/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Summary of changes for version 4.3.0 are below
* Implement default for non ascii characters
* Removed poll requirement for MHD
* Updated translations
* Revise directory structure, autotools, makefile
* Revised tesing for travis
* Updated MMAL camera
* Optional processing for OMX
* Fix movie start times
* Optional h264_v4l2m2m
* set fps on v4l2 devices.
* Option for videoio.h
* JPEG code clean up
* Fix substrem processing for non modulo 16
* Ignore invalid data sent from cameras.
* Adjust the netcam handler wait and processing
* Answer incorrect web requests.
* Implement delay upon reconnect
* Fix filetype specified for snapshots
* Enhancements the service file.
* Output to log the ext pipe command
* Documentation fix for minimum_frame_time
* Documentation clarification for lightswitch
* Documentation fix for colon versus semi-colon
* Fix vbr calculations for high frame rates
Summary of changes for version 4.2.2 are below
* Update version number to 4.2.2/Changelog
* Resolve compile problem for OpenBSD
Expand Down
6 changes: 3 additions & 3 deletions scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
BASE_VERSION="4.2.2"
BASE_VERSION="4.3.0"
if [ -d .git ]; then
if test "`git diff --name-only`" = "" ; then
GIT_COMMIT="git"
Expand All @@ -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"

0 comments on commit 2a1e525

Please sign in to comment.