diff --git a/CMakeLists.txt b/CMakeLists.txt index 6cbdb3c0..e400e8d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -259,10 +259,10 @@ else (SPECTRUM_VERSION) OUTPUT_VARIABLE GIT_REVISION OUTPUT_STRIP_TRAILING_WHITESPACE ) - set(SPECTRUM_VERSION 2.0.1-git-${GIT_REVISION}) + set(SPECTRUM_VERSION 2.0.2-git-${GIT_REVISION}) ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}") else (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git) - set(SPECTRUM_VERSION 2.0.1) + set(SPECTRUM_VERSION 2.0.2) ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}") endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git) endif (SPECTRUM_VERSION) diff --git a/ChangeLog b/ChangeLog index f3cc91b2..afc111a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Version 2.0.2 (2016-02-xx): +Version 2.0.2 (2016-02-09): General: * Fix joining the room when using JID Escaping even for '@' character. * Fix Raw XML mode - fixes the Swiften backend. @@ -10,6 +10,10 @@ Version 2.0.2 (2016-02-xx): * Support usage of aliases in the rooms, so backends can use the network-based UID for the buddies in the room while still setting user-friendly aliases to them. + * Fix leaving the room when user is connected to transport using two + clients, but only one of them joined the room and that one disconnects + the transport without leaving the room (For example when he just + quits the client). XMPP frontend: * Handle the XMPP VCard changes - updating avatar should work now for