Skip to content

Commit

Permalink
Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ktuukkan committed Jun 8, 2014
1 parent a5ce4eb commit 1c261dd
Showing 1 changed file with 2 additions and 47 deletions.
49 changes: 2 additions & 47 deletions src/main/resources/doc/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,50 +5,5 @@ Version @VERSION@ (b@BUILD_ID@)
This is a pre-alpha release, major API changes may be introduced in future
versions. Released on @RELEASE_DATE@.

NEW FEATURES

* Support for RSA sentences; rudder angle in degrees.

* Support for XTE sentences; measured cross-track error.

* Support for VDR sentences; set and drift.

* Support for TTM sentences; tracked target message.

* Support for DTM sentences; datum reference.

* Support for RPM sentences; engine or shaft revolutions.

* Support for VLW sentences; distance traveled through water.

* Support for APB sentences; autopilot destination, bearings and heading.

* SentenceReader; exception listener for detecting i/o errors.

CHANGES

* TalkerId; added ids 'GL' and 'GN' for GLONASS sentences.

* SentenceReader; UDP packet may now contain multiple lines/sentences.

* SentenceParser; setFieldCount() now preserves existing/remaining values.

* RMCParser, VTGParser; if optional FAA mode was omitted, sentence field count
is now adjusted before setting the mode.

* SentenceValidator; sentences including line terminator <CR><LF> did not pass
validation. Fixed by adding optional newline in sentence format regexp.

KNOWN ISSUES

* Position.distanceTo() may produce inaccurate results.

* All AIS sentences may not be supported as TalkerId has only AI, AB and BS.

ACKNOWLEDGEMENTS

* József Lázár helped resolving UDP issues and wrote most of RSA parser.

* TTM parser written by Johan Bergkvist.

* SentenceReader exception handling added by Johan Riisberg-Jensen.
Patch to v0.8.0 where ExceptionListener visibility was accidentally set in
package scope only, fixed back to public. Otherwise identical to v0.8.0.

0 comments on commit 1c261dd

Please sign in to comment.