[Lunar-commits] <moonbase> yasm: version bumped to 0.7.0.
Florin Braescu
florin at lunar-linux.org
Wed May 7 21:34:13 CEST 2008
commit a4e441c076a803658baf5ed57a8d889fbc395f85
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed May 7 22:34:13 2008 +0300
yasm: version bumped to 0.7.0.
Changes:
-use a mature NASM-syntax x86 and AMD64 assembler that can target Win32, Win64, MacOS X, and Unix derivatives;
-use a GAS-syntax assembler other than GAS;
-have assembly source-level debugging using either DWARF2 or CodeView? 8.0 (2005);
-have a free software assembler that supports Win32/Win64 structured exception handling (SEH) and ELF32/ELF64 thread local storage (TLS);
-target the new AMD SSE5 or Intel AVX instruction sets;
-keep track of Yasm's progress in terms of stability and feature set;
-contribute to Yasm development from a new release.
---
compilers/yasm/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/compilers/yasm/DETAILS b/compilers/yasm/DETAILS
index 6117ee5..8a7ab72 100644
--- a/compilers/yasm/DETAILS
+++ b/compilers/yasm/DETAILS
@@ -1,11 +1,11 @@
MODULE=yasm
- VERSION=0.6.2
+ VERSION=0.7.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.tortall.net/projects/yasm/releases
- SOURCE_VFY=sha1:cf3e09fa7847e17427f0b1f03f63cfbdba33a014
+ SOURCE_VFY=sha1:0dd6b4c2761c17575d0eaee6a18fea2bd5e35794
WEB_SITE=http://www.tortall.net/projects/yasm
ENTERED=20051007
- UPDATED=20080405
+ UPDATED=20080506
SHORT="A complete rewrite of the NASM assembler"
cat << EOF
More information about the Lunar-commits
mailing list