From b8207450bb8fa78d36b6bb46bfea78ac68f8674a Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Mon, 1 Feb 2021 11:10:32 +0000 Subject: [PATCH] Prepare for v2.3.0 GA release --- CMakeLists.txt | 2 +- NEWS | 25 +++++++++++++++++++++++-- Release_Notes.txt | 25 +++++++++++++++++++++++-- 3 files changed, 47 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3621b2897..f92d3a6fb 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 4) +set_build_type (GA) set (wsjtx_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}${BUILD_TYPE_REVISION}") # diff --git a/NEWS b/NEWS index 1adcccda0..f80ef3344 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,29 @@ Copyright 2001 - 2021 by Joe Taylor, K1JT. + Release: WSJT-X 2.3.0 + Feb 2, 2021 + --------------------- + +WSJT-X 2.3.0 General Availability release adds the new modes FST4 and +FST4W along with many defect repairs. See summaries below and for the +prior release candidates (2.3.0-rc1 through -rc4) of this version for +details. + + - FST4/W: Disable envelope shaping at start and end of transmission + when environment variable FST4_NOSHAPING=1. Works for fst4sim too. + + - Add time stamp to error message boxes to aid diagnosis. + + - Repair a defect that caused crashes at start up for some macOS Big + Sur users. + + - Repair a defect that could cause the jt9 slow mode decoder process + to exit incorrectly with a failure status. + + - Updated CTY.DAT file. + + Release: WSJT-X 2.3.0-rc4 Jan 26, 2021 ------------------------- @@ -26,8 +49,6 @@ the following regression and defect repairs. - Updates to the language translations of the WSJT-X user Interface. - - Updated CTY.DAT file. - Release: WSJT-X 2.3.0-rc3 Jan 6, 2021 diff --git a/Release_Notes.txt b/Release_Notes.txt index 0da31634e..40ffdbe2c 100644 --- a/Release_Notes.txt +++ b/Release_Notes.txt @@ -13,6 +13,29 @@ Copyright 2001 - 2021 by Joe Taylor, K1JT. + Release: WSJT-X 2.3.0 + Feb 2, 2021 + --------------------- + +WSJT-X 2.3.0 General Availability release adds the new modes FST4 and +FST4W along with many defect repairs. See summaries below and for the +prior release candidates (2.3.0-rc1 through -rc4) of this version for +details. + + - FST4/W: Disable envelope shaping at start and end of transmission + when environment variable FST4_NOSHAPING=1. Works for fst4sim too. + + - Add time stamp to error message boxes to aid diagnosis. + + - Repair a defect that caused crashes at start up for some macOS Big + Sur users. + + - Repair a defect that could cause the jt9 slow mode decoder process + to exit incorrectly with a failure status. + + - Updated CTY.DAT file. + + Release: WSJT-X 2.3.0-rc4 Jan 26, 2021 ------------------------- @@ -26,8 +49,6 @@ the following regression and defect repairs. - Updates to the language translations of the WSJT-X user Interface. - - Updated CTY.DAT file. - Release: WSJT-X 2.3.0-rc3 Jan 6, 2021