diff --git a/CHANGELOG b/CHANGELOG index 08201e0..d28d3f2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v2.0.3 + Update copyright date + Update to libicsneo v0.2.0 + Ensure lock is held when accessing open devices + v2.0.2 Use libicsneo v0.1.2 to resolve LEDs not indicating device status diff --git a/CMakeLists.txt b/CMakeLists.txt index 77b2de4..e9bccff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.2) -project(libicsneo-socketcan-daemon VERSION 2.0.2) +project(libicsneo-socketcan-daemon VERSION 2.0.3) set(CMAKE_CXX_STANDARD 11) diff --git a/LICENSE b/LICENSE index 70ab820..f80517e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016-2019 Intrepid Control Systems, Inc. +Copyright (c) 2016-2020 Intrepid Control Systems, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 71cf30c..5fe3f44 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Version 2.0.2 +Version 2.0.3 This is the usermode daemon for the Intrepid Control Systems SocketCAN support. This daemon requires that ```intrepid.ko``` is loaded on your system.