From: nasm-bot f. C. G. <gor...@gm...> - 2015-07-26 11:45:43
|
Commit-ID: 8b4ef2d1d69df720d953be6a093073c79584681d Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=8b4ef2d1d69df720d953be6a093073c79584681d Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 26 Jul 2015 14:42:30 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 26 Jul 2015 14:42:30 +0300 doc: Update changes list Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- doc/changes.src | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/changes.src b/doc/changes.src index 9f8744c..258b113 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -7,6 +7,20 @@ The NASM 2 series supports x86-64, and is the production version of NASM since 2007. +\S{cl-2.11.09} Version 2.11.09 + +\b Fix potential stack overwrite in \c{macho32} backend. + +\b Fix relocation records in \c{macho64} backend. + +\b Fix symbol lookup computation in \c{macho64} backend. + +\b Adjust \c{.symtab} and \c{.rela.text} sections alignments to 8 bytes + in \c{elf64} backed. + +\b Fix section length computation in \c{bin} backend which leaded in incorrect + relocation records. + \S{cl-2.11.08} Version 2.11.08 \b Fix section length computation in \c{bin} backend which leaded in incorrect |