Skip to content

v1.3.0

Compare
Choose a tag to compare
@ashuang ashuang released this 28 Oct 16:59
· 627 commits to master since this release

Oct 28, 2015

Release 1.3.0

This is primarily a bugfix and maintenance release.

  • C# / .NET
    • fix lcm-dotnet Close (closes issue #18)
  • Windows
    • Add socket window size notes in documentation
    • Visual Studio build fixes, update to VS2013
    • Cygwin build fixes
  • C / C++
    • Reject invalid multicast addresses
    • Use last fragment timestamp instead of first for message timestamping
    • binary search bugfix in lcm_eventlog_seek_to_timestamp()
    • API changes:
      • add FILE* LogFile::getFilePtr()
      • void LCM::unbsubscribe() -> int LCM::unsubscribe()
  • Python
    • Python 3 compatibility bugfixes
    • setup.py use subprocess instead of deprecated commands package
    • EventLog.seek() use fseeko() not fseek()
  • lcm-spy
    • misc bugfixes
    • fix bitshifting of signed integer types
  • lcm-gen
    • add --cpp-std option for C++11 support in generated types.