Skip to content

Commit

Permalink
Update change log for version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyster committed Feb 2, 2022
1 parent ad257b8 commit e567728
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ else(SPECTRUM_VERSION)
set(SPECTRUM_VERSION 2.1.x-git-${GIT_REVISION})
add_definitions(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
else(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
set(SPECTRUM_VERSION 2.1.0)
set(SPECTRUM_VERSION 2.1.1)
add_definitions(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
endif(SPECTRUM_VERSION)
Expand Down
15 changes: 15 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### Version 2.1.1 (2022-02-03)
#### General
* Fix MySQL 8.x compatibility
* Various minor code improvements, see commit log
#### libpurple backend
* Fix issues with filetransfers: files automatically downloaded to `web.directory`
* Add support for the purple-gowhatsapp QR code auth
* Fix crash when processing `[purple]` boolean config options
#### Docker
* Updated base image to Debian 11
* Added example `docker-compose` configuration
#### Web interface
* Fix security issues found by CodeQL scans
* Use third-party scripts from CDN
___
### Version 2.1.0 (2021-10-15)
#### General
* Swiften 4.0 is now minimum supported Swiften version
Expand Down

0 comments on commit e567728

Please sign in to comment.