Bump version to v2.63.0

This commit is contained in:
Jim Gustafson 2026-01-27 16:24:42 -08:00
parent c4f2ccdf3b
commit 862b85cd3f
11 changed files with 34 additions and 18 deletions

View File

@ -1,5 +1,21 @@
# Changelog
## v2.63.0
- Desktop: Always disable mic and camera on call end
- Build vp9 on iOS and allow configuration
- Update to webrtc 7444e
- Support rebuild with vp9 on iOS
- Remove support for file-based ADM
- Update to cubeb 0.34.0
- Update stats logs and call summary
- Remove "webrtc simulator" builds
## v2.62.0
- Add support for send_call_message_to_adhoc_group

12
Cargo.lock generated
View File

@ -357,7 +357,7 @@ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
[[package]]
name = "call_sim"
version = "2.62.0"
version = "2.63.0"
dependencies = [
"anyhow",
"base64",
@ -371,7 +371,7 @@ dependencies = [
"itertools",
"plotters",
"prost",
"protobuf 2.62.0",
"protobuf 2.63.0",
"regex",
"relative-path",
"serde",
@ -1857,7 +1857,7 @@ dependencies = [
[[package]]
name = "mrp"
version = "2.62.0"
version = "2.63.0"
dependencies = [
"anyhow",
"log",
@ -2315,7 +2315,7 @@ dependencies = [
[[package]]
name = "protobuf"
version = "2.62.0"
version = "2.63.0"
dependencies = [
"prost-build",
"tonic-prost-build",
@ -2587,7 +2587,7 @@ dependencies = [
[[package]]
name = "ringrtc"
version = "2.62.0"
version = "2.63.0"
dependencies = [
"aes",
"aes-gcm-siv",
@ -2615,7 +2615,7 @@ dependencies = [
"neon",
"num_enum",
"prost",
"protobuf 2.62.0",
"protobuf 2.63.0",
"rand 0.8.5",
"rand_chacha 0.3.1",
"regex",

View File

@ -13,7 +13,7 @@ members = [
]
[workspace.package]
version = "2.62.0"
version = "2.63.0"
authors = ["Calling Team <callingteam@signal.org>"]
[patch.crates-io]

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = "SignalRingRTC"
s.version = "2.62.0"
s.version = "2.63.0"
s.summary = "A Swift & Objective-C library used by the Signal iOS app for WebRTC interactions."
s.description = <<-DESC

View File

@ -734,9 +734,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.62.0</a></li>
<li><a href="https://crates.io/crates/protobuf">protobuf 2.62.0</a></li>
<li><a href="https://crates.io/crates/ringrtc">ringrtc 2.62.0</a></li>
<li><a href="https://crates.io/crates/mrp">mrp 2.63.0</a></li>
<li><a href="https://crates.io/crates/protobuf">protobuf 2.63.0</a></li>
<li><a href="https://crates.io/crates/ringrtc">ringrtc 2.63.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 0.1.0</a></li>

View File

@ -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.62.0, protobuf 2.62.0, ringrtc 2.62.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.63.0, protobuf 2.63.0, ringrtc 2.63.0, regex-aot 0.1.0, partial-default-derive 0.1.0, partial-default 0.1.0
```
GNU AFFERO GENERAL PUBLIC LICENSE

View File

@ -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.62.0, protobuf 2.62.0, ringrtc 2.62.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.63.0, protobuf 2.63.0, ringrtc 2.63.0, regex-aot 0.1.0, partial-default-derive 0.1.0, partial-default 0.1.0</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>

View File

@ -662,7 +662,7 @@ dependencies = [
[[package]]
name = "protobuf"
version = "2.62.0"
version = "2.63.0"
dependencies = [
"prost-build",
"tonic-prost-build",

View File

@ -1,5 +1,5 @@
webrtc.version=7444e
ringrtc.version.major=2
ringrtc.version.minor=62
ringrtc.version.minor=63
ringrtc.version.revision=0

View File

@ -1,12 +1,12 @@
{
"name": "@signalapp/ringrtc",
"version": "2.62.0",
"version": "2.63.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@signalapp/ringrtc",
"version": "2.62.0",
"version": "2.63.0",
"hasInstallScript": true,
"license": "AGPL-3.0-only",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@signalapp/ringrtc",
"version": "2.62.0",
"version": "2.63.0",
"repository": {
"type": "git",
"url": "https://github.com/signalapp/ringrtc.git",