Add PR #656 to changelog.
parent
45238a6f21
commit
0288c6e72f
|
@ -15,7 +15,7 @@ endif()
|
||||||
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.11" CACHE STRING "Minimum OS X deployment version")
|
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.11" CACHE STRING "Minimum OS X deployment version")
|
||||||
|
|
||||||
set(PROJECT_NAME FreeDV)
|
set(PROJECT_NAME FreeDV)
|
||||||
set(PROJECT_VERSION 1.9.7)
|
set(PROJECT_VERSION 1.9.7.1)
|
||||||
set(PROJECT_DESCRIPTION "HF Digital Voice for Radio Amateurs")
|
set(PROJECT_DESCRIPTION "HF Digital Voice for Radio Amateurs")
|
||||||
set(PROJECT_HOMEPAGE_URL "https://freedv.org")
|
set(PROJECT_HOMEPAGE_URL "https://freedv.org")
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ endif(APPLE)
|
||||||
|
|
||||||
# Adds a tag to the end of the version string. Leave empty
|
# Adds a tag to the end of the version string. Leave empty
|
||||||
# for official release builds.
|
# for official release builds.
|
||||||
set(FREEDV_VERSION_TAG "")
|
set(FREEDV_VERSION_TAG "devel")
|
||||||
|
|
||||||
# Prevent in-source builds to protect automake/autoconf config.
|
# 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
|
# If an in-source build is attempted, you will still need to clean up a few
|
||||||
|
|
|
@ -889,6 +889,11 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
|
||||||
|
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
## V1.9.7.1 January 2024
|
||||||
|
|
||||||
|
1. Bugfixes:
|
||||||
|
* Fix issue causing intermittent crashes when filters are enabled while running. (PR #656)
|
||||||
|
|
||||||
## V1.9.7 January 2024
|
## V1.9.7 January 2024
|
||||||
|
|
||||||
1. Bugfixes:
|
1. Bugfixes:
|
||||||
|
|
Loading…
Reference in New Issue