Releases: jitsi/libjitsi
Releases · jitsi/libjitsi
r1.1-34-gb93ce2ee
feat: Updates opus to latest 1.5.2. (#578) * feat: Updates opus to latest 1.4. * squash: Let's try latest 1.5.2 :) will it pass.
r1.1-33-g1d3d357b
Bump bouncycastle to version 1.77. (#574)
r1.1-32-g2a5a8171
Update Ubuntu and Debian distros to supported versions (#571)
r1.1-31-g532ecd55
Update GitHub release action
r1.1-30-gb1b02a58
Fix Portaudio linkage, update dependencies
r1.1-29-g00e62769
Bump bouncycastle again, to 1.75; bump jitsi-srtp to pull in dependen…
r1.1-26-g4e9c95d3
Remove deprecated ::set-output (#566) See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
r1.1-23-g86401561
Build for arm64-osx (#564) * Build for arm64-osx * More required packages * Remove unsupported filter for speex and speexdsp * Fix vcpkg ppc64el * Make Git available
r1.1-22-g5c9346c5
Build Mac part of MacCoreAudio
r1.1-21-gde8f41c4
Ensure native libraries are loaded properly if running on OSGi System.loadLibrary works properly in a real OSGi context in combination with Bundle-NativeCode manifest headers. The hacky JNIUtils with reflection and absolute paths is broken on newer Java versions unless add-opens is added. We don't need that.