Releases: jaymzh/pius
v3.0.0
PIUS 3.0.0 is a major upgrade. This is a full move to python 3 (python 2 is no longer supported). PIUS 3.0.0 also drops all support for GnuPG 1, including support for cached-passphrase
and interactive
modes (agent
mode is now the only mode).
In addition this release supports XDG
standards. Specifically the config file is now in XDG_CONFIG_HOME
(usually ~/.config/pius/
) and the state file is in XDG_DATA_HOME
(~/.local/share/pius/
) on platforms that support that. We fall back to the previous ~/.pius/
on other platforms.
Options have also been made consistent across binaries and pius-keyring-mgr
now supports all the same mail-server options as the other binaries.
All users are encouraged to upgrade.
v2.2.7
v2.2.6
v2.2.5
v2.2.4
PIUS 2.2.4 is a security and bugfix release. All users should upgrade as soon as possible. It fixes a bug where pius-keyring-mgr used short keyids which can let rogue keys into your keyring. It also improves support for newer versions of GnuPG. See the changelog for details.