release: 1.7.10: detect hungup via device-ioctl

Change-Id: I6531a159a44683085004ad3e90d7b4e67f51422c
This commit is contained in:
Masamichi Takagi
2021-03-18 15:42:24 +09:00
parent ceb55d53b1
commit 1bb8dcef05
3 changed files with 26 additions and 2 deletions

View File

@ -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 "")

View File

@ -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)
=============================================

2
ihk

Submodule ihk updated: 8b92b9d7f4...5bc0394886