release: 1.7.7: fix fput and mckernel.spec

Change-Id: I74f7530b067d44790e3f014479f580867387584a
This commit is contained in:
Masamichi Takagi
2021-03-11 17:06:26 +09:00
committed by Masamichi Takagi
parent 4a05024656
commit c80b112ce7
2 changed files with 26 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.6")
set(MCKERNEL_VERSION "1.7.7")
# See "Fedora Packaging Guidelines -- Versioning"
set(MCKERNEL_RELEASE "")

View File

@ -1,3 +1,28 @@
=============================================
Version 1.7.7 (Mar 11, 2021)
=============================================
----------------------
IHK major updates
----------------------
N/A
------------------------
IHK major bug fixes
------------------------
N/A
----------------------
McKernel major updates
----------------------
N/A
------------------------
McKernel major bug fixes
------------------------
#. mcexec: fput executable just after its contents is transferred
#. spec: cmake-config cmake parameters
=============================================
Version 1.7.6 (Mar 11, 2021)
=============================================