blob: 7b583cd9bf229d898ce0b685f22412c706ea0f5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[
{
type: upgrade
maximum_version: "0.15"
message: <<EOM
When the GPG backend is used the encrypted credentials now are stored
in the $XDG_STATE_HOME/oama directory. If the XDG_STATE_HOME environment
variable is not set then it defaults to $HOME/.local/state.
That is a breaking change! If you use the GPG backend you need to manually
move your credential ~/.local/var/oama/*.oama files into the new directory.
EOM
}
]
|