summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md46
-rw-r--r--CMakeLists.txt2
2 files changed, 47 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index efb586c20..f020e599a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,52 @@ starting with version 3.7.12.0.
Older Logs can be found in `docs/RELEASE-NOTES-*`.
+## [3.8.3.1] - 2021-06-02
+
+This is a PATCH level revision. The API is compatible with C++ code written for previous v3.8 releases. ABI (shared library signature) is intended to be compatible, so code linked against v3.8.3.0 should not require recompilation.
+
+### Changed
+
+#### Build system
+
+- Improved messages related to dependencies MPIR and GMP. Only one of these packages is required, and the previous error messages were confusing.
+
+#### GRC
+
+- Parameter expressions and/or values can be displayed in blocks on the flowgraph. Previously, only values were displayed. Look for the "Show Parameter ..." toggles under the View menu.
+- Vector length is now correctly applied to all input ports.
+- Validation has been improved. Raw types are validated. Port connections are checked by type rather than by item size.
+- Variable names that cause conflicts in Python code (e.g., package names) are rejected.
+- Bus logic fixes.
+- Blocks can no longer be dragged off the screen and lost forever.
+
+#### gr-dtv
+
+- VL-SNR bugs fixed (incorrect constants).
+
+#### gr-qtgui
+
+- Improve autoscaling for vector sinks.
+
+#### gr_filter_design
+
+- "File/Save" is disabled until the taps have been computed, and the GUI is reset after a save, to make it clearer which data is being saved.
+- Entries are hidden for parameters that do not apply to the selected filter type.
+
+At LEAST the following authors contributed to this release.
+
+- 0xloem <0xloem@gmail.com>
+- Christophe Seguinot <christophe.seguinot@univ-lille.fr>
+- David Pi <david.pinho@gmail.com>
+- Igor Freire <igor@blockstream.com>
+- Jeff Long <willcode4@gmail.com>
+- Josh Morman <jmorman@perspectalabs.com>
+- Marcus Müller <mmueller@gnuradio.org>
+- Ron Economos <w6rz@comcast.net>
+- Solomon Tan <solomonbstoner@yahoo.com.au>
+- Volker Schroer
+- Zackery Spytz <zspytz@gmail.com>
+
## [3.8.3.0] - 2021-03-17
API is compatible with C++ code written against previous v3.8 releases.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0d7d9fe68..0bc1d4b15 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -53,7 +53,7 @@ GR_REGISTER_COMPONENT("testing-support" ENABLE_TESTING)
SET(VERSION_MAJOR 3)
SET(VERSION_API 8)
SET(VERSION_ABI 3)
-SET(VERSION_PATCH git)
+SET(VERSION_PATCH 1-rc1)
include(GrVersion) #setup version info
# Minimum dependency versions for central dependencies: