- 0.3 - 2010-05-10
- ais.c: added check_error_messages to make sure they are not out of sync
- -D_GLIBCXX_DEBUG appears broken in GCC 4.[0-2] so do not use
- ais_decode_normed.cpp: temporary C++ side decoding of normed AIVDM messages
- nais2pg: added vesselname class to manage updates to postgresql
- Added message 24
- Fixed python reference counting. Added XXSafeSetItem functions
- 0.2 - 2010-05-06
- Added C++ error handling to classes via AIS_STATUS
- C++ message now inherit from AisMsg and need to call init() in
constructor
- Added C++ messages 7_13, 14, 18, and 19
- aivdm_to_bits now has error checking
- ais123.cpp renames to ais1_2_3.cpp
- Switched to unicode in ais_py.cpp to support Python 3
- ais_py.cpp has strange INIT to handle Python 2 and 3
- nais2pg.py is starting to implement a new AIS feed to database
daemon
- Redid my old USCG regex to have better names with lower_lower style
- LineQueue should now support reading through a socket, which I
got wrong before
- Total redo of the Normalization queue to be much lower
overhead and to call the regex only once per line received. Only
keep they body of all but the last message in a sequence.
- test_libais.cpp is not really a test framework, but it does
try out the pure C++ world.
- 0.1 - 2010-05-03
- Able to decode messages 1-5 from python
- Still a lot of work left to do!
Last modified: Mon May 10 10:57:55 EDT 2010