Merge branch 'master' into ms-show-rx-offset-waterfall

ms-show-rx-offset-waterfall
Mooneer Salem 2024-06-15 00:58:10 -07:00
commit 208095c56e
4 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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">

View File

@ -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

Binary file not shown.