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)
228
228
set (SPECTRUM_VERSION 2.1.x-git-${GIT_REVISION} )
229
229
add_definitions (-DSPECTRUM_VERSION= "${SPECTRUM_VERSION} " )
230
230
else (EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /.git )
231
- set (SPECTRUM_VERSION 2.1.2 )
231
+ set (SPECTRUM_VERSION 2.1.3 )
232
232
add_definitions (-DSPECTRUM_VERSION= "${SPECTRUM_VERSION} " )
233
233
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /.git )
234
234
endif (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
+ ___
1
10
### Version 2.1.2 (2022-02-03)
2
11
#### libpurple backend
3
12
* Fix issues with filetransfers: always use unique filename for incoming file
You can’t perform that action at this time.
0 commit comments