Bump version to v2.65.1
This commit is contained in:
parent
e1ddacd43f
commit
a86f8a6832
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## v2.65.1
|
||||
|
||||
- Add webrtc_artifact_checksums.json to podspec to fix iOS build
|
||||
|
||||
## v2.65.0
|
||||
|
||||
- Add direct call timestamps to telemetry
|
||||
|
||||
14
Cargo.lock
generated
14
Cargo.lock
generated
@ -366,7 +366,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "call_sim"
|
||||
version = "2.65.0"
|
||||
version = "2.65.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
@ -380,7 +380,7 @@ dependencies = [
|
||||
"itertools",
|
||||
"plotters",
|
||||
"prost",
|
||||
"protobuf 2.65.0",
|
||||
"protobuf 2.65.1",
|
||||
"regex",
|
||||
"relative-path",
|
||||
"serde",
|
||||
@ -2004,7 +2004,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "mrp"
|
||||
version = "2.65.0"
|
||||
version = "2.65.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"log",
|
||||
@ -2523,7 +2523,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "protobuf"
|
||||
version = "2.65.0"
|
||||
version = "2.65.1"
|
||||
dependencies = [
|
||||
"prost-build",
|
||||
"tonic-prost-build",
|
||||
@ -2846,7 +2846,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ringrtc"
|
||||
version = "2.65.0"
|
||||
version = "2.65.1"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"aes-gcm-siv",
|
||||
@ -2874,7 +2874,7 @@ dependencies = [
|
||||
"neon",
|
||||
"num_enum",
|
||||
"prost",
|
||||
"protobuf 2.65.0",
|
||||
"protobuf 2.65.1",
|
||||
"rand 0.8.5",
|
||||
"rand_chacha 0.3.1",
|
||||
"regex",
|
||||
@ -3971,7 +3971,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "webrtc-sys"
|
||||
version = "2.65.0"
|
||||
version = "2.65.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"webrtc-sys-build",
|
||||
|
||||
@ -15,7 +15,7 @@ members = [
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "2.65.0"
|
||||
version = "2.65.1"
|
||||
authors = ["Calling Team <callingteam@signal.org>"]
|
||||
|
||||
[patch.crates-io]
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "SignalRingRTC"
|
||||
s.version = "2.65.0"
|
||||
s.version = "2.65.1"
|
||||
s.summary = "A Swift & Objective-C library used by the Signal iOS app for WebRTC interactions."
|
||||
|
||||
s.description = <<-DESC
|
||||
|
||||
@ -735,9 +735,9 @@ For more information on this, and how to apply and follow the GNU AGPL, see
|
||||
<ul class="license-used-by">
|
||||
<li><a href="https://crates.io/crates/libsignal-account-keys">libsignal-account-keys 0.1.0</a></li>
|
||||
<li><a href="https://crates.io/crates/libsignal-core">libsignal-core 0.1.0</a></li>
|
||||
<li><a href="https://crates.io/crates/mrp">mrp 2.65.0</a></li>
|
||||
<li><a href="https://crates.io/crates/protobuf">protobuf 2.65.0</a></li>
|
||||
<li><a href="https://crates.io/crates/ringrtc">ringrtc 2.65.0</a></li>
|
||||
<li><a href="https://crates.io/crates/mrp">mrp 2.65.1</a></li>
|
||||
<li><a href="https://crates.io/crates/protobuf">protobuf 2.65.1</a></li>
|
||||
<li><a href="https://crates.io/crates/ringrtc">ringrtc 2.65.1</a></li>
|
||||
<li><a href="https://crates.io/crates/regex-aot">regex-aot 0.1.0</a></li>
|
||||
<li><a href="https://github.com/signalapp/partial-default">partial-default-derive 0.1.0</a></li>
|
||||
<li><a href="https://github.com/signalapp/partial-default">partial-default 0.1.0</a></li>
|
||||
|
||||
@ -669,7 +669,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
|
||||
|
||||
```
|
||||
|
||||
## libsignal-account-keys 0.1.0, libsignal-core 0.1.0, mrp 2.65.0, protobuf 2.65.0, ringrtc 2.65.0, regex-aot 0.1.0, partial-default-derive 0.1.0, partial-default 0.1.0
|
||||
## libsignal-account-keys 0.1.0, libsignal-core 0.1.0, mrp 2.65.1, protobuf 2.65.1, ringrtc 2.65.1, regex-aot 0.1.0, partial-default-derive 0.1.0, partial-default 0.1.0
|
||||
|
||||
```
|
||||
GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
|
||||
@ -924,7 +924,7 @@ You should also get your employer (if you work as a programmer) or school, if an
|
||||
<key>License</key>
|
||||
<string>GNU Affero General Public License v3.0 only</string>
|
||||
<key>Title</key>
|
||||
<string>libsignal-account-keys 0.1.0, libsignal-core 0.1.0, mrp 2.65.0, protobuf 2.65.0, ringrtc 2.65.0, regex-aot 0.1.0, partial-default-derive 0.1.0, partial-default 0.1.0</string>
|
||||
<string>libsignal-account-keys 0.1.0, libsignal-core 0.1.0, mrp 2.65.1, protobuf 2.65.1, ringrtc 2.65.1, regex-aot 0.1.0, partial-default-derive 0.1.0, partial-default 0.1.0</string>
|
||||
<key>Type</key>
|
||||
<string>PSGroupSpecifier</string>
|
||||
</dict>
|
||||
|
||||
2
call_sim/docker/signaling_server/Cargo.lock
generated
2
call_sim/docker/signaling_server/Cargo.lock
generated
@ -662,7 +662,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "protobuf"
|
||||
version = "2.65.0"
|
||||
version = "2.65.1"
|
||||
dependencies = [
|
||||
"prost-build",
|
||||
"tonic-prost-build",
|
||||
|
||||
@ -2,4 +2,4 @@ webrtc.version=7444f
|
||||
|
||||
ringrtc.version.major=2
|
||||
ringrtc.version.minor=65
|
||||
ringrtc.version.revision=0
|
||||
ringrtc.version.revision=1
|
||||
|
||||
4
src/node/package-lock.json
generated
4
src/node/package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@signalapp/ringrtc",
|
||||
"version": "2.65.0",
|
||||
"version": "2.65.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@signalapp/ringrtc",
|
||||
"version": "2.65.0",
|
||||
"version": "2.65.1",
|
||||
"hasInstallScript": true,
|
||||
"license": "AGPL-3.0-only",
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@signalapp/ringrtc",
|
||||
"version": "2.65.0",
|
||||
"version": "2.65.1",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/signalapp/ringrtc.git",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user