From 4bfe0d52255fd2c54b132f1226fe4a5a0cb7c37c Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Thu, 20 May 2021 23:27:19 +0100 Subject: [PATCH] Preparation for v2.4.0 GA release --- CMakeLists.txt | 2 +- Release_Notes.txt | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 403238c83..187a2685b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ message (STATUS "******************************************************") include (set_build_type) # RC 0 or omitted is a development build, GA is a General Availability release build -set_build_type (RC 5) +set_build_type (GA) set (wsjtx_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}${BUILD_TYPE_REVISION}") # diff --git a/Release_Notes.txt b/Release_Notes.txt index f216b1530..9228ee42c 100644 --- a/Release_Notes.txt +++ b/Release_Notes.txt @@ -12,6 +12,43 @@ Copyright 2001 - 2021 by Joe Taylor, K1JT. + Release: WSJT-X 2.4.0 + May 24, 2021 + --------------------- + +WSJT-X 2.4.0 General Availability Release adds new Q65 mode +functionality and decoder optimizations and repairs several defects +and regressions discovered in the RC4 and v2.3.1 GA releases. Since +the release candidates documented below this final release includes +the following enhancements and defect repairs. + + - On MS Windows WSJT-X now ships with a DLL version of the Hamlib + library, specifically Hamlib version 4.2. This should allow Hamlib + bug fixes to resolved by the user replacing the DLL with an updated + version. + + - Repair a defect with own call decode highlighting when callsigns + with a common root are decoded. + + - Q65 message averaging correctly disabled as be menu option. + + - Repair a regression with missing timestamps in AlL.TXT for the + MSK144 mode. + + - Repair a defect in the selection of working frequencies matching + the current band and mode combination. + + - WSPR band hopping mode now generates a tune up tone for bands where + it is scheduled to transmit. + + - Repair a long standing defect per band tune and Tx power level + memories. + + - More flexibility for inputting calls into the DX Call field, + leading and trailing white space characters are allowed but + ignored. + + Release: WSJT-X 2.4.0-rc4 Mar 26, 2021 -------------------------