File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ else (SPECTRUM_VERSION)
251
251
set (SPECTRUM_VERSION 2.0.x-git-${GIT_REVISION} )
252
252
ADD_DEFINITIONS (-DSPECTRUM_VERSION="${SPECTRUM_VERSION} " )
253
253
else (EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /.git)
254
- set (SPECTRUM_VERSION 2.0.9 )
254
+ set (SPECTRUM_VERSION 2.0.10 )
255
255
ADD_DEFINITIONS (-DSPECTRUM_VERSION="${SPECTRUM_VERSION} " )
256
256
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /.git)
257
257
endif (SPECTRUM_VERSION)
Original file line number Diff line number Diff line change
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
+
1
10
Version 2.0.9 (2018-09-22):
2
11
General:
3
12
* Finally fix MySQL storage backend issues
You can’t perform that action at this time.
0 commit comments