From 1f372e13c27446a64247bcd222ec3d91d1f46363 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Wed, 31 Oct 2012 18:11:56 +0100 Subject: [PATCH] Update changelog. --- doc/changes.html | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/doc/changes.html b/doc/changes.html index 2bc1171a..b1998559 100644 --- a/doc/changes.html +++ b/doc/changes.html @@ -63,8 +63,7 @@ div.major { max-width: 600px; padding: 1em; margin: 1em 0 1em 0; }

This is a list of changes between the released versions of LuaJIT.
-The current development version is LuaJIT 2.0.0-beta11.
-The current stable version is LuaJIT 1.1.8. +The current stable version is LuaJIT 2.0.0.

Please check the @@ -72,7 +71,20 @@ Please check the to see whether newer versions are available.

-
+
+

LuaJIT 2.0.0 — 2012-10-31

+
    +
  • Correctness and completeness: +
      +
    • Fix Android/x86 build.
    • +
    • Fix recording of equality comparisons with __eq metamethods.
    • +
    • Fix detection of immutable upvalues.
    • +
    • Replace error with PANIC for callbacks from JIT-compiled code.
    • +
    • Fix builtin string to number conversion for INT_MIN.
    • +
    • FFI: Fix code generation for replay of sunk float fields.
    • +
  • +
+

LuaJIT 2.0.0-beta11 — 2012-10-16

  • New features: @@ -580,7 +592,7 @@ no point in listing differences over earlier versions.
-
+

LuaJIT 1.1.8 — 2012-04-16

  • Merged with Lua 5.1.5. Also integrated fixes for all