Skip to content

Commit 68270c7

Browse files
author
ashuang
committed
release 0.5.1
git-svn-id: https://lcm.googlecode.com/svn/trunk@481 989093bb-e83e-0410-a25a-9184cbcad8d0
1 parent 8aec01a commit 68270c7

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

ChangeLog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2010-07-05 jan.hrbacek
2+
3+
* [r480] lcmgen/lcm-gen.vcproj: Fix Windows port lcmgen VS project
4+
file - missing emit_csharp.c
5+
6+
2010-06-20 jan.hrbacek
7+
8+
* [r478] docs/reference/lcm-docs.sgml,
9+
docs/reference/tutorial-dotnet.sgml,
10+
examples/csharp/lcm-csharp-examples.sln,
11+
examples/csharp/temperature_t_demo,
12+
examples/csharp/temperature_t_demo/AssemblyInfo.cs,
13+
examples/csharp/temperature_t_demo/temperature_t.cs,
14+
examples/csharp/temperature_t_demo/temperature_t_display.cs,
15+
examples/csharp/temperature_t_demo/temperature_t_display.csproj,
16+
examples/csharp/temperature_t_demo/temperature_t_transmit.cs,
17+
examples/csharp/temperature_t_demo/temperature_t_transmit.csproj:
18+
.NET port basic tutorial + additional temperature_t examples
19+
20+
2010-06-08 ashuang
21+
22+
* [r476] ChangeLog, Makefile.am, NEWS: release 0.5.0
23+
124
2010-06-07 jan.hrbacek
225

326
* [r474] lcm-dotnet/lcm-server/Program.cs,

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
July 14, 2010
2+
=============
3+
4+
Release 0.5.1:
5+
6+
This is a bugfix release, affecting only the Windows port.
7+
8+
Windows:
9+
Fix lcmgen Visual Studio project file - missing emit_csharp.c
10+
Add a .NET tutorial and some some C# examples
11+
112
Jun 7, 2010
213
===========
314

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.5.0)
2+
AC_INIT([lcm], 0.5.1)
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
@@ -26,6 +26,6 @@
2626
"-D_LARGEFILE_SOURCE",
2727
"-std=gnu99" ])
2828

29-
setup(name="lcm", version="0.5.0",
29+
setup(name="lcm", version="0.5.1",
3030
ext_modules=[pylcm_extension],
3131
packages=["lcm"])

0 commit comments

Comments
 (0)