File tree Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
24
2010-06-07 jan.hrbacek
2
25
3
26
* [r474] lcm-dotnet/lcm-server/Program.cs,
Original file line number Diff line number Diff line change
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
+
1
12
Jun 7, 2010
2
13
===========
3
14
Original file line number Diff line number Diff line change 1
1
AC_PREREQ(2.50)
2
- AC_INIT([lcm], 0.5.0 )
2
+ AC_INIT([lcm], 0.5.1 )
3
3
AC_CONFIG_SRCDIR([lcm/lcm.h])
4
4
AC_CANONICAL_SYSTEM
5
5
AM_INIT_AUTOMAKE([foreign])
Original file line number Diff line number Diff line change 26
26
"-D_LARGEFILE_SOURCE" ,
27
27
"-std=gnu99" ])
28
28
29
- setup (name = "lcm" , version = "0.5.0 " ,
29
+ setup (name = "lcm" , version = "0.5.1 " ,
30
30
ext_modules = [pylcm_extension ],
31
31
packages = ["lcm" ])
You can’t perform that action at this time.
0 commit comments