aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-07-20 17:40:28 +0200
committerLinus Jahn <lnj@kaidan.im>2020-07-20 17:40:28 +0200
commitf4914c60336082942a23a5edfbc52488695d818b (patch)
tree33d3e2df17f8dd9e812cb0fbc046c995eb8a7923
parent0710dee7e93ad0cfa0f0d12fdcefa7dc2d7c9865 (diff)
downloadqxmpp-f4914c60336082942a23a5edfbc52488695d818b.tar.gz
Release QXmpp 1.3.1
-rw-r--r--CHANGELOG.md12
-rw-r--r--CMakeLists.txt2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83ebfe28..cc92d55e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+QXmpp 1.3.1 (Jul 20, 2020)
+--------------------------
+
+The most important change of this release is the fix of CVE-2017-5603. QXmpp is
+not vulnerable to roster push attacks (CVE-2016-9928).
+
+Fixes:
+ - QXmppRosterIq: Set subscriptionType to NotSet correctly (#293, @melvo)
+ - Fix `QXMPP_EXPORT` define when linking statically (#299, @leobasilio)
+ - QXmppMessageReceiptManager: Ignore all error messages (#300, @lnjX)
+ - QXmppCarbonManager: Fix CVE-2017-5603 (missing sender check) (#304, @lnjX)
+
QXmpp 1.3.0 (Apr 06, 2020)
--------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8d69104d..86ade251 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ project(qxmpp)
set(VERSION_MAJOR 1)
set(VERSION_MINOR 3)
-set(VERSION_PATCH 0)
+set(VERSION_PATCH 1)
set(SO_VERSION 3)
set(VERSION_STRING ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH VERSION_STRING)