diff options
author | mef <mef> | 2013-10-09 13:38:47 +0000 |
---|---|---|
committer | mef <mef> | 2013-10-09 13:38:47 +0000 |
commit | 048ea6884c07f3541e0668dafeaa6271988310ef (patch) | |
tree | 315b2ff99ca54480ac2179a5a11533c898e6d939 /ham | |
parent | 37c83894fddc5ee1247d9269169dadcb8af7d8ef (diff) | |
download | pkgsrc-048ea6884c07f3541e0668dafeaa6271988310ef.tar.gz |
Bump version 2.0-rc6a to 2.0-rc7
------ (Upstream announce) ----
There are several changes since 2.0-RC6 that are of note and can use
further testing. We are hoping to release this as the final V2.0 next
week.
- Correct defect that would cause TQSL to crash on startup if the
certificate store could not be read
- Display an error to the user if the station location data file or
certificate store cannot be opened
- When adding a Station Location, properly initialize the callsign to
correspond to the selected callsign certificate/location (not the
first call found)
- Fix the Station Location editor to not show duplicated DXCC entities
- Check for an existing valid Callsign Certificate before starting to
sign a log - if not, display an error and abort
- Updates to documentation including certificate acceptance, station
location modifications, and multi-computer scenarios
- Fix defect that caused double-clicking a .TQ6 file to fail
- Update the message in the callsign certificate request window to
better explain when a request should be signed
- Correct the error messages on TQSL update check failures to properly
explain what was going on.
- Increase the TQSL update timer to allow for slow connections
- Update to the current (v2.5) LoTW configuration file
- Strip leading and trailing spaces from IOTA, WPX, etc. Leaving these
causes signature verification to fail
- Bring up the GUI before performing the automatic update check so it
doesn't appear that TQSL has hung on startup.
Diffstat (limited to 'ham')
-rw-r--r-- | ham/trustedQSL/Makefile | 6 | ||||
-rw-r--r-- | ham/trustedQSL/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/ham/trustedQSL/Makefile b/ham/trustedQSL/Makefile index 81ac5feb9a9..4a84386a989 100644 --- a/ham/trustedQSL/Makefile +++ b/ham/trustedQSL/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2013/10/07 01:33:20 mef Exp $ +# $NetBSD: Makefile,v 1.6 2013/10/09 13:38:47 mef Exp $ DISTNAME= tqsl-2.0 -PKGNAME= ${DISTNAME}rc6a +PKGNAME= ${DISTNAME}rc7 CATEGORIES= ham MASTER_SITES= http://www.arrl.org/files/file/LoTW%20Instructions/ -MASTER_SITES= http://downloads.sourceforge.net/project/trustedqsl/TrustedQSL/v2.0-rc6/ +MASTER_SITES= http://downloads.sourceforge.net/project/trustedqsl/TrustedQSL/v2.0-rc7/ MAINTAINER= makoto@ki.nu HOMEPAGE= http://sourceforge.net/projects/trustedqsl/ diff --git a/ham/trustedQSL/distinfo b/ham/trustedQSL/distinfo index e33d31e8c0d..1b6807aa55f 100644 --- a/ham/trustedQSL/distinfo +++ b/ham/trustedQSL/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2013/10/07 01:33:20 mef Exp $ +$NetBSD: distinfo,v 1.5 2013/10/09 13:38:47 mef Exp $ -SHA1 (tqsl-2.0rc6a/tqsl-2.0.tar.gz) = 0f29b104d237f76bca3b1ca2c14c6099d8ce389a -RMD160 (tqsl-2.0rc6a/tqsl-2.0.tar.gz) = 4b97ab04538112abb55b5b0d6c0476ace8fbb9bf -Size (tqsl-2.0rc6a/tqsl-2.0.tar.gz) = 2626151 bytes +SHA1 (tqsl-2.0rc7/tqsl-2.0.tar.gz) = 57bbfcbc422b884a05cabac912f61d81fa0edf24 +RMD160 (tqsl-2.0rc7/tqsl-2.0.tar.gz) = e5751a7587e4c52c900dff4b46896673ccbf9b89 +Size (tqsl-2.0rc7/tqsl-2.0.tar.gz) = 2626297 bytes SHA1 (patch-apps_CMakeLists.txt) = 6057dd58f9297b5f23158e5a959564c864d46147 SHA1 (patch-apps_tqsl_cpp) = 93ba43c8ad0955d77b47622ac722765ba146586b SHA1 (patch-src_tqslconvert_cpp) = 6a0a4e54c1f351a0bd8e0e6f8c04a87ea975330e |