File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff 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.2 )
231+ set (SPECTRUM_VERSION 2.1.3 )
232232 add_definitions (-DSPECTRUM_VERSION="${SPECTRUM_VERSION} " )
233233 endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /.git)
234234endif (SPECTRUM_VERSION)
Original file line number Diff line number Diff line change 1+ ### Version 2.1.3 (2022-02-18)
2+ #### General
3+ * minor code refactoring/cleanup, see Git log for details
4+ #### XMPP frontend
5+ * map attachment descriptions to {jabber:x : oob}desc element
6+ * do not send carbon copy to the originated entity
7+ #### libpurple backend
8+ * forward Xfer remote filename as attachment description
9+ ___
110### Version 2.1.2 (2022-02-03)
211#### libpurple backend
312* Fix issues with filetransfers: always use unique filename for incoming file
You can’t perform that action at this time.
0 commit comments