Skip to content

Commit

Permalink
2.0.10 Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyster committed Jan 25, 2019
1 parent 952992b commit f070441
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,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.9)
set(SPECTRUM_VERSION 2.0.10)
ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
endif (SPECTRUM_VERSION)
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 2.0.10 (2019-01-25):
General:
* Compatibility with latest compilers and libraries
Libpurple backend:
* 2FA support for Discord plugin
* Compatibility with non-protocol plugins (nss-prefs)
* Improved room list forwarding
* Improved image forwarding

Version 2.0.9 (2018-09-22):
General:
* Finally fix MySQL storage backend issues
Expand Down

0 comments on commit f070441

Please sign in to comment.