diff options
Diffstat (limited to 'doc/changes.html')
-rw-r--r-- | doc/changes.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/changes.html b/doc/changes.html index 8158728b..54f17a16 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
@@ -45,7 +45,7 @@ div.major { max-width: 600px; padding: 1em; margin: 1em 0 1em 0; } | |||
45 | <div id="main"> | 45 | <div id="main"> |
46 | <p> | 46 | <p> |
47 | This is a list of changes between the released versions of LuaJIT.<br> | 47 | This is a list of changes between the released versions of LuaJIT.<br> |
48 | The current <span style="color: #c00000;">development version</span> is <strong>LuaJIT 2.0.0-beta4</strong>.<br> | 48 | The current <span style="color: #c00000;">development version</span> is <strong>LuaJIT 2.0.0-beta5</strong>.<br> |
49 | The current <span style="color: #0000c0;">stable version</span> is <strong>LuaJIT 1.1.6</strong>. | 49 | The current <span style="color: #0000c0;">stable version</span> is <strong>LuaJIT 1.1.6</strong>. |
50 | </p> | 50 | </p> |
51 | <p> | 51 | <p> |
@@ -54,8 +54,8 @@ Please check the | |||
54 | to see whether newer versions are available. | 54 | to see whether newer versions are available. |
55 | </p> | 55 | </p> |
56 | 56 | ||
57 | <div class="major" style="background: #d0d0d0;"> | 57 | <div class="major" style="background: #ffd0d0;"> |
58 | <h2 id="snap">Development Snapshot</h2> | 58 | <h2 id="LuaJIT-2.0.0-beta5">LuaJIT 2.0.0-beta5 — 2010-08-24</h2> |
59 | <ul> | 59 | <ul> |
60 | <li>Correctness and completeness: | 60 | <li>Correctness and completeness: |
61 | <ul> | 61 | <ul> |
@@ -83,9 +83,7 @@ to see whether newer versions are available. | |||
83 | <li>Speed up string interning.</li> | 83 | <li>Speed up string interning.</li> |
84 | </ul></li> | 84 | </ul></li> |
85 | </ul> | 85 | </ul> |
86 | </div> | ||
87 | 86 | ||
88 | <div class="major" style="background: #ffd0d0;"> | ||
89 | <h2 id="LuaJIT-2.0.0-beta4">LuaJIT 2.0.0-beta4 — 2010-03-28</h2> | 87 | <h2 id="LuaJIT-2.0.0-beta4">LuaJIT 2.0.0-beta4 — 2010-03-28</h2> |
90 | <ul> | 88 | <ul> |
91 | <li>Correctness and completeness: | 89 | <li>Correctness and completeness: |