From 8cdd39aecfefbc6f155154755747dbad3b42c839 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 18 May 2020 16:30:08 -0400 Subject: [PATCH 1/3] Updates to User Guide. --- doc/user_guide/en/logging.adoc | 2 -- doc/user_guide/en/measurement_tools.adoc | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/user_guide/en/logging.adoc b/doc/user_guide/en/logging.adoc index cb74162a9..0bcae0a88 100644 --- a/doc/user_guide/en/logging.adoc +++ b/doc/user_guide/en/logging.adoc @@ -39,5 +39,3 @@ outside of _WSJT-X_ you can force _WSJT-X_ to relaod the file from the *Settings | Colors* tab using the *Rescan ADIF Log* button, see <>. -Additional features are provided for *Contest* and *Fox* logging. -(more to come, here ...) diff --git a/doc/user_guide/en/measurement_tools.adoc b/doc/user_guide/en/measurement_tools.adoc index 04e2d9109..766939e7c 100644 --- a/doc/user_guide/en/measurement_tools.adoc +++ b/doc/user_guide/en/measurement_tools.adoc @@ -104,9 +104,9 @@ shape of your receiver's passband. Disconnect your antenna or tune to a quiet frequency with no signals. With _WSJT-X_ running in one of the slow modes, select *Measure reference spectrum* from the *Tools* menu. Wait for about a minute and then hit the *Stop* button. A file -named `refspec.dat` will appear in your log directory. - - [ ... more to come ... ] +named `refspec.dat` will appear in your log directory. When you check +*Ref Spec* on the *Wide Graph*, the recorded reference spectrum will +then be used to flatten your overall effective passband. === Phase Equalization From 41e5edaad3e2bf49567e58c539a8809ff9b3023f Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 18 May 2020 17:05:53 -0400 Subject: [PATCH 2/3] Fix a minor formatting issue in User Guide. --- doc/user_guide/en/install-windows.adoc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/user_guide/en/install-windows.adoc b/doc/user_guide/en/install-windows.adoc index faaf2ed4c..15776b27e 100644 --- a/doc/user_guide/en/install-windows.adoc +++ b/doc/user_guide/en/install-windows.adoc @@ -30,14 +30,16 @@ TIP: Your computer may be configured so that this directory is [[OPENSSL]] -* image:LoTW_TLS_error.png[_WSJT-X_ LoTW download TLS error, - role="right"] _WSJT-X_ requires the _OpenSSL_ libraries to be - installed, and suitable libraries may already be installed on your - system. If they are not you will see this error shortly after - requesting a fetch of the latest LoTW users database. To fix this - you need to install the _OpenSSL_ libraries. +* _WSJT-X_ requires the _OpenSSL_ libraries to be installed, and + suitable libraries may already be installed on your system. If they + are not you will see this error shortly after requesting a fetch of + the latest LoTW users database. To fix this you need to install the + _OpenSSL_ libraries. -** You can download a suitable _OpenSSL_ package from +image::LoTW_TLS_error.png[align="center"] + + +* You can download a suitable _OpenSSL_ package from {win_openssl_packages}. You need the latest *Windows Light* version. For the 32-bit _WSJT-X_ build use the latest Win32 v1.1.x version of the _OpenSSL_ libraries, for the 64-bit _WSJT-X_ use the From 1596faeddd421bb759ba94761e3dca9933430797 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 18 May 2020 18:58:39 -0400 Subject: [PATCH 3/3] First draft of Release_Notes.txt for WSJT-X 2.2.0-rc2. --- Release_Notes.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Release_Notes.txt b/Release_Notes.txt index 240960a43..1975229d8 100644 --- a/Release_Notes.txt +++ b/Release_Notes.txt @@ -12,6 +12,30 @@ Copyright 2001 - 2020 by Joe Taylor, K1JT. + Release: WSJT-X 2.2.0-rc1 + May 25, 2020 + ------------------------- + +WSJT-X 2.2.0-rc2 is a release candidate for WSJT-X 2.2.0. The +following bugs in earlier program versions have been fixed: + + - Missing blank line between decode sequences. + - Improper functioning of "Start new period decodes at top". + - Font selection caused crash on some macOS systems. + - Mouse action in band selector box not right in some macOS systems. + - Incorrect recall of Tx power setting in WSPR mode. + - Many fixes to hamlib library and executables (rigctld, etc.). + - Some regional settings did not allow WSJT-X to start. + - Main window "looked like old Windows" in macOS. + - Updated figures and some new text in User Guide. + - Some formatting issues in the pdf version of User Guide. + - Crash when "Ref Spec" is selected and no refspec.dat available. + - Added some new sample files. + - Improved shape and position of "green goal post" in Wide Graph. + +See the next section for a list of program improvements since +WSJT-X 2.1.2. + Release: WSJT-X 2.2.0-rc1 May 10, 2020