Changelog for
libsignal-0.58.0-1.3.x86_64.rpm :
* Thu Sep 26 2024 Bruno Pitrus
- Update to version 0.58.0 for Signal 7.26.0
* Backup: apply stricter rules for contacts and messages
* SVR3: implement new protocol in libsignal-net.
* Thu Sep 19 2024 Bruno Pitrus - Update to version 0.56.1 for Signal 7.25.0
* Internal work in SVR and libsignal-net
* Renames of the \"reconnect\" libsignal-net ChatService types.
* Several updates to the backup validator.- Remove bogus soname RPM provide.
* Thu Aug 29 2024 Bruno Pitrus - Update to version 0.55.1 for Signal 7.22.0
* libsignal-net: auto-reconnect logic is removed for ChatService
* Legacy SSv2 receive support removed
* Further updates to the backup validator, including omitting the backup timestamp and sorting reactions in the canonical string
* Update to boring v4.9.0
* The Net/Network class now exposes an \"onNetworkChanged\" event, which will clear certain caches and reset cooldowns
* 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