Fix markup.
This commit is contained in:
parent
23ad94c9f8
commit
40041c5885
20
NEWS
20
NEWS
@ -3,7 +3,7 @@
|
||||
#+STARTUP: content hidestars
|
||||
|
||||
* Changes in 0.32.0
|
||||
* New functionality
|
||||
** New functionality
|
||||
- Support for password-encrypted keys has been improved. For
|
||||
example, a newly generated subkey can be password protected.
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
|
||||
Searches for certificates using all supported network services.
|
||||
|
||||
* Notable changes
|
||||
** Notable changes
|
||||
- Padding has been disabled to increase compatibility with other
|
||||
implementations.
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
and tests have been added to ensure secret key material is only
|
||||
emitted where we expect it to be.
|
||||
* Changes in 0.31.0
|
||||
* New functionality
|
||||
** New functionality
|
||||
- `sq key subkey add` allows to create and add a new subkey to an
|
||||
existing certificate.
|
||||
- The functionality of `sq-keyring-linter` is now available as
|
||||
@ -79,10 +79,10 @@
|
||||
- The new subcommands `sq key revoke`, `sq key subkey revoke` and
|
||||
`sq key userid revoke`, allow writing to a file using the
|
||||
`--output` option.
|
||||
* Notable changes
|
||||
** Notable changes
|
||||
- The `--keyring` option is now global and can be specified anywhere
|
||||
when calling `sq`.
|
||||
* Deprecated functionality
|
||||
** Deprecated functionality
|
||||
- The `--expires` and `--expires-in` options used in various
|
||||
subcommands are deprecated in favor of the unifying `--expiry`.
|
||||
- `sq key generate --export FILE` is deprecated in favor of the more
|
||||
@ -94,17 +94,17 @@
|
||||
- The `sq revoke userid` command has been renamed to `sq key userid
|
||||
revoke`.
|
||||
* Changes in 0.30.1
|
||||
* Notable changes
|
||||
** Notable changes
|
||||
- The `crypto-botan` feature now selects Botan's v3 interface. Use
|
||||
the new `crypto-botan2` feature to continue using Botan's v2
|
||||
interface.
|
||||
* Notable fixes
|
||||
** Notable fixes
|
||||
- Several parser bugs were fixed in sequoia-openpgp 1.16.0 and
|
||||
buffered-reader 1.2.0. These are all low-severity as Rust
|
||||
correctly detects the out of bounds access and panics. Update
|
||||
Cargo.lock to make sure we use these versions.
|
||||
* Changes in 0.30
|
||||
* New functionality
|
||||
** New functionality
|
||||
- `sq key adopt` now honors `--time`.
|
||||
- Add `sq key adopt --expire` to allow setting an adopted key's
|
||||
expiration time.
|
||||
@ -184,9 +184,9 @@
|
||||
retract`.
|
||||
- Extend `sq inspect` to inspect certificates from the certificate
|
||||
store using the `--cert` option.
|
||||
* Deprecated functionality
|
||||
** Deprecated functionality
|
||||
- `sq key generate --creation-time TIME` is deprecated in favor of
|
||||
`sq key generate --time TIME`.
|
||||
- `sq key user id --creation-time TIME` is deprecated in favor of
|
||||
`sq user id --time TIME`.
|
||||
* Started the NEWS file.
|
||||
* Started the NEWS file.
|
||||
|
Loading…
Reference in New Issue
Block a user