Changeset - 328a6ef434f1
[Not reviewed]
2.0.6
0 2 0
Vitaly Takmazov - 7 years ago 2018-02-07 11:57:43
vitalyster@gmail.com
2.0.6
2 files changed with 18 insertions and 2 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -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)
ChangeLog
Show inline comments
 
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
0 comments (0 inline, 0 general)