From 1bb8dcef05d239440759f8147c67cc44c7be2670 Mon Sep 17 00:00:00 2001 From: Masamichi Takagi Date: Thu, 18 Mar 2021 15:42:24 +0900 Subject: [PATCH] release: 1.7.10: detect hungup via device-ioctl Change-Id: I6531a159a44683085004ad3e90d7b4e67f51422c --- CMakeLists.txt | 2 +- docs/NEWS.rst | 24 ++++++++++++++++++++++++ ihk | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aba944a7..faf44004 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ endif (NOT CMAKE_BUILD_TYPE) enable_language(C ASM) project(mckernel C ASM) -set(MCKERNEL_VERSION "1.7.9") +set(MCKERNEL_VERSION "1.7.10") # See "Fedora Packaging Guidelines -- Versioning" set(MCKERNEL_RELEASE "") diff --git a/docs/NEWS.rst b/docs/NEWS.rst index 4d943eab..f00b5016 100644 --- a/docs/NEWS.rst +++ b/docs/NEWS.rst @@ -1,3 +1,27 @@ +============================================= +Version 1.7.10 (Mar 18, 2021) +============================================= + +---------------------- +IHK major updates +---------------------- +N/A + +------------------------ +IHK major bug fixes +------------------------ +#. __ihk_device_detect_hungup: detect hungup via device-ioctl + +---------------------- +McKernel major updates +---------------------- +N/A + +------------------------ +McKernel major bug fixes +------------------------ +N/A + ============================================= Version 1.7.9 (Mar 17, 2021) ============================================= diff --git a/ihk b/ihk index 8b92b9d7..5bc03948 160000 --- a/ihk +++ b/ihk @@ -1 +1 @@ -Subproject commit 8b92b9d7f4b8f6a8daa3451e32a216e7dbf23fb9 +Subproject commit 5bc0394886abace191ed6506cc60bd4ea6ca9c98