Skip to content

Commit dffc685

Browse files
author
ashuang
committed
LCM release 0.9.2
git-svn-id: https://lcm.googlecode.com/svn/trunk@700 989093bb-e83e-0410-a25a-9184cbcad8d0
1 parent 3e3c35a commit dffc685

File tree

5 files changed

+34
-3
lines changed

5 files changed

+34
-3
lines changed

ChangeLog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
2012-10-27 ashuang
2+
3+
* [r697] lcm-logger/lcm_logplayer.c: revert commits r696, r695
4+
5+
6+
7+
* [r696] lcm-logger/lcm_logplayer.c, lcm/lcm_file.c: reverting my
8+
change earlier
9+
* [r695] lcm-logger/lcm_logplayer.c, lcm/lcm_file.c: modification
10+
of lcm_file to seek (with start_timestamp) before reading first
11+
message, this allows for seeking when speed!=0. previously when
12+
speed!=0 the 1st message is read, then the log was read back but
13+
not published until the start_timestamp. now start_tiemstamp has
14+
the same effect fo rdifferent speed values. also added this as a
15+
new argument to lcm_logger tool
16+
17+
2012-10-25 ashuang
18+
19+
* [r693] ChangeLog, NEWS, configure.in, examples/cpp/Makefile,
20+
lcm-python/setup.py, lcm/lcm.h: LCM release 0.9.1
21+
122
2012-10-07 ashuang
223

324
* [r692] WinSpecific/README.txt, WinSpecific/include/lcm: update

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Nov 29, 2012
2+
============
3+
4+
Release 0.9.2
5+
6+
This is a bugfix and maintenance release.
7+
8+
Windows:
9+
- add files in lcm/windows that were missing from 0.9.1
10+
111
Oct 24, 2012
212
============
313

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.50)
2-
AC_INIT([lcm], 0.9.1)
2+
AC_INIT([lcm], 0.9.2)
33
AC_CONFIG_SRCDIR([lcm/lcm.h])
44
AC_CANONICAL_SYSTEM
55
AM_INIT_AUTOMAKE([foreign])

lcm-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@
8484
libraries=libraries,
8585
extra_compile_args=extra_compile_args)
8686

87-
setup(name="lcm", version="0.9.1",
87+
setup(name="lcm", version="0.9.2",
8888
ext_modules=[pylcm_extension],
8989
packages=["lcm"])

lcm/lcm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ int lcm_subscription_set_queue_capacity(lcm_subscription_t* handler, int num_mes
303303

304304
#define LCM_MAJOR_VERSION 0
305305
#define LCM_MINOR_VERSION 9
306-
#define LCM_MICRO_VERSION 1
306+
#define LCM_MICRO_VERSION 2
307307

308308
/**
309309
* @}

0 commit comments

Comments
 (0)