Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SpectrumIM/spectrum2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Takmazov <vitalyster@gmail.com>2022-02-18 06:51:50 +0300
committerVitaly Takmazov <vitalyster@gmail.com>2022-02-18 06:51:50 +0300
commite1a5495926e4e3a824b024e0c69a20358eb39480 (patch)
treef3e00bd74db82145792edb44ef465dfe538f2729
parent7d7680cce82f1c036f29581cb3163162d3298e96 (diff)
Update changelog for version 2.1.32.1.3
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog.md9
2 files changed, 10 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f46acf2e..c7fbb788 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)
diff --git a/ChangeLog.md b/ChangeLog.md
index 19519589..8da94afc 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -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