Skip to content

Commit e1a5495

Browse files
committed
Update changelog for version 2.1.3
1 parent 7d7680c commit e1a5495

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
234234
endif(SPECTRUM_VERSION)

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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

0 commit comments

Comments
 (0)