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
64afab93
Commit
64afab93
authored
Jun 01, 2021
by
Hubert Chathi
Browse files
prepare for release
parent
995def93
Pipeline
#5498
passed with stages
in 4 minutes and 14 seconds
Changes
8
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
64afab93
Changes in `3.2.4 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.4>`_
=========================================================================
This release includes the following changes since 3.2.3:
* Android build fixes.
Changes in `3.2.3 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.3>`_
=========================================================================
...
...
CMakeLists.txt
View file @
64afab93
cmake_minimum_required
(
VERSION 3.4
)
project
(
olm VERSION 3.2.
3
LANGUAGES CXX C
)
project
(
olm VERSION 3.2.
4
LANGUAGES CXX C
)
option
(
OLM_TESTS
"Build tests"
ON
)
option
(
BUILD_SHARED_LIBS
"Build as a shared library"
ON
)
...
...
OLMKit.podspec
View file @
64afab93
...
...
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# The libolm version
MAJOR
=
3
MINOR
=
2
PATCH
=
3
PATCH
=
4
s
.
name
=
"OLMKit"
s
.
version
=
"
#{
MAJOR
}
.
#{
MINOR
}
.
#{
PATCH
}
"
...
...
Package.swift
View file @
64afab93
...
...
@@ -2,7 +2,7 @@
import
PackageDescription
let
major
=
3
,
minor
=
2
,
patch
=
3
let
major
=
3
,
minor
=
2
,
patch
=
4
let
package
=
Package
(
name
:
"Olm"
,
...
...
android/olm-sdk/src/main/java/org/matrix/olm/OlmManager.java
View file @
64afab93
...
...
@@ -46,7 +46,7 @@ public class OlmManager {
* @return the library version
*/
public
String
getVersion
()
{
return
"3.2.
3
"
;
return
"3.2.
4
"
;
}
/**
...
...
common.mk
View file @
64afab93
MAJOR
:=
3
MINOR
:=
2
PATCH
:=
3
PATCH
:=
4
javascript/package.json
View file @
64afab93
{
"name"
:
"@matrix-org/olm"
,
"version"
:
"3.2.
3
"
,
"version"
:
"3.2.
4
"
,
"description"
:
"An implementation of the Double Ratchet cryptographic ratchet"
,
"main"
:
"olm.js"
,
"files"
:
[
...
...
python/olm/__version__.py
View file @
64afab93
...
...
@@ -2,7 +2,7 @@ __title__ = "python-olm"
__description__
=
(
"python CFFI bindings for the olm "
"cryptographic ratchet library"
)
__url__
=
"https://github.com/poljar/python-olm"
__version__
=
"3.2.
3
"
__version__
=
"3.2.
4
"
__author__
=
"Damir Jelić"
__author_email__
=
"poljar@termina.org.uk"
__license__
=
"Apache 2.0"
...
...
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