From 3d737f5d8e836b3b17bdd4608b9c8b3e1a838f06 Mon Sep 17 00:00:00 2001 From: Paul Hollinsky Date: Tue, 27 Aug 2019 18:41:00 -0400 Subject: [PATCH] v2.0.1 Set timeout tv_sec instead of tv_usec for compatibility with older kernels --- CHANGELOG | 7 +++++++ CMakeLists.txt | 2 +- README.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..4c65c1a --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,7 @@ +v2.0.1 + Set timeout tv_sec instead of tv_usec for compatibility with older kernels + +v2.0.0 + Full rewrite + Initial release with CAN-FD support + Requires intrepid-socketcan-kernel-module >= v2.0.0 \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index a1c8f1d..b1a0cb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.2) -project(libicsneo-socketcan-daemon VERSION 2.0.0) +project(libicsneo-socketcan-daemon VERSION 2.0.1) set(CMAKE_CXX_STANDARD 11) diff --git a/README.md b/README.md index c7b5c33..eb3effc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Version 2.0.0 +Version 2.0.1 This is the usermode daemon for the Intrepid Control Systems SocketCAN support. This daemon requires that ```intrepid.ko``` is loaded on your system.