Skip to content

Commit c43a560

Browse files
Mr-DaveDevMr-Dave
authored andcommitted
Version 4.2.2
1 parent b5b8496 commit c43a560

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Summary of changes for version 4.2.2 are below
2+
* Update version number to 4.2.2/Changelog
3+
* Resolve compile problem for OpenBSD
4+
* Resolve compiler warnings for 18.10
5+
* Guide/Manual updates
6+
* Add the quit/end webcontrol actions to interface 0
7+
* Set the stream index on passthrough
8+
* Revise the webcontrol stream rate
9+
* Answer webcontrol stream only after completing first loop
10+
* Save the preview images when triggering emulate
11+
* Fix startup problem when using track_type 4
12+
* Fix hostname for webcontrol when using IPV6
113
Summary of changes for version 4.2.1 are below
214
* Update version number to 4.2.1 / Changelog
315
* Report to log options included in build

version.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
BASE_VERSION="4.2.1"
2+
BASE_VERSION="4.2.2"
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)