Skip to content

Commit

Permalink
Bump version to v2.44.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-signal committed Jul 3, 2024
1 parent 21e3e4c commit efb2a9c
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 14 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Changelog

## v2.44.3

- Android: Add audio device module based on Oboe

- Update to webrtc 6478e
- Add audio device module for android based on Oboe
- Remove support for setting mobile aec
- Simplify handling of audio callbacks

- Desktop ADM: Resolve dependency cycle and other improvements

## v2.44.2

- Add support for switching to RingRTC ADM
- Desktop ADM: Add support for switching to RingRTC ADM

- Fix Python deprecation warning

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
]

[workspace.package]
version = "2.44.2"
version = "2.44.3"
authors = ["Calling Team <[email protected]>"]

[patch.crates-io]
Expand Down
2 changes: 1 addition & 1 deletion SignalRingRTC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SignalRingRTC"
s.version = "2.44.2"
s.version = "2.44.3"
s.summary = "A Swift & Objective-C library used by the Signal iOS app for WebRTC interactions."

s.description = <<-DESC
Expand Down
6 changes: 3 additions & 3 deletions acknowledgments/acknowledgments.html
Original file line number Diff line number Diff line change
Expand Up @@ -733,11 +733,11 @@ <h3 id="AGPL-3.0">GNU Affero General Public License v3.0 (synthesized)</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<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.44.2</a></li>
<li><a href="https://crates.io/crates/mrp">mrp 2.44.3</a></li>
<li><a href="https://github.com/signalapp/partial-default">partial-default-derive 0.1.0</a></li>
<li><a href="https://crates.io/crates/protobuf">protobuf 2.44.2</a></li>
<li><a href="https://crates.io/crates/protobuf">protobuf 2.44.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/ringrtc">ringrtc 2.44.2</a></li>
<li><a href="https://crates.io/crates/ringrtc">ringrtc 2.44.3</a></li>
</ul>
<pre class="license-text">GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Expand Down
2 changes: 1 addition & 1 deletion acknowledgments/acknowledgments.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
```

## libsignal-core 0.1.0, mrp 2.44.2, partial-default-derive 0.1.0, protobuf 2.44.2, regex-aot 0.1.0, ringrtc 2.44.2
## libsignal-core 0.1.0, mrp 2.44.3, partial-default-derive 0.1.0, protobuf 2.44.3, regex-aot 0.1.0, ringrtc 2.44.3

```
GNU AFFERO GENERAL PUBLIC LICENSE
Expand Down
2 changes: 1 addition & 1 deletion acknowledgments/acknowledgments.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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</string>
<key>Title</key>
<string>libsignal-core 0.1.0, mrp 2.44.2, partial-default-derive 0.1.0, protobuf 2.44.2, regex-aot 0.1.0, ringrtc 2.44.2</string>
<string>libsignal-core 0.1.0, mrp 2.44.3, partial-default-derive 0.1.0, protobuf 2.44.3, regex-aot 0.1.0, ringrtc 2.44.3</string>
<key>Type</key>
<string>PSGroupSpecifier</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion call_sim/docker/signaling_server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ webrtc.version=6478e

ringrtc.version.major=2
ringrtc.version.minor=44
ringrtc.version.revision=2
ringrtc.version.revision=3
2 changes: 1 addition & 1 deletion src/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalapp/ringrtc",
"version": "2.44.2",
"version": "2.44.3",
"description": "Signal Messenger voice and video calling library.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit efb2a9c

Please sign in to comment.