From cf32446d0a80b9a9394b6e94af07c303a998cf83 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 16 Jul 2014 00:38:38 +0200 Subject: Release version 1.1 --- CHANGELOG | 4 ++++ CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1e99ffc..edbb2c1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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/CMakeLists.txt b/CMakeLists.txt index 48ce504..3af1a66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6) project(biboumi) set(${PROJECT_NAME}_VERSION_MAJOR 1) -set(${PROJECT_NAME}_VERSION_MINOR 0) +set(${PROJECT_NAME}_VERSION_MINOR 1) set(${PROJECT_NAME}_VERSION_SUFFIX "") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1y -pedantic -Wall -Wextra") -- cgit v1.2.3 From f4c08242fb55809cca3e12d66cbc39e5c9b51fb0 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 18 Aug 2014 02:07:25 +0200 Subject: Update spec file to 1.1 --- packaging/biboumi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packaging/biboumi.spec b/packaging/biboumi.spec index 33464c6..b436647 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 @@ -75,5 +75,8 @@ make test_suite/fast VERBOSE=1 %changelog +* Wed Aug 18 2014 Le Coz Florent - 1.1-1 +- Update to 1.1 release + * Wed Jun 25 2014 Le Coz Florent - 1.0-1 - Spec file written from scratch -- cgit v1.2.3