# HG changeset patch # User Tero Koskinen # Date 1391894315 -7200 # Sat Feb 08 23:18:35 2014 +0200 # Node ID fc368e7ce014f3b96ff63ba0ab9617b6ef96036d # Parent fec66e88f7940a6d20d08e820eca228f297960e0 Prepare for release. diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2014-02-?? Ahven 2.4 +2014-02-09 Ahven 2.4 ==================== Changes diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ -------- * Simple API -* Small size (Ahven 2.3 has 2.8K SLOC; 718 statements; 1363 declarations) +* Small size (Ahven 2.4 has 2.8K SLOC; 719 statements; 1366 declarations) * JUnit-compatible test results in XML format; this allows integration with tools like `Jenkins`_ or CruiseControl. * Strict coding style (enforced by AdaControl) @@ -34,29 +34,42 @@ Platforms --------- -Ahven 2.3 compiles and passes its test suite on following platforms +Ahven 2.4 compiles and passes its test suite on following platforms +-----------------------+--------+------------------------+ | OS | Arch | Compiler | +=======================+========+========================+ -| Fedora Linux 18 | x86_64 | FSF GCC 4.7.2 | +| Fedora Linux 20 | x86_64 | FSF GCC 4.8.2 | +-----------------------+--------+------------------------+ -| Debian GNU/Linux 6.0 | i386 | FSF GCC 4.4 | +| Debian GNU/Linux 7.3 | i386 | FSF GCC 4.6 | ++-----------------------+--------+------------------------+ +| Debian GNU/Linux 7.3 | x86_64 | FSF GCC 4.6 | +-----------------------+--------+------------------------+ -| Debian GNU/Linux 6.0 | x86_64 | FSF GCC 4.4 | +| Windows XP | i386 | Janus/Ada 3.1.2beta | ++-----------------------+--------+------------------------+ +| Windows 8.1 | x86_64 | Janus/Ada 3.1.2beta | +-----------------------+--------+------------------------+ -| Windows 7 | x86_64 | Janus/Ada 3.1.2beta | +| Windows 8.1 | x86_64 | GNAT GPL 2013 | +-----------------------+--------+------------------------+ -| Windows 7 | x86_64 | GNAT GPL 2012 | +| Windows 8.1 | i386 | Irvine ICC Ada 9.0beta | +-----------------------+--------+------------------------+ | Wine 1.5 on Linux | i386 | Janus/Ada 3.1.2beta | +-----------------------+--------+------------------------+ -| Windows XP | i386 | Irvine ICC Ada 9.0beta | -+-----------------------+--------+------------------------+ News ---- +Ahven 2.4 (2014-02-09) +'''''''''''''''''''''' + +This is a minor maintenance and bug fix release. + +Ahven now compiles cleanly with Apex Ada (no errors) +and Irvine ICC Ada (no warnings). In addition, +the documentation was improved and experimental +comfignat-based build system was added. + + Ahven 2.3 (2013-01-24) '''''''''''''''''''''' @@ -259,8 +272,8 @@ Documentation ------------- -* The API documentation (for Ahven 2.3): - http://ahven.stronglytyped.org/api-2.3/index.html +* The API documentation (for Ahven 2.4): + http://ahven.stronglytyped.org/api-2.4/index.html * The API documentation (for Ahven 1.8): http://ahven.stronglytyped.org/api/index.html * Tutorial: