@@ -5,50 +5,5 @@ Version @VERSION@ (b@BUILD_ID@)
55This is a pre-alpha release, major API changes may be introduced in future
66versions. Released on @RELEASE_DATE@.
77
8- NEW FEATURES
9-
10- * Support for RSA sentences; rudder angle in degrees.
11-
12- * Support for XTE sentences; measured cross-track error.
13-
14- * Support for VDR sentences; set and drift.
15-
16- * Support for TTM sentences; tracked target message.
17-
18- * Support for DTM sentences; datum reference.
19-
20- * Support for RPM sentences; engine or shaft revolutions.
21-
22- * Support for VLW sentences; distance traveled through water.
23-
24- * Support for APB sentences; autopilot destination, bearings and heading.
25-
26- * SentenceReader; exception listener for detecting i/o errors.
27-
28- CHANGES
29-
30- * TalkerId; added ids 'GL' and 'GN' for GLONASS sentences.
31-
32- * SentenceReader; UDP packet may now contain multiple lines/sentences.
33-
34- * SentenceParser; setFieldCount() now preserves existing/remaining values.
35-
36- * RMCParser, VTGParser; if optional FAA mode was omitted, sentence field count
37- is now adjusted before setting the mode.
38-
39- * SentenceValidator; sentences including line terminator <CR><LF> did not pass
40- validation. Fixed by adding optional newline in sentence format regexp.
41-
42- KNOWN ISSUES
43-
44- * Position.distanceTo() may produce inaccurate results.
45-
46- * All AIS sentences may not be supported as TalkerId has only AI, AB and BS.
47-
48- ACKNOWLEDGEMENTS
49-
50- * József Lázár helped resolving UDP issues and wrote most of RSA parser.
51-
52- * TTM parser written by Johan Bergkvist.
53-
54- * SentenceReader exception handling added by Johan Riisberg-Jensen.
8+ Patch to v0.8.0 where ExceptionListener visibility was accidentally set in
9+ package scope only, fixed back to public. Otherwise identical to v0.8.0.
0 commit comments