release 1.7.0

Change-Id: I8413aa2d051c6164235816bae2823187870efe49
This commit is contained in:
Masamichi Takagi
2020-11-25 10:51:11 +09:00
parent f646fd141b
commit 239b1b265f
2 changed files with 4 additions and 3 deletions

View File

@ -9,8 +9,8 @@ enable_language(C ASM)
project(mckernel C ASM)
set(MCKERNEL_VERSION "1.7.0")
# See "Fedora Packaging Guidlines -- Versioning"
set(MCKERNEL_RELEASE "0.96")
# See "Fedora Packaging Guidelines -- Versioning"
set(MCKERNEL_RELEASE "1")
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
# for rpmbuild

View File

@ -1,11 +1,12 @@
=============================================
Version 1.7.0-0.93 (Aug 1, 2020)
Version 1.7.0 (Nov 25, 2020)
=============================================
----------------------
IHK major updates
----------------------
#. ihklib: add ihk_create_os_str
#. ihklib: ihk_reserve_mem: add capped best effort to balanced
------------------------
IHK major bug fixes