Changeset - 92647102ee4c
[Not reviewed]
2.0.2
0 2 0
Jan Kaluza - 9 years ago 2016-02-09 09:00:58
jkaluza@redhat.com
Preparation for 2.0.2
2 files changed with 7 insertions and 3 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -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)
ChangeLog
Show inline comments
 
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
0 comments (0 inline, 0 general)