2013-09-01 03:07:20 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Delete patches, sorry for delay.
|
2013-08-31 18:56:14 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Downgrade the PKGNAME (to 1.99.1) to reserve 2.0 for real release.
|
2013-08-31 17:58:20 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Remove Command status return code for -h argument, it is fixed now.
|
2013-08-31 17:56:28 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Update for 2.0 invocation and help.
|
2013-08-31 17:50:22 by Makoto Fujiwara | Files touched by this commit (5) | |
Log message:
Bump version 1.14.3 to 2.0 (Beta version)
Two patches are removed (No longer necessary)
(JIDX contest detection is now automatic).
One patch added to adjust db5/db.h path.
MESSAGE updated as:
Tqslcert is no longer provided, instead tqsl do the job.
|
2013-07-17 16:20:27 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Bump version 1.14-1 to 1.14.3
(previous 1.14-1 naming has problem with pkg_delete, not
finding the package name, ... this is kind of pkgsrc only
problem ..)
(Mail for the release for 1.14.3)
-----------------
The current public release of TQSL is 1.14.1.
After 1.14.1 was released, two additional defects were identified:
- TQSL can't access certificates or station locations or its
duplicate database if they are stored in a folder whose
pathname contains Unicode characters
- when invoked via command line when a new version of TQSL is
generally available, TQSL informs the user that the new
version is available, but does not sign and upload QSOs as
directed
Both of these defects were corrected in TQSL 1.14.2. The ARRL
Help Desk has been suggesting to users who encounter the
"pathname contains Unicode characters" defect that they
upgrade to 1.14.2.
Before we completed the testing necessary to make 1.14.2
generally available, the Help Desk began reporting new
problems involving the uploading of digitally signed logs to
LotW over the internet from PCs running Windows. Some of these
problems were the result of Windows being severely out-of-date
(because Windows Update had been disabled). One of these
problems was the result of a defect in a component employed by
TQSL. This defect has been corrected in TQSL 1.14.3, which has
been available to a small group of testers since July 1; the
group has reported no new defects.
: ----------------------------------------------------------------------
|
2013-07-10 15:09:20 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(Adhoc) adjust SUBST rule
activate swaprpath
disable lastcolon
(Verified on NetBSD/amd64 6.1, X11_TYPE=modular)
.. why these adjust are necessary for this time is unknown, sorry..
.. Meaning that the environment is the same as 2013/06/01 commit.
|
2013-06-01 12:21:28 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update TODO.
Add command line help info in MESSAGE.
|
2013-06-01 11:48:45 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Bump 1.14 to 1.14.1 (by ARRL)
- Bug Fix
- Default Upload URL corrected.
-#define DEFAULT_UPL_URL wxT("https://p1k.arrl.org/lotw/upload")
+#define DEFAULT_UPL_URL wxT("https://lotw.arrl.org/lotw/upload")
(pkgsrc)
- Add one patch to include JIDX contest
- MASTER_SITES converted from beta to release
|
2013-05-21 03:54:25 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
1. Makefile
- tqsllib is no longer necessary, removing its buildlink3.mk
- (SUBST) Adjust OLD_RPATH in RPATH_CHANGE
2. TODO
The problem listed in TODO (added very recently) was because of old
tqsllib. The entry removed.
|