From 328a6ef434f1013fec53fe37662805b68ed911f0 2018-02-07 11:57:43 From: Vitaly Takmazov Date: 2018-02-07 11:57:43 Subject: [PATCH] 2.0.6 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 66e97f0f275de103210360657789284f6082ecf9..e395d034ee6ba9631d8d75b2d6b382cb38caa295 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -254,10 +254,10 @@ else (SPECTRUM_VERSION) OUTPUT_VARIABLE GIT_REVISION OUTPUT_STRIP_TRAILING_WHITESPACE ) - set(SPECTRUM_VERSION 2.0.5-git-${GIT_REVISION}) + 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.5) + set(SPECTRUM_VERSION 2.0.6) ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}") endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git) endif (SPECTRUM_VERSION) diff --git a/ChangeLog b/ChangeLog index e382e733d44129c1134df56a90e22025df8559ce..e5fad749bd7f9833d201978c18dd2cfe317b2030 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Version 2.0.6 (2018-02-07): + General: + * Add support for forwading own messages sent from different legacy network client. + XMPP frontend: + * Forward own messages as XEP-280 Carbons. Requires XEP-0356 capable server + and transport should be configured as privileged entity for outgoing messages. + * Fixed compatibility with XEP-0356: now it can be used to provide remote + roster management support. + * Forward images using XEP-0066 attachments. May not be compatible with all backends. + Libpurple backend: + * Forward own messages to frontend. Tested with prpl-skypeweb. + * Fixed compatibility with latest prpl-steam-mobile + Minor bugfixes: + * packaging updates and improvements + * better compatibility with newest compilers and libraries + Version 2.0.5 (2017-08-09): Minor bugfixes: * fix purple-hangouts login