Changeset 11756


Ignore:
Timestamp:
04/14/09 09:24:17 (14 years ago)
Author:
ehuelsmann
Message:

Update website to agree with latest release status.

Location:
public_html
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • public_html/index.shtml

    r11694 r11756  
    2323<th colspan="2">Overview</th></tr>
    2424<tr>
    25 <td>Latest release: <span style="font-weight:bold;font-size:85%">0.0.13</span></td>
    26 <td><a href="release-notes-0.13.shtml">Release notes</a></td>
     25<td>Latest release: <span style="font-weight:bold;font-size:85%">0.14.1</span></td>
     26<td><a href="release-notes-0.14.shtml">Release notes</a></td>
    2727</tr><tr>
    2828<td style="width:5cm;text-align:center" colspan="2"><a href="testimonials.shtml">What people say about ABCL</a></td>
     
    5656      ABCL is free software and comes with ABSOLUTELY NO WARRANTY.
    5757      <br /><br />
    58       The latest version is 0.13.0, released February 28, 2009.
     58      The latest version is 0.14.1, released April 5, 2009.
    5959  </dd>
    6060</dl>
     
    7777  <dd>
    7878
    79       <a href="http://downloads.sourceforge.net/armedbear-j/abcl-src-0.13.0.tar.gz?use_mirror=">abcl-0.13.0.tar.gz</a>
    80       (source, 656652 bytes)
     79      <a href="http://downloads.sourceforge.net/armedbear-j/abcl-src-0.14.1.tar.gz?use_mirror=">abcl-src-0.14.1.tar.gz</a>
     80      (source, 632584 bytes)
    8181      <br /><br />
    82       <a href="http://downloads.sourceforge.net/armedbear-j/abcl-src-0.13.0.zip?use_mirror=">abcl-0.13.0.zip</a>
    83       (source, 1130754 bytes)
     82      <a href="http://downloads.sourceforge.net/armedbear-j/abcl-src-0.14.1.zip?use_mirror=">abcl-src-0.14.1.zip</a>
     83      (source, 1098276 bytes)
    8484  </dd>
    8585</dl>
     
    109109        the testimonials page.
    110110        <br /><br />
    111         ABCL 0.13.0 fails 44 out of 21702 tests in the ANSI test suite
    112         in interpreted mode. In compiled mode ABCL 0.13.0 also fails 44 tests,
    113         coming from ca 48 in the last release.
     111        ABCL 0.14.1 fails 43 out of 21702 tests in the ANSI test suite
     112        in interpreted mode. In compiled mode ABCL 0.14.1 also fails 43 tests,
     113        coming from ca 44 in the last release.
    114114        Most notable recent fixes relate to issues found through running
    115115        the Maxima test suite. 0.13.0 is now able to run the test suite
    116         without crashing. Before, some testcases could not be completed,
    117         causing Java side errors. This is the issue resolved. The Maxima
    118         tests don't run without errors, still.
     116        without only ca 75 failing tests, coming from ca 1400 failures
     117        october 2008 (6 months ago).
    119118        <br /><br />
    120119        ABCL's CLOS is slow and does not handle on-the-fly
     
    124123        CL-PPCRE, if you're in no hurry. There's no MOP worth mentioning.
    125124        <br /><br />
    126         Since this is an early release, there might be build problems as
    127         well as runtime bugs.
     125        Due to the age of the source code (when compared to several other
     126        implementations) you're more likely to find bugs in ABCL.  However,
     127        we're committed to fixing any bugs you find.  Patches (bugfixes as
     128        well as features) are most welcome.
    128129        <br /><br />
    129130        Please report problems to the <a href="https://lists.sourceforge.net/lists/listinfo/armedbear-j-devel">j development mailing list</a>
Note: See TracChangeset for help on using the changeset viewer.