diff options
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | packaging/biboumi.spec | 5 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Version 1.1 2014-16-07 + + - Fix a segmentation fault when connecting to an IRC server using IPv6 + Version 1.0 2014-12-07 - First stable release. diff --git a/packaging/biboumi.spec b/packaging/biboumi.spec index dac4a6d..ebcecac 100644 --- a/packaging/biboumi.spec +++ b/packaging/biboumi.spec @@ -1,5 +1,5 @@ Name: biboumi -Version: 1.0 +Version: 1.1 Release: 1%{?dist} Summary: Lightweight XMPP to IRC gateway @@ -65,5 +65,8 @@ make test_suite/fast VERBOSE=1 %changelog +* Wed Aug 18 2014 Le Coz Florent <louiz@louiz.org> - 1.1-1 +- Update to 1.1 release + * Wed Jun 25 2014 Le Coz Florent <louiz@louiz.org> - 1.0-1 - Spec file written from scratch |