summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.rst6
-rw-r--r--CMakeLists.txt2
-rw-r--r--packaging/biboumi.spec.cmake3
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