From: nasm-bot f. C. G. <gor...@gm...> - 2015-07-24 21:45:19
|
Commit-ID: abe67eea15c3ceccb70bba61f4ad99fd6167a89a Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=abe67eea15c3ceccb70bba61f4ad99fd6167a89a Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sat, 25 Jul 2015 00:39:30 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sat, 25 Jul 2015 00:39:42 +0300 NASM 2.11.09rc1 - Fix symbol alignment for Elf64 - Fix symbol lookup for Macho64 - Fix relocation records for Macho64 - Fix potential stack overwrite in Macho32 Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index 1ebb90f..9cdf888 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.11.08 +2.11.09rc1 |