aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2016-09-14 13:55:54 +0100
committerMark Haines <mjark@negativecurvature.net>2016-09-14 13:55:54 +0100
commitec7d9686236cb8bc924d5fdbe1b92030afce8b4c (patch)
treefd03d913ecdbd971402441fd857d8a42917092e2 /CHANGELOG.rst
parent7647555fc719a4dac81391e596ad5858ad7c0e1d (diff)
Changelog and version bump for 1.3.01.3.0
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 5b473f8..0ab2eeb 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,3 +1,19 @@
+Changes in `1.3.0 <http://matrix.org/git/olm/commit/?h=1.3.0>`_
+===============================================================
+
+The release updates the group session identifier to avoid collisions.
+The group sessions are now identified by their ed25519 public key.
+
+These changes alter the pickle format of outbound group sessions, attempting
+to unpickle an outbound group session created with a previous version of olm
+will give ``OLM_CORRUPTED_PICKLE``. Inbound sessions are unaffected.
+
+This release alters the format of group session_key messages to include the
+ratchet counter. The session_key messages are now self signed with their
+ed25519 key. No attempt was made to preserve backwards-compatibility.
+Attempting to send session_keys between old and new versions will give
+``OLM_BAD_SESSION_KEY``.
+
Changes in `1.2.0 <http://matrix.org/git/olm/commit/?h=1.2.0>`_
===============================================================