mirror of
https://github.com/mollyim/ringrtc.git
synced 2025-05-16 23:30:34 +01:00
Bump version to v2.50.3
This commit is contained in:
parent
f4eb29ec3d
commit
e9652f57d4
11 changed files with 24 additions and 15 deletions
|
@ -1,5 +1,14 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.50.3
|
||||||
|
|
||||||
|
- Android: Add SpeechEvent to the ClassCache
|
||||||
|
|
||||||
|
- Update to webrtc 6834g
|
||||||
|
- Revert "Mark audio packets as having an encrypted TOC byte"
|
||||||
|
|
||||||
|
- Update Rust code formatting
|
||||||
|
|
||||||
## v2.50.2
|
## v2.50.2
|
||||||
|
|
||||||
- Group Calls: Add receiving PeekInfo over RTP in SfuToDevice
|
- Group Calls: Add receiving PeekInfo over RTP in SfuToDevice
|
||||||
|
|
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -1845,7 +1845,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mrp"
|
name = "mrp"
|
||||||
version = "2.50.2"
|
version = "2.50.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"log",
|
"log",
|
||||||
|
@ -2231,7 +2231,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "protobuf"
|
name = "protobuf"
|
||||||
version = "2.50.2"
|
version = "2.50.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"prost-build",
|
"prost-build",
|
||||||
"tonic-build",
|
"tonic-build",
|
||||||
|
@ -2405,7 +2405,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ringrtc"
|
name = "ringrtc"
|
||||||
version = "2.50.2"
|
version = "2.50.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"aes-gcm-siv",
|
"aes-gcm-siv",
|
||||||
|
|
|
@ -13,7 +13,7 @@ members = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "2.50.2"
|
version = "2.50.3"
|
||||||
authors = ["Calling Team <callingteam@signal.org>"]
|
authors = ["Calling Team <callingteam@signal.org>"]
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = "SignalRingRTC"
|
s.name = "SignalRingRTC"
|
||||||
s.version = "2.50.2"
|
s.version = "2.50.3"
|
||||||
s.summary = "A Swift & Objective-C library used by the Signal iOS app for WebRTC interactions."
|
s.summary = "A Swift & Objective-C library used by the Signal iOS app for WebRTC interactions."
|
||||||
|
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
|
|
|
@ -734,9 +734,9 @@ For more information on this, and how to apply and follow the GNU AGPL, see
|
||||||
<ul class="license-used-by">
|
<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-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/libsignal-core">libsignal-core 0.1.0</a></li>
|
||||||
<li><a href="https://crates.io/crates/mrp">mrp 2.50.2</a></li>
|
<li><a href="https://crates.io/crates/mrp">mrp 2.50.3</a></li>
|
||||||
<li><a href="https://crates.io/crates/protobuf">protobuf 2.50.2</a></li>
|
<li><a href="https://crates.io/crates/protobuf">protobuf 2.50.3</a></li>
|
||||||
<li><a href="https://crates.io/crates/ringrtc">ringrtc 2.50.2</a></li>
|
<li><a href="https://crates.io/crates/ringrtc">ringrtc 2.50.3</a></li>
|
||||||
<li><a href="https://crates.io/crates/regex-aot">regex-aot 0.1.0</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-derive 0.1.0</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -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.50.2, protobuf 2.50.2, ringrtc 2.50.2, regex-aot 0.1.0, partial-default-derive 0.1.0
|
## libsignal-account-keys 0.1.0, libsignal-core 0.1.0, mrp 2.50.3, protobuf 2.50.3, ringrtc 2.50.3, regex-aot 0.1.0, partial-default-derive 0.1.0
|
||||||
|
|
||||||
```
|
```
|
||||||
GNU AFFERO GENERAL PUBLIC LICENSE
|
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>
|
<key>License</key>
|
||||||
<string>GNU Affero General Public License v3.0</string>
|
<string>GNU Affero General Public License v3.0</string>
|
||||||
<key>Title</key>
|
<key>Title</key>
|
||||||
<string>libsignal-account-keys 0.1.0, libsignal-core 0.1.0, mrp 2.50.2, protobuf 2.50.2, ringrtc 2.50.2, regex-aot 0.1.0, partial-default-derive 0.1.0</string>
|
<string>libsignal-account-keys 0.1.0, libsignal-core 0.1.0, mrp 2.50.3, protobuf 2.50.3, ringrtc 2.50.3, regex-aot 0.1.0, partial-default-derive 0.1.0</string>
|
||||||
<key>Type</key>
|
<key>Type</key>
|
||||||
<string>PSGroupSpecifier</string>
|
<string>PSGroupSpecifier</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
2
call_sim/docker/signaling_server/Cargo.lock
generated
2
call_sim/docker/signaling_server/Cargo.lock
generated
|
@ -746,7 +746,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "protobuf"
|
name = "protobuf"
|
||||||
version = "2.50.2"
|
version = "2.50.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"prost-build",
|
"prost-build",
|
||||||
"tonic-build",
|
"tonic-build",
|
||||||
|
|
|
@ -2,4 +2,4 @@ webrtc.version=6834g
|
||||||
|
|
||||||
ringrtc.version.major=2
|
ringrtc.version.major=2
|
||||||
ringrtc.version.minor=50
|
ringrtc.version.minor=50
|
||||||
ringrtc.version.revision=2
|
ringrtc.version.revision=3
|
||||||
|
|
4
src/node/package-lock.json
generated
4
src/node/package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@signalapp/ringrtc",
|
"name": "@signalapp/ringrtc",
|
||||||
"version": "2.50.2",
|
"version": "2.50.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@signalapp/ringrtc",
|
"name": "@signalapp/ringrtc",
|
||||||
"version": "2.50.2",
|
"version": "2.50.3",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@signalapp/ringrtc",
|
"name": "@signalapp/ringrtc",
|
||||||
"version": "2.50.2",
|
"version": "2.50.3",
|
||||||
"description": "Signal Messenger voice and video calling library.",
|
"description": "Signal Messenger voice and video calling library.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|
Loading…
Reference in a new issue