aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2012-10-31 18:11:56 +0100
committerMike Pall <mike>2012-10-31 18:11:56 +0100
commit1f372e13c27446a64247bcd222ec3d91d1f46363 (patch)
treea95418c954e3689efee5811f83e599f209b60b4e
parentb3afb0addcf8fac0e2b5321adb7fc5f189e549bd (diff)
downloadluajit-1f372e13c27446a64247bcd222ec3d91d1f46363.tar.gz
luajit-1f372e13c27446a64247bcd222ec3d91d1f46363.tar.bz2
luajit-1f372e13c27446a64247bcd222ec3d91d1f46363.zip
Update changelog.
-rw-r--r--doc/changes.html20
1 files 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; }
63<div id="main"> 63<div id="main">
64<p> 64<p>
65This is a list of changes between the released versions of LuaJIT.<br> 65This is a list of changes between the released versions of LuaJIT.<br>
66The current <span style="color: #c00000;">development version</span> is <strong>LuaJIT&nbsp;2.0.0-beta11</strong>.<br> 66The current <span style="color: #0000c0;">stable version</span> is <strong>LuaJIT&nbsp;2.0.0</strong>.<br>
67The current <span style="color: #0000c0;">stable version</span> is <strong>LuaJIT&nbsp;1.1.8</strong>.
68</p> 67</p>
69<p> 68<p>
70Please check the 69Please check the
@@ -72,7 +71,20 @@ Please check the
72to see whether newer versions are available. 71to see whether newer versions are available.
73</p> 72</p>
74 73
75<div class="major" style="background: #ffd0d0;"> 74<div class="major" style="background: #d0d0ff;">
75<h2 id="LuaJIT-2.0.0">LuaJIT 2.0.0 &mdash; 2012-10-31</h2>
76<ul>
77<li>Correctness and completeness:
78<ul>
79 <li>Fix Android/x86 build.</li>
80 <li>Fix recording of equality comparisons with __eq metamethods.</li>
81 <li>Fix detection of immutable upvalues.</li>
82 <li>Replace error with PANIC for callbacks from JIT-compiled code.</li>
83 <li>Fix builtin string to number conversion for INT_MIN.</li>
84 <li>FFI: Fix code generation for replay of sunk float fields.</li>
85</ul></li>
86</ul>
87
76<h2 id="LuaJIT-2.0.0-beta11">LuaJIT 2.0.0-beta11 &mdash; 2012-10-16</h2> 88<h2 id="LuaJIT-2.0.0-beta11">LuaJIT 2.0.0-beta11 &mdash; 2012-10-16</h2>
77<ul> 89<ul>
78<li>New features: 90<li>New features:
@@ -580,7 +592,7 @@ no point in listing differences over earlier versions.</li>
580</ul> 592</ul>
581</div> 593</div>
582 594
583<div class="major" style="background: #d0d0ff;"> 595<div class="major" style="background: #ffff80;">
584<h2 id="LuaJIT-1.1.8">LuaJIT 1.1.8 &mdash; 2012-04-16</h2> 596<h2 id="LuaJIT-1.1.8">LuaJIT 1.1.8 &mdash; 2012-04-16</h2>
585<ul> 597<ul>
586<li>Merged with Lua 5.1.5. Also integrated fixes for all 598<li>Merged with Lua 5.1.5. Also integrated fixes for all