From d3eda68761d6b5f4394c41248ae95915d6e90ae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 23 May 2018 01:12:31 +0200 Subject: Release version 8.2 --- CHANGELOG.rst | 6 ++++++ CMakeLists.txt | 2 +- packaging/biboumi.spec.cmake | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1385f40..cd7c4a1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,9 @@ +Version 8.2 - 2018-05-23 +======================== + +- The users are not able to bypass the fixed mode by just configuring a + different Address for the IRC server anymore. + Version 8.1 - 2018-05-14 ======================== diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d59aa7..26f2f11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0) project(biboumi) set(${PROJECT_NAME}_VERSION_MAJOR 8) -set(${PROJECT_NAME}_VERSION_MINOR 1) +set(${PROJECT_NAME}_VERSION_MINOR 2) set(${PROJECT_NAME}_VERSION_SUFFIX "") if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU") diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake index 119505c..d658c55 100644 --- a/packaging/biboumi.spec.cmake +++ b/packaging/biboumi.spec.cmake @@ -63,6 +63,9 @@ make check %{?_smp_mflags} %changelog +* Wed May 25 2018 Le Coz Florent - 8.2-1 + Update to version 8.1 + * Wed May 14 2018 Le Coz Florent - 8.1-1 Update to version 8.1 -- cgit v1.2.3