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
matrix-org
Olm
Commits
77eaaa3d
Commit
77eaaa3d
authored
Mar 01, 2017
by
Richard van der Hoff
Browse files
prepare v2.2.2
parent
86c6af94
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
77eaaa3d
Changes in `2.2.2 <http://matrix.org/git/olm/commit/?h=2.2.2>`_
===============================================================
Objective-C wrapper:
* Fixed type of ``messageIndex`` argument in
``exportSessionAtMessageIndex``. Thanks to Greg Hughes.
Changes in `2.2.1 <http://matrix.org/git/olm/commit/?h=2.2.1>`_
===============================================================
...
...
Makefile
View file @
77eaaa3d
...
...
@@ -2,7 +2,7 @@
MAJOR
:=
2
MINOR
:=
2
PATCH
:=
1
PATCH
:=
2
VERSION
:=
$(MAJOR)
.
$(MINOR)
.
$(PATCH)
PREFIX
?=
/usr/local
BUILD_DIR
:=
build
...
...
OLMKit.podspec
View file @
77eaaa3d
...
...
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# The libolm version
MAJOR
=
2
MINOR
=
2
PATCH
=
1
PATCH
=
2
s
.
name
=
"OLMKit"
s
.
version
=
"
#{
MAJOR
}
.
#{
MINOR
}
.
#{
PATCH
}
"
...
...
android/olm-sdk/build.gradle
View file @
77eaaa3d
...
...
@@ -9,9 +9,9 @@ android {
defaultConfig
{
minSdkVersion
11
targetSdkVersion
21
versionCode
22
1
versionName
"2.2.
1
"
version
"2.2.
1
"
versionCode
22
2
versionName
"2.2.
2
"
version
"2.2.
2
"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
}
buildTypes
{
...
...
javascript/package.json
View file @
77eaaa3d
{
"name"
:
"olm"
,
"version"
:
"2.2.
1
"
,
"version"
:
"2.2.
2
"
,
"description"
:
"An implementation of the Double Ratchet 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