mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Merge branch 'release-2.2.0' of bitbucket.org:k1jt/wsjtx into release-2.2.0
This commit is contained in:
commit
63a7aa7bfe
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Copyright 2001 - 2020 by Joe Taylor, K1JT.
|
Copyright 2001 - 2020 by Joe Taylor, K1JT.
|
||||||
|
|
||||||
Release: WSJT-X 2.2.0-rc1
|
Release: WSJT-X 2.2.0-rc2
|
||||||
May 25, 2020
|
May 25, 2020
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
@ -27,13 +27,17 @@ following bugs in earlier program versions have been fixed:
|
|||||||
- Many fixes to hamlib library and executables (rigctld, etc.).
|
- Many fixes to hamlib library and executables (rigctld, etc.).
|
||||||
- Some regional settings did not allow WSJT-X to start.
|
- Some regional settings did not allow WSJT-X to start.
|
||||||
- Main window "looked like old Windows" in macOS.
|
- 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.
|
- Crash when "Ref Spec" is selected and no refspec.dat available.
|
||||||
|
|
||||||
|
In addition, we have made the following improvements:
|
||||||
|
|
||||||
|
- Updated figures and some new text in User Guide.
|
||||||
|
- Corrected some formatting issues in the pdf version of User Guide.
|
||||||
- Added some new sample files.
|
- Added some new sample files.
|
||||||
- Improved shape and position of "green goal post" in Wide Graph.
|
- Improved shape and position of "green goal post" in Wide Graph.
|
||||||
|
- Significantly reduced the rate of false FT8 decodes.
|
||||||
|
|
||||||
See the next section for a list of program improvements since
|
See the next section for a list of major program improvements since
|
||||||
WSJT-X 2.1.2.
|
WSJT-X 2.1.2.
|
||||||
|
|
||||||
|
|
||||||
|
@ -533,6 +533,10 @@ subroutine unpack77(c77,nrx,msg,unpk77_success)
|
|||||||
! EU VHF contest
|
! EU VHF contest
|
||||||
read(c77,1060) n12,n22,ir,irpt,iserial,igrid6
|
read(c77,1060) n12,n22,ir,irpt,iserial,igrid6
|
||||||
1060 format(b12,b22,b1,b3,b11,b25)
|
1060 format(b12,b22,b1,b3,b11,b25)
|
||||||
|
if(igrid6.lt.0 .or. igrid6.gt.18662399) then
|
||||||
|
unpk77_success=.false.
|
||||||
|
return
|
||||||
|
endif
|
||||||
call hash12(n12,call_1)
|
call hash12(n12,call_1)
|
||||||
if(n12.eq.hashmy12) call_1='<'//trim(mycall13)//'>'
|
if(n12.eq.hashmy12) call_1='<'//trim(mycall13)//'>'
|
||||||
call hash22(n22,call_2)
|
call hash22(n22,call_2)
|
||||||
|
Loading…
Reference in New Issue
Block a user