Tagging the WSJT-X v2.2.1 release

-----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEUELwYiy7vDRM+hTD2GSwbR6BYY8FAl7bpTYACgkQ2GSwbR6B
 YY9UVQf/ZwmWhTNZoH47xS74qqlbGLpVAcYqGPWCFsbXYNK8UWhS3HakUcXGeWMR
 5J0y4xv6GOWz+5Kz/3ynH70MhvhHMCdYjBQR3P1vNutac9TUcC4WmpkOfFNbjETy
 iL73QkeesuMQIiM0vVJA16eLz/8Z6lI4jCCPjcVoYgwN0YFML8ZPsDwUwbCVahCh
 zlFNvMUNaIiLvcifAIgXecNfhu3fWDtm46yJTV5ME33c7pQHTwIDWYQSVIvES9Rp
 V87eyFuCllC3nW8cSab0KVHDNpQrpGWOk1FLWr7MU6XifGX0swbkQCfa7XzAVR3w
 BoofZpFjcKKkLloTQR/RJmp3ZZzteA==
 =Ihqz
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEUELwYiy7vDRM+hTD2GSwbR6BYY8FAl7bpbAACgkQ2GSwbR6B
 YY+i9gf9HNsptzpMiXub1PUtz2SQcPSIaG92j13iH3WWDqx584g9XpKF1/ufZs+f
 /0SRNC57/4oRXH+1NDqfGTS3eCRYADcPw78ofD95wT9W3O6SL3e/GFLcSic5vvvR
 K3byvM99PVEodVgqzmxePIf/43C3az3xnWdafrVs6dQ9pJ6nx2yJzBMZ+BIa14+4
 yT1qh/SmRosJTdweV4PlKtDOdipr2W8cS3KvA9LMkpiuH4Xufc1UkMl1jUfwNl7W
 FnxXrNxwHqlKPiN3agH2j34lLQJp9Z2ftUHptw2oh82ZGP8fLijM3XMIsPgwgi7S
 ONNSwjFqA0tcV9wkCWVewEJjerdrmw==
 =qGnY
 -----END PGP SIGNATURE-----

Merge tag 'wsjtx-2.2.1' into develop

Tagging the WSJT-X v2.2.1 release

# gpg: Signature made 06/06/20 15:16:22 GMT Summer Time
# gpg:                using RSA key 5042F0622CBBBC344CFA14C3D864B06D1E81618F
# gpg: Good signature from "Bill Somerville (g4wjs) <g4wjs@classdesign.com>" [full]
This commit is contained in:
Bill Somerville 2020-06-06 15:18:23 +01:00
commit f3a08bfb3f
2 changed files with 9 additions and 1 deletions

6
NEWS
View File

@ -32,6 +32,10 @@ prior v2.2.0 release. Here is a brief summary;
- Repair a regression that blocked the Highlight Callsign UDP request
from highlighting terms including a '+' character.
- Repair a defect that caused hash code lookups of one's own call to
fail after an extended period of inactivity, when operating with a
non-standard callsign.
- Repair a regression where occasional Highlight Callsign UDP
requests with the 'Highlight last' parameter as true highlighted a
match in a prior period. This fix include a performance improvement
@ -50,7 +54,7 @@ prior v2.2.0 release. Here is a brief summary;
- Italian UI translation, tnx Marco, PY1ZRJ.
- Updated Spanish UI translation, tnx Cédric, EA4AC.
- Updated Spanish UI translation, tnx Cédric, EA4AC.
Release: WSJT-X 2.2

View File

@ -32,6 +32,10 @@ prior v2.2.0 release. Here is a brief summary;
- Repair a regression that blocked the Highlight Callsign UDP request
from highlighting terms including a '+' character.
- Repair a defect that caused hash code lookups of one's own call to
fail after an extended period of inactivity, when operating with a
non-standard callsign.
- Repair a regression where occasional Highlight Callsign UDP
requests with the 'Highlight last' parameter as true highlighted a
match in a prior period. This fix include a performance improvement