Skip to content

Commit

Permalink
LCM release 0.9.2
Browse files Browse the repository at this point in the history
git-svn-id: https://lcm.googlecode.com/svn/trunk@700 989093bb-e83e-0410-a25a-9184cbcad8d0
  • Loading branch information
ashuang committed Nov 29, 2012
1 parent 3e3c35a commit dffc685
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
2012-10-27 ashuang

* [r697] lcm-logger/lcm_logplayer.c: revert commits r696, r695

2012-10-26 [email protected]

* [r696] lcm-logger/lcm_logplayer.c, lcm/lcm_file.c: reverting my
change earlier
* [r695] lcm-logger/lcm_logplayer.c, lcm/lcm_file.c: modification
of lcm_file to seek (with start_timestamp) before reading first
message, this allows for seeking when speed!=0. previously when
speed!=0 the 1st message is read, then the log was read back but
not published until the start_timestamp. now start_tiemstamp has
the same effect fo rdifferent speed values. also added this as a
new argument to lcm_logger tool

2012-10-25 ashuang

* [r693] ChangeLog, NEWS, configure.in, examples/cpp/Makefile,
lcm-python/setup.py, lcm/lcm.h: LCM release 0.9.1

2012-10-07 ashuang

* [r692] WinSpecific/README.txt, WinSpecific/include/lcm: update
Expand Down
10 changes: 10 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Nov 29, 2012
============

Release 0.9.2

This is a bugfix and maintenance release.

Windows:
- add files in lcm/windows that were missing from 0.9.1

Oct 24, 2012
============

Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.50)
AC_INIT([lcm], 0.9.1)
AC_INIT([lcm], 0.9.2)
AC_CONFIG_SRCDIR([lcm/lcm.h])
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE([foreign])
Expand Down
2 changes: 1 addition & 1 deletion lcm-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@
libraries=libraries,
extra_compile_args=extra_compile_args)

setup(name="lcm", version="0.9.1",
setup(name="lcm", version="0.9.2",
ext_modules=[pylcm_extension],
packages=["lcm"])
2 changes: 1 addition & 1 deletion lcm/lcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ int lcm_subscription_set_queue_capacity(lcm_subscription_t* handler, int num_mes

#define LCM_MAJOR_VERSION 0
#define LCM_MINOR_VERSION 9
#define LCM_MICRO_VERSION 1
#define LCM_MICRO_VERSION 2

/**
* @}
Expand Down

0 comments on commit dffc685

Please sign in to comment.