File: ChangeLog

package info (click to toggle)
libfap 1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,644 kB
  • ctags: 426
  • sloc: sh: 11,090; ansic: 5,281; makefile: 13
file content (123 lines) | stat: -rw-r--r-- 4,236 bytes parent folder | download
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
libfap 1.5

   * Fixed a crash in fapint_parse_comment_telemetry

 -- Tapio Aaltonen, OH2GVE <oh2gve@pakettiradio.net> Sat, 31 Jan 2015 14:29:05 +0200

libfap 1.4

   * Fixed crash in parse_wx_peet_logging
   * Fixed timestamps not being returned in UTC
   * Added raw_timestamp field, which contains original time string
   * Improved telemetry handling

 -- Tapio Aaltonen, OH2GVE <oh2gve@pakettiradio.net> Sun, 23 Nov 2014 13:38:09 +0200

libfap 1.3

   * Fixed RAD2DEG() used in distance calculation
   * Fixed setting of has-been-repeated bit in tnc2_to_ax25()

 -- Tapio Aaltonen, OH2GVE <oh2gve@pakettiradio.net> Sun, 20 Nov 2011 08:12:37 +0200

libfap 1.2

   * Added metadata file for pkg-config

 -- Tapio Aaltonen, OH2GVE <oh2gve@pakettiradio.net> Sun, 22 May 2011 19:34:17 +0300

libfap 1.1

   * Changed code-to-text explainging functions returning char* to use
     pre-allocated buffer instead
   * Removed rarely used error_message field from fap_packet_t
   * Outdated smoke test files removed

 -- Tapio Aaltonen, OH2GVE <oh2gve@pakettiradio.net> Sat, 26 Feb 2011 11:28:47 +0200

libfap 1.0

   * Re-implemented WX report software ID detection to match Perl module
   * Fixed position resolution calculation for whole degree ambiguity case
   * Added error message for too short compressed packet
   * Clarified licensing terms

 -- Tapio Aaltonen, OH2GVE <oh2gve@pakettiradio.net> Mon, 17 Jan 2011 14:01:15 +0200

libfap 0.9

   * Now matching Perl module version 1.17
     * IPv6 support added
     * Comment cleanup NOT implemented, see README for more info

 -- Tapio Aaltonen, OH2GVE <oh2gve@pakettiradio.net> Tue, 12 Oct 2010 08:08:29 +0300

libfap 0.8

   * Implemented improvements introduced in Perl module version 1.15

 -- Tapio Aaltonen, OH2GVE <oh2gve@pakettiradio.net> Thu, 06 May 2010 12:36:29 +0300

libfap 0.7

   * Empty string turned out to be invalid regex on POSIX. Some regexes were
     adjusted to comply with this.
   * Added functions for converting between raw AX.25-frames and TNC-2
     compatible UI-frames
   * Implemented automated tests using XS language and tests of the original
     Perl module. And thanks to this:
   * Fixed position resolution calculation for normalpos and mic-e packets
     (it didn't happen at all)
   * Fixed position calculation for normalpos packets with ambiguity of 3
   * Normal or compressed pos is now detected also from first 40 chars of body
   * Changed type of speed value from unsigned int to double
   * Changed type of altitude value from int to double
   * Fixed wx parser to support reports which begin with 'g'
   * Changed mic-e packet symtable and symcode fields (they were mixed)
   * Fixed mic-e packet speed calculation for large speeds
   * Changed timestamp of GPRMC packet from local time to UTC
   * Changed lat and lon of GPRMC packet with each other (they were mixed)
   * Added support for snow and softare type into wx report
   * Fixed rounding errors from Peet type wx packet parsing
   * Improved message id detection to handle messages with non-printable chars
   * Added error code for non-APRS packet
   * Fixed incorrectly applied Base-91-DAO

 -- Tapio Aaltonen, OH2GVE <oh2gve@pakettiradio.net> Sat, 03 Apr 2010 10:24:18 +0300

libfap 0.6

   * Implemented improvements introduced in new Perl module version (1.13)

 -- Tapio Aaltonen, OH2GVE <oh2gve@pakettiradio.net> Fri, 11 Dec 2009 20:13:27 +0200

libfap 0.5

   * Type incompatibility warning fixed from parse_mice()

 -- Tapio Aaltonen, OH2GVE <oh2gve@pakettiradio.net> Tue, 20 Oct 2009 10:19:50 +0300

libfap 0.4

   * Memory leak and use of uninitialized variables fixed from tnc2_to_kiss

 -- Tapio Aaltonen, OH2GVE <oh2gve@pakettiradio.net> Mon, 19 Oct 2009 09:58:05 +0300

libfap 0.3

   * Path validation works now correctly also when is_ax25 flag is set

 -- Tapio Aaltonen, OH2GVE <oh2gve@pakettiradio.net> Sat, 17 Oct 2009 09:42:58 +0300

libfap 0.2

   * Adjusted licensing to Artistic license or GPL
   * Added checks for out-of-memory situation

 -- Tapio Aaltonen, OH2GVE <oh2gve@pakettiradio.net> Thu, 08 Oct 2009 07:38:12 +0300

libfap 0.1

   * Initial release

 -- Tapio Aaltonen, OH2GVE <oh2gve@pakettiradio.net> Tue, 06 Oct 2009 18:16:27 +0300