release: 1.7.6: fix ihk_reserve_mem_conf

Change-Id: I767f8eac655af9200f733c21353b1e141007df17
This commit is contained in:
Masamichi Takagi
2021-03-11 15:22:36 +09:00
parent 9dd4d99a1a
commit 546cafe6bc
2 changed files with 25 additions and 1 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.5")
set(MCKERNEL_VERSION "1.7.6")
# See "Fedora Packaging Guidelines -- Versioning"
set(MCKERNEL_RELEASE "")

View File

@ -1,3 +1,27 @@
=============================================
Version 1.7.6 (Mar 11, 2021)
=============================================
----------------------
IHK major updates
----------------------
N/A
------------------------
IHK major bug fixes
------------------------
#. ihklib: ihk_reserve_mem_conf*: apply change only to the next reservation
----------------------
McKernel major updates
----------------------
N/A
------------------------
McKernel major bug fixes
------------------------
N/A
=============================================
Version 1.7.5 (Mar 11, 2021)
=============================================