File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ else(SPECTRUM_VERSION)
228
228
set (SPECTRUM_VERSION 2.1.x-git-${GIT_REVISION} )
229
229
add_definitions (-DSPECTRUM_VERSION= "${SPECTRUM_VERSION} " )
230
230
else (EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /.git )
231
- set (SPECTRUM_VERSION 2.1.0 )
231
+ set (SPECTRUM_VERSION 2.1.1 )
232
232
add_definitions (-DSPECTRUM_VERSION= "${SPECTRUM_VERSION} " )
233
233
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /.git )
234
234
endif (SPECTRUM_VERSION )
Original file line number Diff line number Diff line change
1
+ ### Version 2.1.1 (2022-02-03)
2
+ #### General
3
+ * Fix MySQL 8.x compatibility
4
+ * Various minor code improvements, see commit log
5
+ #### libpurple backend
6
+ * Fix issues with filetransfers: files automatically downloaded to ` web.directory `
7
+ * Add support for the purple-gowhatsapp QR code auth
8
+ * Fix crash when processing ` [purple] ` boolean config options
9
+ #### Docker
10
+ * Updated base image to Debian 11
11
+ * Added example ` docker-compose ` configuration
12
+ #### Web interface
13
+ * Fix security issues found by CodeQL scans
14
+ * Use third-party scripts from CDN
15
+ ___
1
16
### Version 2.1.0 (2021-10-15)
2
17
#### General
3
18
* Swiften 4.0 is now minimum supported Swiften version
You can’t perform that action at this time.
0 commit comments