From 31580da915a271f46030fb144e5b3a93b5d96154 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 15 Oct 2021 01:46:08 +0300 Subject: 2.1.0 Changelog --- CMakeLists.txt | 4 ++-- ChangeLog | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61093eb4..e7fedde0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -222,10 +222,10 @@ else(SPECTRUM_VERSION) OUTPUT_VARIABLE GIT_REVISION OUTPUT_STRIP_TRAILING_WHITESPACE ) - set(SPECTRUM_VERSION 2.0.x-git-${GIT_REVISION}) + set(SPECTRUM_VERSION 2.1.x-git-${GIT_REVISION}) add_definitions(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}") else(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git) - set(SPECTRUM_VERSION 2.0.13) + set(SPECTRUM_VERSION 2.1.0) add_definitions(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}") endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git) endif(SPECTRUM_VERSION) diff --git a/ChangeLog b/ChangeLog index 4d1e6ed8..8e552f1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Version 2.1.0 (2021-10-15): + General: + * Swiften 4.0 is now minumum supported Swiften version + * CMake 3.7 is now minimal supported CMake version (which is present in Debian + oldoldstable) + * improve compatibility with latest build tools and dependencies + * Fix service discovery compatibility with some clients (Gajim) + libpurple backend: + * Improved support for passwordless backends + Version 2.0.13 (2020-07-13): General: * improve compatibility with latest build tools -- cgit v1.2.3