Skip to content

Commit f070441

Browse files
committed
2.0.10 Changelog
1 parent 952992b commit f070441

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ else (SPECTRUM_VERSION)
251251
set(SPECTRUM_VERSION 2.0.x-git-${GIT_REVISION})
252252
ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
253253
else (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
254-
set(SPECTRUM_VERSION 2.0.9)
254+
set(SPECTRUM_VERSION 2.0.10)
255255
ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
256256
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
257257
endif (SPECTRUM_VERSION)

ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 2.0.10 (2019-01-25):
2+
General:
3+
* Compatibility with latest compilers and libraries
4+
Libpurple backend:
5+
* 2FA support for Discord plugin
6+
* Compatibility with non-protocol plugins (nss-prefs)
7+
* Improved room list forwarding
8+
* Improved image forwarding
9+
110
Version 2.0.9 (2018-09-22):
211
General:
312
* Finally fix MySQL storage backend issues

0 commit comments

Comments
 (0)