Merge branch 'master' into ms-show-rx-offset-waterfall
commit
208095c56e
|
@ -48,7 +48,9 @@ endif(APPLE)
|
|||
|
||||
# Adds a tag to the end of the version string. Leave empty
|
||||
# for official release builds.
|
||||
if(NOT DEFINED FREEDV_VERSION_TAG)
|
||||
set(FREEDV_VERSION_TAG "devel")
|
||||
endif(NOT DEFINED FREEDV_VERSION_TAG)
|
||||
|
||||
# Prevent in-source builds to protect automake/autoconf config.
|
||||
# If an in-source build is attempted, you will still need to clean up a few
|
||||
|
|
|
@ -650,6 +650,10 @@ FMA - Supports FMA extensions using YMM state</code></pre>
|
|||
<li>Remove TX attenuation and squelch tooltips. (PR #717)</li>
|
||||
<li>Disable 800XA radio button when in RX Only mode. (PR #716)</li>
|
||||
</ul></li>
|
||||
<li>Build system:
|
||||
<ul>
|
||||
<li>Allow overrriding the version tag when building. (PR #727)</li>
|
||||
</ul></li>
|
||||
</ol>
|
||||
<h2 data-number="18.2" id="v1.9.9.1-april-2024"><span class="header-section-number">18.2</span> V1.9.9.1 April 2024</h2>
|
||||
<ol type="1">
|
||||
|
|
|
@ -894,6 +894,8 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
|
|||
1. Bugfixes:
|
||||
* Remove TX attenuation and squelch tooltips. (PR #717)
|
||||
* Disable 800XA radio button when in RX Only mode. (PR #716)
|
||||
2. Build system:
|
||||
* Allow overrriding the version tag when building. (PR #727)
|
||||
|
||||
## V1.9.9.1 April 2024
|
||||
|
||||
|
|
BIN
USER_MANUAL.pdf
BIN
USER_MANUAL.pdf
Binary file not shown.
Loading…
Reference in New Issue