# HG changeset patch # User Tero Koskinen # Date 1602882068 -10800 # Sat Oct 17 00:01:08 2020 +0300 # Node ID 275a2332c0bbdafc457c3e321b04806387346fb8 # Parent b04e4e8bb66fbf0766506337de19714d08438a7d Update README.md for 2.8. Update the Debian package installation section (patch from Nicolas Boulenguez) and remove the obsolete documentation links. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -27,19 +27,23 @@ ### Platforms -Ahven 2.7 compiles and passes its test suite on following platforms +Ahven 2.8 compiles and passes its test suite on following platforms | OS | Arch | Compiler | |-----------------------|--------|------------------------| -| Fedora Linux 28 | x86_64 | FSF GCC 8.1 | -| Debian GNU/Linux 7.8 | i386 | FSF GCC 4.6 | -| Debian GNU/Linux 7.8 | x86_64 | FSF GCC 4.6 | -| Windows 10 | x86_64 | Janus/Ada 3.1.2c | -| Windows 10 | x86_64 | GNAT GPL 2018 | +| Fedora Linux 32 | x86_64 | FSF GCC 10.2.1 | +| Debian GNU/Linux 10 | x86_64 | FSF GCC 8 | +| Windows 10 | x86_64 | Janus/Ada 3.2.1a | +| Windows 10 | x86_64 | GNAT GPL 2020 | ### News +#### Ahven 2.8 (2020-10-17) + +This is a minor maintenance release with updated build scripts +and new source code repository location: https://hg.sr.ht/~tkoskine/ahven + #### Source code repository changes to Sourcehut (2019-09-10) As Bitbucket is shutting down Mercurial version control system support, @@ -211,18 +215,15 @@ #### Debian package - -Debian Linux 10 (buster) provides Ahven as libahven28 and libahven7-dev packages. - -One can install the packages with command: +The following command installs Ahven on Debian GNU/Linux 10 (buster). ``` -sudo apt-get install libahven28 libahven7-dev +sudo apt-get install libahven-doc libahven7-dev ``` #### Fedora package -Fedora 31 provides Ahven as *ahven* and *ahven-devel* packages. +Fedora 32 provides Ahven as *ahven* and *ahven-devel* packages. One can install the packages with the dnf command: ``` @@ -289,15 +290,6 @@ When compilation is finished, you have tap_test.exe in the 'test_obj' directory. -### Documentation - -* The API documentation (for Ahven 2.7, generated by Sphinx): - http://docs.ahven-framework.com/2.7/index.html -* The API documentation (for Ahven 1.8, generated by Adabrowse): - http://docs.ahven-framework.com/api/index.html -* Tutorial: - http://www.ahven-framework.com/tutorial.html - ### Author Tero Koskinen