diff options
author | louiz’ <louiz@louiz.org> | 2018-05-23 01:12:31 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-05-23 01:12:31 +0200 |
commit | d3eda68761d6b5f4394c41248ae95915d6e90ae2 (patch) | |
tree | cbcef6c2f5a5eb8b2a9e2ff0ace80e663833cf5b | |
parent | 7d3c1ed92733a05ab4282993ffe58fb88a1b50e9 (diff) | |
download | biboumi-d3eda68761d6b5f4394c41248ae95915d6e90ae2.tar.gz biboumi-d3eda68761d6b5f4394c41248ae95915d6e90ae2.tar.bz2 biboumi-d3eda68761d6b5f4394c41248ae95915d6e90ae2.tar.xz biboumi-d3eda68761d6b5f4394c41248ae95915d6e90ae2.zip |
Release version 8.28.2
-rw-r--r-- | CHANGELOG.rst | 6 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | packaging/biboumi.spec.cmake | 3 |
3 files changed, 10 insertions, 1 deletions
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 <louiz@louiz.org> - 8.2-1 + Update to version 8.1 + * Wed May 14 2018 Le Coz Florent <louiz@louiz.org> - 8.1-1 Update to version 8.1 |