@@ 27,19 27,23 @@ with any Ada 95, 2005, or 2012 compiler.
### 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 @@ https://hg.sr.ht/~tkoskine/ahven
#### 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 @@ janusada\build.bat
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 <tero.koskinen@iki.fi>