File: ChangeLog

package info (click to toggle)
tqsllib 2.0-8
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,460 kB
  • ctags: 1,081
  • sloc: sh: 8,309; cpp: 7,980; xml: 4,068; makefile: 102
file content (51 lines) | stat: -rw-r--r-- 1,226 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
TQSLLIB changes
===============

2.0
---
The Windows DLL has changed to use __stdcall. This makes it
incompatible with previous versions of the DLL, necessitating
a change in major version number.

openssl 0.9.6 or 0.9.7 is now required; earlier versions are
not supported.

1.6
---
Fixed a bug in the .p12 file generation under openssl 0.9.7.
Thanks to Kenji 'Joe' Rikitake, JJ1BDX for the fix.

Fixed a bug in tqsl_get_cert_ext that under some circumstances
caused return of unterminated strings.

1.5
---
Added MacOS support.
Converted build scripts to make full use of autoconf/automake.
Fixed some GCC 3.x compiler warnings.

1.4
---
Fixed bug in ADIF converter where input file wasn't being opened in
binary mode.

Several error conditions in tqsl_getConverterGABBI caused the converter
to loop on the same erroneous record.

1.3
---
Fixed a bug in the comparison of configuration file version numbers.
Added tqsl_verifyDataBlock function.

1.2
---
Added tqsl_getSatellite and tqsl_getPropagationMode config
functions.

Added support for conversion of ADIF BAND_RX, FREQ_RX, PROP_MODE
and SAT_NAME fields.

1.1
---
ADIF converter was rejecting BAND field > 5 characters, but the
valid 1.25cm value is 6 characters long.