diff options
author | H. Peter Anvin (Intel) <hpa@zytor.com> | 2020-06-27 16:14:50 -0700 |
---|---|---|
committer | H. Peter Anvin (Intel) <hpa@zytor.com> | 2020-06-27 16:14:50 -0700 |
commit | aa542870ae02cea9b2654ab770dd33a442adb0f7 (patch) | |
tree | 5abbd361644f31f1bf695c1d05387fbf9c1ce723 | |
parent | bca6b26a7ec580f2d99deb3d8c0254f98c09c0a9 (diff) | |
download | nasm-aa542870ae02cea9b2654ab770dd33a442adb0f7.tar.gz nasm-aa542870ae02cea9b2654ab770dd33a442adb0f7.tar.xz nasm-aa542870ae02cea9b2654ab770dd33a442adb0f7.zip |
changes.src: update for 2.15.01
Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
-rw-r--r-- | doc/changes.src | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index c1e7451a..29f190d4 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -7,6 +7,15 @@ The NASM 2 series supports x86-64, and is the production version of NASM since 2007. +\S{cl-2.15.01} Version 2.15.01 + +\b Fix building the documentation from the release archive. For 2.15, +the user has to do \c{make warnings} manually in the main directory in +order to be able to build the documentation, which means Perl needs to +be installed on the system. + +\b Add instructions for Intel Control Flow Enforcement Technology (CET). + \S{cl-2.15} Version 2.15 \b The comparison and booleanizing operators can now be used in any |