diff options
-rw-r--r-- | CHANGELOG.rst | 6 | ||||
-rw-r--r-- | packaging/biboumi.spec.cmake | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 172bb7c..a5d3f58 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -31,6 +31,12 @@ 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.4 - 2020-02-25 +======================== + +- Fix a possible crash that could be caused by a very well timed identd + query + Version 8.3 - 2018-06-01 ======================== diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index 4114b7e..4a87bb0 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -69,7 +69,10 @@ make check %{?_smp_mflags} - Build against botan2 - Build with sphinx instead of pandoc -* Fri Jun 1 2018 Le Coz Florent <louiz@louiz.org> - 8.3-1 +* Tue Feb 25 2020 Le Coz Florent <louiz@louiz.org> - 8.4-1 + Update to version 8.4 + +* Wed Jun 1 2018 Le Coz Florent <louiz@louiz.org> - 8.3-1 Update to version 8.3 * Fri May 25 2018 Le Coz Florent <louiz@louiz.org> - 8.2-1 |