|
5 | 5 |
|
6 | 6 | ## Version 1.3 -- Beta Test -- February 2016 ##
|
7 | 7 |
|
8 |
| -### Bugs Fixed: ### |
9 |
| - |
10 |
| -- Rewrote the hamlib PTT interface. Improved documentation. |
11 |
| - |
| 8 | +### New Features: ### |
12 | 9 |
|
13 |
| ----------- |
| 10 | +- Support for Mac OS X. |
14 | 11 |
|
15 |
| -## Version 1.3 -- Development snapshot K -- January 2016 ## |
| 12 | +- Many APRStt enhancements including: Morse code and speech responses to to APRStt tone sequences, new 5 digit callsign suffix abbreviation, |
| 13 | +position ambiguity for latitude and longitude in object reports |
16 | 14 |
|
17 |
| -### New Feature: ### |
| 15 | +- APRS Telemetry Toolkit. |
| 16 | + |
| 17 | +- GPS Tracker beacons are now available for the Windows version. Previously this was only in the Linux version. |
18 | 18 |
|
19 | 19 | - SATgate mode for IGate. Packets heard directly are delayed before being sent
|
20 | 20 | to the Internet Server. This favors digipeated packets because the original
|
21 | 21 | arrives later and gets dropped if there are duplicates.
|
22 | 22 |
|
23 |
| ----------- |
24 |
| - |
25 |
| -## Version 1.3 -- Development snapshot J -- January 2016 ## |
26 |
| - |
27 |
| -### Bugs Fixed: ### |
28 |
| - |
29 |
| -- AGW network protocol now works properly for big-endian processors |
30 |
| -such as PowerPC or MIPS. |
31 |
| - |
32 |
| -- The Mac OSX build procedure is now better about locating the SDK. |
33 |
| - |
34 |
| - |
35 |
| ----------- |
36 |
| - |
37 |
| -## Version 1.3 -- Development snapshot I -- December 2015 ## |
38 |
| - |
39 |
| -### New Feature: ### |
40 |
| - |
41 |
| -- Added support for hamlib. This will provide more flexible options for PTT control. Needs better documentation. |
42 |
| - |
43 |
| ----------- |
44 |
| - |
45 |
| -## Version 1.3 -- Development snapshot H -- December 2015 ## |
46 |
| - |
47 |
| -### New Feature: ### |
48 |
| - |
49 |
| -- New experimental demodulator. More details later. |
50 |
| - |
51 |
| -- APRStt enhancements including new 5 digit callsign suffix abbreviation and |
52 |
| -position ambiguity for latitude and longitude in object reports. |
53 |
| - |
54 |
| -### Bugs Fixed: ### |
55 |
| - |
56 |
| -- "INTERNAL ERROR: dlq_append NULL packet pointer." when using PASSALL. |
57 |
| - |
58 |
| - |
59 |
| ----------- |
60 |
| - |
61 |
| -## Version 1.3 -- Development snapshot G -- November 2015 ## |
62 |
| - |
63 |
| -### New Feature: ### |
64 |
| - |
65 |
| -- GPS Tracker beacons are now available for the Windows version. Previously this was only in the Linux version. |
| 23 | +- Added support for hamlib. This provides more flexible options for PTT control. |
66 | 24 |
|
67 | 25 | - Implemented AGW network protocol 'M' message for sending UNPROTO information without digipeater path.
|
68 | 26 |
|
69 |
| -### Bugs Fixed: ### |
70 | 27 |
|
71 |
| -- Tracker beacons were not always updating the location properly. |
72 |
| - |
73 |
| -- In Mac OSX version: Assertion failed: (adev[a].inbuf_size_in_bytes >= 100 && adev[a].inbuf_size_in_bytes <= 32768), function audio_get, file audio_portaudio.c, line 917. |
74 |
| - |
75 |
| ----------- |
76 |
| - |
77 |
| -## Version 1.3 -- Development snapshot F -- September 2015 ## |
78 |
| - |
79 |
| -### New Feature: ### |
| 28 | +- A list of all symbols available can be obtained with the -S |
| 29 | +command line option. |
80 | 30 |
|
81 | 31 | - Command line option "-a n" to print audio device statistics each n seconds. Previously this was always each 100 seconds on Linux and not available on Windows.
|
82 | 32 |
|
83 |
| -### Bug Fixed: ### |
84 |
| - |
85 |
| -- Crashed when receiving packet with comment of a few hundred characters. |
86 |
| - |
87 |
| ----------- |
88 |
| - |
89 |
| -## Version 1.3 -- Development snapshot E -- August 2015 ## |
| 33 | +### Bugs Fixed: ### |
90 | 34 |
|
91 |
| -### Bug Fixed: ### |
92 | 35 |
|
93 |
| -- Crashed when receiving packet with unexpected form of GPS NMEA sentence. |
94 | 36 |
|
95 |
| ----------- |
| 37 | +- Fixed several cases where crashes were caused by unexpected packet contents: |
96 | 38 |
|
97 |
| -## Version 1.3 -- Development snapshot D -- July 2015 ## |
| 39 | + - When receiving packet with unexpected form of GPS NMEA sentence. |
98 | 40 |
|
99 |
| -### New Features: ### |
| 41 | + - When receiving packet with comment of a few hundred characters. |
| 42 | + |
| 43 | + - Address in path, from Internet server. more than 9 characters. |
100 | 44 |
|
101 |
| -- Enhancements to APRStt gateway including Morse code and speech responses to to APRStt tone sequences. |
| 45 | +- "INTERNAL ERROR: dlq_append NULL packet pointer." when using PASSALL. |
102 | 46 |
|
103 |
| -- Preliminary support for Mac OS X. NEEDS MORE TESTING! |
| 47 | +- In Mac OSX version: Assertion failed: (adev[a].inbuf_size_in_bytes >= 100 && adev[a].inbuf_size_in_bytes <= 32768), function audio_get, file audio_portaudio.c, line 917. |
104 | 48 |
|
105 |
| -- A list of all symbols available can be obtained with the -S |
106 |
| -command line option. |
| 49 | +- Tracker beacons were not always updating the location properly. |
107 | 50 |
|
108 |
| -- APRS Telemetry Toolkit (incomplete). |
| 51 | +- AGW network protocol now works properly for big-endian processors |
| 52 | +such as PowerPC or MIPS. |
109 | 53 |
|
110 | 54 | ----------
|
111 | 55 |
|
|
0 commit comments