From 1fe2b1566a1bb14fb74794d53a5db9cca68c98ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Tue, 21 Mar 2017 16:46:51 +0100 Subject: Release version 4.1 --- packaging/biboumi.spec.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packaging/biboumi.spec.cmake') diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index 0747d34..c180180 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -59,6 +59,9 @@ make check %{?_smp_mflags} %changelog +* Tue Mar 21 2017 Le Coz Florent - 4.1-1 +- Update to 4.1 sources: compatibility with botan 2.0 + * Wed Nov 9 2016 Le Coz Florent - 4.0-1 - Update to 4.0 sources -- cgit v1.2.3 From 9db89eb8b0daada627f1c5b934e5407d37888371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 26 Apr 2017 20:56:01 +0200 Subject: Release version 4.2 --- packaging/biboumi.spec.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packaging/biboumi.spec.cmake') diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index c180180..8c34bd6 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -59,6 +59,9 @@ make check %{?_smp_mflags} %changelog +* Wed Apr 26 2017 Le Coz Florent - 4.2-1 +- Fix a build issue when LiteSQL is absent from the system + * Tue Mar 21 2017 Le Coz Florent - 4.1-1 - Update to 4.1 sources: compatibility with botan 2.0 -- cgit v1.2.3 From 25d46924bc2edd079d4d996d1d76d702d724341e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Tue, 2 May 2017 14:46:03 +0200 Subject: Fix a segmentation fault when connecting to a server without a port fix #3260 --- packaging/biboumi.spec.cmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packaging/biboumi.spec.cmake') diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index 8c34bd6..e4a1d3b 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -59,6 +59,10 @@ make check %{?_smp_mflags} %changelog +* Wed May 2 2017 Le Coz Florent - 4.3-1 +- Fix a segmentation fault that occured when trying to connect + to an IRC server without any port configured. + * Wed Apr 26 2017 Le Coz Florent - 4.2-1 - Fix a build issue when LiteSQL is absent from the system -- cgit v1.2.3