File magic-wormhole.rs.changes of Package magic-wormhole.rs
-------------------------------------------------------------------
Sun Jan 19 06:09:24 UTC 2025 - Joshua Smith <smolsheep@opensuse.org>
- Update to 0.7.5:
* Fix: Command line arguments completion would generate
completions for magic-wormhole-cli, not wormhole-rs
-------------------------------------------------------------------
Sat Nov 30 22:40:27 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Redownload tarball: Upstream updated the existing 0.7.4
- Run vendoring again
-------------------------------------------------------------------
Sat Nov 30 08:23:40 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Update to 0.7.4:
Fixes
* cli: autocomplete would use the wrong wordlist exactly 100% of
the time
* cli: Remove unmaintained instant dependency
-------------------------------------------------------------------
Fri Oct 25 00:36:54 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Add system openSSL option
- Update to 0.7.3
* Added: cli clipboard auto completion support
-------------------------------------------------------------------
Sat Oct 12 12:59:41 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Update to 0.7.2
Changed:
* breaking: Code words with a secret password section shorter
than 4 bytes are no longer accepted. This only breaks
completely invalid uses of the code.
* Code words with a weak password section or a non-integer
nameplate will throw an error in the long. This error can be
upgraded to a hard error by enabling the "entropy" feature.
This feature will become the default in the next major release.
-------------------------------------------------------------------
Fri Jul 26 18:53:50 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Update to 0.7.1
* Fixes openssl's MemBio::get_buf has undefined behavior with
empty buffers
-------------------------------------------------------------------
Thu Jul 18 01:12:19 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Update to 0.7.0
* [breaking] By default websocket TLS support is now disabled in
the library crate. TLS is required for secure websocket
connections to the mailbox server (wss://). As the handshake
protocol itself is encrypted, this extra layer of encryption is
superfluous. Most WASM targets however refuse to connect to
non-TLS websockets. For maximum compatibility with all mailbox
servers, or for web browser support, select a TLS
implementation by specifying the feature flag tls for a
statically linked implementation via the ring crate, or
native-tls for dynamically linking with the system-native TLS
implementation.
* For experimental (unstable) transfer-v2 protocol support,
enable feature flag experimental-transfer-v2. The protocol is
not yet finalized.
-------------------------------------------------------------------
Sat Mar 16 06:00:52 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Initial package of magic-wormhole.rs for openSUSE