Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SpectrumIM/spectrum2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Takmazov <vitalyster@gmail.com>2022-02-03 01:21:11 +0300
committerVitaly Takmazov <vitalyster@gmail.com>2022-02-03 01:21:11 +0300
commite567728dc0db7daf0948d1069437178c6dea5fc3 (patch)
tree65e5c1e4abb7fe915d5270d4b0348448057ffe48
parentad257b85727aa5bcc72b9f9fbe633d6132703373 (diff)
Update change log for version 2.1.12.1.1
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog.md15
2 files changed, 16 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5c163b4..37d6c453 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)
diff --git a/ChangeLog.md b/ChangeLog.md
index 182b8667..67c83998 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -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