File tree 2 files changed +28
-3
lines changed
2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change
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
1
26
Summary of changes for version 4.2.2 are below
2
27
* Update version number to 4.2.2/Changelog
3
28
* Resolve compile problem for OpenBSD
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- BASE_VERSION=" 4.2.2 "
2
+ BASE_VERSION=" 4.3.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