Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Olm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
Olm
Commits
ec7d9686
Commit
ec7d9686
authored
8 years ago
by
Mark Haines
Browse files
Options
Downloads
Patches
Plain Diff
Changelog and version bump for 1.3.0
parent
7647555f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.rst
+16
-0
16 additions, 0 deletions
CHANGELOG.rst
Makefile
+1
-1
1 addition, 1 deletion
Makefile
javascript/package.json
+1
-1
1 addition, 1 deletion
javascript/package.json
with
18 additions
and
2 deletions
CHANGELOG.rst
+
16
−
0
View file @
ec7d9686
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>`_
===============================================================
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
ec7d9686
#!/usr/bin/make -f
MAJOR
:=
1
MINOR
:=
2
MINOR
:=
3
PATCH
:=
0
VERSION
:=
$(
MAJOR
)
.
$(
MINOR
)
.
$(
PATCH
)
PREFIX
?=
/usr/local
...
...
This diff is collapsed.
Click to expand it.
javascript/package.json
+
1
−
1
View file @
ec7d9686
{
"name"
:
"olm"
,
"version"
:
"1.
2
.0"
,
"version"
:
"1.
3
.0"
,
"description"
:
"An implementation of the Double Ratchet cryptographic ratchet"
,
"main"
:
"olm.js"
,
"files"
:
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment