diff options
author | louiz’ <louiz@louiz.org> | 2020-05-09 15:01:10 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2020-05-09 15:01:10 +0200 |
commit | 0479bd031922f5eb9fd8f8873eec60dc380abfc3 (patch) | |
tree | 2fe63683db203810519bd541899b7322354cdc7b | |
parent | d34a25ca343459fda9705178f5b9aab9273807ae (diff) | |
parent | 23c96accf7515181218cf949b9d019615d02e7ab (diff) | |
download | biboumi-0479bd031922f5eb9fd8f8873eec60dc380abfc3.tar.gz biboumi-0479bd031922f5eb9fd8f8873eec60dc380abfc3.tar.bz2 biboumi-0479bd031922f5eb9fd8f8873eec60dc380abfc3.tar.xz biboumi-0479bd031922f5eb9fd8f8873eec60dc380abfc3.zip |
Merge branch 'v8'
-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 |