From 546cafe6bc42c168ba186a39eb6bd89a18eb9818 Mon Sep 17 00:00:00 2001 From: Masamichi Takagi Date: Thu, 11 Mar 2021 15:22:36 +0900 Subject: [PATCH] release: 1.7.6: fix ihk_reserve_mem_conf Change-Id: I767f8eac655af9200f733c21353b1e141007df17 --- CMakeLists.txt | 2 +- docs/NEWS.rst | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ef1986a..b88e11db 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.5") +set(MCKERNEL_VERSION "1.7.6") # See "Fedora Packaging Guidelines -- Versioning" set(MCKERNEL_RELEASE "") diff --git a/docs/NEWS.rst b/docs/NEWS.rst index 1f293eda..10cb67ad 100644 --- a/docs/NEWS.rst +++ b/docs/NEWS.rst @@ -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) =============================================