aprs-python/CHANGES

23 lines
550 B
Plaintext

CHANGES
-------
# v0.6.34
- fixed timestamps being parsed incorrectly
# v0.6.33
- added ambiguity parsing for normal position reports
(fixes the unexpected exception)
# v0.6.32
- sendall() method to IS, allows sending of packets
- corrently parsing beacon packets
- changed default port to full feed, instead of bi-directional filter
- added passcode() to generate passcode for a given callsign
- moved exception logging logic from exceptions.py to IS.py
Should work the same as before
- reload(aprslib) should now work
- various bug fixes