Skip to content

Commit

Permalink
LCM release 0.9.0
Browse files Browse the repository at this point in the history
(again, but this time with a NEWS file)


git-svn-id: https://lcm.googlecode.com/svn/trunk@661 989093bb-e83e-0410-a25a-9184cbcad8d0
  • Loading branch information
ashuang committed May 6, 2012
1 parent 8610ee0 commit 91a5268
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
May 6, 2012
===========

Release 0.9.0

This release adds a constructor to the C++ API, some command line options to
lcm-logger, and incorporates a number of bugfixes.

Java:
- workaround to accomodate recent changes in Automake. In particular, fixes
lcm-java for Ubuntu 12.04.
lcm-c:
- add start_timestamp option to log file provider
- fix multicast TTL issue #45
- Fixes for fragmentation of larger messages. Big messages were previously
fragmented into 1400B packets. However, since lcm_udp uses a short for the
number for fragments there can only be 64K fragments. The makes LCM use
the 1400B packet size if the message would be broken up in to less than 64K
fragments. Otherwise it increases the packet size to split the message into
64K packets
lcm-c++:
- add a constructor to create a C++ instance wrapping arond an existing lcm_t
C instance.
Python:
- fixes to build in Windows using MS VS 2008.
C#:
- bugfixes when generating default namespace.
lcm-logger:
- add --auto-split-mb and --auto-split-hours options.

Jan 20, 2012
============

Expand Down

0 comments on commit 91a5268

Please sign in to comment.