Skip to content

Commit

Permalink
Update changelog for version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyster committed Feb 18, 2022
1 parent 7d7680c commit e1a5495
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.2)
set(SPECTRUM_VERSION 2.1.3)
add_definitions(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
endif(SPECTRUM_VERSION)
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### Version 2.1.3 (2022-02-18)
#### General
* minor code refactoring/cleanup, see Git log for details
#### XMPP frontend
* map attachment descriptions to {jabber:x:oob}desc element
* do not send carbon copy to the originated entity
#### libpurple backend
* forward Xfer remote filename as attachment description
___
### Version 2.1.2 (2022-02-03)
#### libpurple backend
* Fix issues with filetransfers: always use unique filename for incoming file
Expand Down

0 comments on commit e1a5495

Please sign in to comment.