diff options
-rw-r--r-- | CHANGELOG.rst | 5 | ||||
-rw-r--r-- | packaging/biboumi.spec.cmake | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a5d3f58..703abb3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -31,6 +31,11 @@ For developers A tutorial and a documentation have been written. It should now be easy to write a test that demonstrates a bug or a missing feature. +Version 8.5 - 2020-05-09 +======================== + +- Fix a build failure with GCC 10 + Version 8.4 - 2020-02-25 ======================== diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index 4a87bb0..bd8ffdc 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -69,6 +69,9 @@ make check %{?_smp_mflags} - Build against botan2 - Build with sphinx instead of pandoc +* Sat May 9 2020 Le Coz Florent <louiz@louiz.org> - 8.5-1 + Update to version 8.5 + * Tue Feb 25 2020 Le Coz Florent <louiz@louiz.org> - 8.4-1 Update to version 8.4 |