Skip to content

Commit e567728

Browse files
committed
Update change log for version 2.1.1
1 parent ad257b8 commit e567728

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ else(SPECTRUM_VERSION)
228228
set(SPECTRUM_VERSION 2.1.x-git-${GIT_REVISION})
229229
add_definitions(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
230230
else(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
231-
set(SPECTRUM_VERSION 2.1.0)
231+
set(SPECTRUM_VERSION 2.1.1)
232232
add_definitions(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
233233
endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
234234
endif(SPECTRUM_VERSION)

ChangeLog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
___
116
### Version 2.1.0 (2021-10-15)
217
#### General
318
* Swiften 4.0 is now minimum supported Swiften version

0 commit comments

Comments
 (0)