-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
49 lines (29 loc) · 1.05 KB
/
ChangeLog
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
Changes to syntorxgen by version
1.50rel
Calculate the DPL parity bits, instead of using a table lookup.
1.40rel
Automake/autoconf fixes so all the right files get included in the
distribution tarballs.
AUTHORS additions.
1.31rel
Fix for floating point rounding errors, which led to messages like
"no valid ref. frequencies for 145.38999123123"
Added ability to set v-bit splits per-mode
Allow "mode" without number to automagically assign the next one
in sequence
203._5_ is the correct PL; was fixed in code, but not in doco
Added ability to invert v-bits, useful e.g. for swapping VCOs from
different range radios
Band upper limits now have defaults, but can be configured with
input file statements, to ease hacking radios into different
bands
1.20rel
Conversion to GNU build tools
Port to Solaris.
Fixed a bug in PL/DPL bit pattern generation -- if 0.0 PL or 0 DPL
were specified in the input file, the program did not treat them
the same as not specifying anything.
1.10rel
Fix s-record checksums.
1.00rel
First release version