]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commitdiff
update NEWS file
authorAleksey Demakov <ademakov@gmail.com>
Wed, 10 Dec 2008 16:12:35 +0000 (16:12 +0000)
committerAleksey Demakov <ademakov@gmail.com>
Wed, 10 Dec 2008 16:12:35 +0000 (16:12 +0000)
ChangeLog
NEWS

index c6a892d146f2edda8e38b03ffc9e645c43575ab4..97055d31a82a8a4cbdef7e6f53106b6b503fabed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-10  Aleksey Demakov  <ademakov@gmail.com>
+
+       * NEWS: update news for the 0.1.2 release
+
 2008-11-23  Arto Bendiken <arto.bendiken@gmail.com>
 
        * jit/jit-apply-x86.h, tools/gen-apply.c, tools/gen-apply-macosx.h:
        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  <ktreichel@web.de>
 
        * jit/jit-rules-x86.ins: Fix the sign opcode for integers and the
        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  <ktreichel@web.de>
+2008-03-29  Klaus Treichel  <ktreichel@web.de>
 
        * 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 99c2b19f3dce18ebf08dd9545ab6e1fc7451a8a8..8ece3d26814e510bde9261549c67969950407a9f 100644 (file)
--- 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: