We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbfac7 commit 6bd12b3Copy full SHA for 6bd12b3
CMakeLists.txt
@@ -228,7 +228,7 @@ else(SPECTRUM_VERSION)
228
set(SPECTRUM_VERSION 2.1.x-git-${GIT_REVISION})
229
add_definitions(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
230
else(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
231
- set(SPECTRUM_VERSION 2.1.1)
+ set(SPECTRUM_VERSION 2.1.2)
232
233
endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
234
endif(SPECTRUM_VERSION)
ChangeLog.md
@@ -1,3 +1,7 @@
1
+### Version 2.1.2 (2022-02-03)
2
+#### libpurple backend
3
+* Fix issues with filetransfers: always use unique filename for incoming file
4
+___
5
### Version 2.1.1 (2022-02-03)
6
#### General
7
* Fix MySQL 8.x compatibility
0 commit comments