Changelog for
libsignal-0.54.0-10.2.i686.rpm :
* Thu Aug 15 2024 thod_AATTgmx.de- Update to version 0.54.0 for Signal 7.20.0
* Node, Swift: changes in the libsignal-net API
* Internal improvements and housekeeping changes
* Node: Split ChatService into AuthenticatedChatService and UnauthenticatedChatService. We plan to make a similar split for the other platforms in the future.
* Node: Upload Breakpad syms files for debug info instead of using per-platform formats
* Server: Added SealedSenderMultiRecipientMessage#serializedRecipientView, to save on repeated parsing
* Backups: ComparableMessageBackup can be used to check message backups for equality
* Java: ChatServiceException extends IOException
* SVR3: implement migration support, improve resilience to connection failures- Add remove-message-backup-test.patch
* Thu Jul 18 2024 Bruno Pitrus
- Update to version 0.52.3 for Signal 7.16.0
* SVR3: Restores can now fall back to previous environments.
* SVR3: Provide a migration API, for backing up to the latest environment and clearing from previous ones.
* ChatService: 4xx messages from proxies will no longer be considered authoritative.
* ChatService: Fixed a hang when the same instance was used for both auth and unauth connections.
* Node: libsignal will drop log events if they are not being drained from the Node event loop fast enough, rather than continue to saturate the event loop.
* Net: customize response status code sent to server
* Backups: bugfix to prevent short file reads
* Fri Jul 05 2024 Bruno Pitrus - Initial package of version 0.51.1 for Signal 7.15.0- Import patches from signal-desktop package
* boringssl-sys-no-static.patch
* libsignal-client-visibility-hidden.patch
* cc-link-lib-no-static.patch
* ring-no-static.patch- Add build_node_bridge-inject-options.patch