Changeset - 935a5a7eb13a
[Not reviewed]
2.0.7
0 2 0
Vitaly Takmazov - 7 years ago 2018-04-27 12:27:02
vitalyster@gmail.com
bump version to 2.0.7
2 files changed with 8 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -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)
ChangeLog
Show inline comments
 
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.
0 comments (0 inline, 0 general)