Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Telatynski
Olm
Commits
f3b9c3bb
Commit
f3b9c3bb
authored
Jul 11, 2016
by
Richard van der Hoff
Browse files
Prepare 1.0.0 release
parent
f2151c02
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
0 → 100644
View file @
f3b9c3bb
Changes in `1.0.0 <http://matrix.org/git/olm/commit/?h=1.0.0>`_
===============================================================
This release includes a fix to a bug which had the potential to leak sensitive
data to the application: see
https://github.com/vector-im/vector-web/issues/1719. Users of pre-1.x.x
versions of the Olm library should upgrade. Our thanks to `Dmitry Luyciv
<https://github.com/dluciv>`_ for bringing our attention to the bug.
Other changes since 0.1.0:
* *Experimental* implementation of the primitives for group sessions. This
implementation has not yet been used in an application and developers are
advised not to rely on its stability.
* Replace custom build scripts with a Makefile.
* Include the major version number in the soname of libolm.so (credit to
Emmanuel Gil Peyrot).
Makefile
View file @
f3b9c3bb
#!/usr/bin/make -f
MAJOR
:=
0
MINOR
:=
1
MAJOR
:=
1
MINOR
:=
0
PATCH
:=
0
VERSION
:=
$(MAJOR)
.
$(MINOR)
.
$(PATCH)
PREFIX
?=
/usr/local
...
...
javascript/package.json
View file @
f3b9c3bb
{
"name"
:
"olm"
,
"version"
:
"
0.1
.0"
,
"version"
:
"
1.0
.0"
,
"description"
:
"An implementation of a well known cryptographic ratchet"
,
"main"
:
"olm.js"
,
"files"
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment