File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
113Summary 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
Original file line number Diff line number Diff line change 11#! /bin/sh
2- BASE_VERSION=" 4.2.1 "
2+ BASE_VERSION=" 4.2.2 "
33if [ -d .git ]; then
44 if test " ` git diff --name-only` " = " " ; then
55 GIT_COMMIT=" git"
@@ -13,6 +13,6 @@ if [ -d .git ]; then
1313else
1414 GIT_COMMIT=" gitUNKNOWN"
1515fi
16- # printf "$BASE_VERSION"
17- printf " $BASE_VERSION +$GIT_COMMIT "
16+ printf " $BASE_VERSION "
17+ # printf "$BASE_VERSION+$GIT_COMMIT"
1818
You can’t perform that action at this time.
0 commit comments