Changeset - 253505c23ffb
[Not reviewed]
2.0.8
0 2 0
Vitaly Takmazov - 7 years ago 2018-09-17 09:46:40
vitalyster@gmail.com
Version 2.0.8 ChangeLog
2 files changed with 15 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -237,7 +237,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.7)
 
		set(SPECTRUM_VERSION 2.0.8)
 
		ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
 
	endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
 
endif (SPECTRUM_VERSION)
ChangeLog
Show inline comments
 
Version 2.0.8 (2018-09-17):
 
	General:
 
	* Fix some MySQL storage backend issues
 
	* Appveyor build integration
 
	Libpurple backend:
 
	* Fix Steam Guard compatibility in Steam Mobile plugin
 
	* Fix VCard forwarding and room joining issues
 
	Twitter backend:
 
	* 280 characters support
 
	* Support for Direct Messages is disabled until switching to new
 
	Direct Message API
 
	Libcommuni backend:
 
	* split multiline messages into series of PRIVMSG commands
 

	
 
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
0 comments (0 inline, 0 general)