From 742ad3388fc790491e8b958a3921ac5d891b839c Mon Sep 17 00:00:00 2001 From: Aleksey Demakov Date: Wed, 10 Dec 2008 16:12:35 +0000 Subject: [PATCH] update NEWS file --- ChangeLog | 8 ++++++-- NEWS | 10 ++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c6a892d..97055d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-12-10 Aleksey Demakov + + * NEWS: update news for the 0.1.2 release + 2008-11-23 Arto Bendiken * jit/jit-apply-x86.h, tools/gen-apply.c, tools/gen-apply-macosx.h: @@ -267,7 +271,7 @@ FLOAT32_TO_NFLOAT, FLOAT64_TO_NFLOAT. Rewrite NFLOAT_TO_INT and NFLOAT_TO_LONG to use the new functions in jit-rules-x86-64.c. Add handling of ABS, NEG and float compares. - + 2008-03-31 Klaus Treichel * jit/jit-rules-x86.ins: Fix the sign opcode for integers and the @@ -285,7 +289,7 @@ LMUL, LDIV, LDIV_UN, LREM and LREM_UN opcodes. Replace the compares with zero done with or with test instructions. -2008-03-29 Klaus treichel +2008-03-29 Klaus Treichel * jit/jit-rules-x86.ins: Fix signed division of negative values by a constant positive power of two. diff --git a/NEWS b/NEWS index 99c2b19..8ece3d2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +0.1.2 (XX Decemeber 2008) + + * Switch from GPL to LGPL 2.1 license. + * Implement x86-64 backend (Klaus Treichel). + * Fix interpreter backend (Klaus Treichel, Aleksey Demakov). + * Introduce jit-unwind interface (Aleksey Demakov, Klaus Treichel). + * Code cache pages can now grow if needed (Aleksey Demakov). + * Various fixes (Klaus Treichel, Aleksey Demakov, Juan Jesus Garcia + de Soria, Dalibor Topic, Arto Bendiken) + 0.1.0 (3 March 2007) General improvements: -- 2.47.3