Preparation for 2.0.2
This commit is contained in:
parent
de8114d2da
commit
e155c5badc
2 changed files with 7 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue