Prepare for v2.3.0 GA release

This commit is contained in:
Bill Somerville 2021-02-01 11:10:32 +00:00
parent ffee9f5566
commit b8207450bb
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
3 changed files with 47 additions and 5 deletions

View File

@ -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}")
#

25
NEWS
View File

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

View File

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