From 935a5a7eb13a558d2126481fe71aeb8d551d0257 2018-04-27 12:27:02 From: Vitaly Takmazov Date: 2018-04-27 12:27:02 Subject: [PATCH] bump version to 2.0.7 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a17a5a998e0d4f4feef9848bd5c6d113e5e9a32b..562320b906348022ffc78bd1b48e78eb6bc78f51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -252,7 +252,7 @@ else (SPECTRUM_VERSION) set(SPECTRUM_VERSION 2.0.x-git-${GIT_REVISION}) ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}") else (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git) - set(SPECTRUM_VERSION 2.0.6) + set(SPECTRUM_VERSION 2.0.7) ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}") endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git) endif (SPECTRUM_VERSION) diff --git a/ChangeLog b/ChangeLog index e5fad749bd7f9833d201978c18dd2cfe317b2030..dd08ae9e8bffebb7f82c247af993385df7617e34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Version 2.0.7 (2018-04-27): + General: + * Fix Web interface and Twitter backend compatibilty with Swiften 4 by switching to C++11-compatible JSON library + * Minor changes in packaging and build environment + XMPP: + * Fix XEP-0085 compatibility with some clients + Version 2.0.6 (2018-02-07): General: * Add support for forwading own messages sent from different legacy network client.