Skip to content

Commit 2a1e525

Browse files
Mr-DaveDevMr-Dave
authored andcommitted
Version 4.3.0 (#1096)
1 parent e855dbe commit 2a1e525

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

doc/CHANGELOG

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Summary of changes for version 4.3.0 are below
2+
* Implement default for non ascii characters
3+
* Removed poll requirement for MHD
4+
* Updated translations
5+
* Revise directory structure, autotools, makefile
6+
* Revised tesing for travis
7+
* Updated MMAL camera
8+
* Optional processing for OMX
9+
* Fix movie start times
10+
* Optional h264_v4l2m2m
11+
* set fps on v4l2 devices.
12+
* Option for videoio.h
13+
* JPEG code clean up
14+
* Fix substrem processing for non modulo 16
15+
* Ignore invalid data sent from cameras.
16+
* Adjust the netcam handler wait and processing
17+
* Answer incorrect web requests.
18+
* Implement delay upon reconnect
19+
* Fix filetype specified for snapshots
20+
* Enhancements the service file.
21+
* Output to log the ext pipe command
22+
* Documentation fix for minimum_frame_time
23+
* Documentation clarification for lightswitch
24+
* Documentation fix for colon versus semi-colon
25+
* Fix vbr calculations for high frame rates
126
Summary of changes for version 4.2.2 are below
227
* Update version number to 4.2.2/Changelog
328
* Resolve compile problem for OpenBSD

scripts/version.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
BASE_VERSION="4.2.2"
2+
BASE_VERSION="4.3.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)