diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-09-30 04:18:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-09-30 04:18:10 +0000 |
commit | b3878c9ec25c755ff214185f3b1c97551c400665 (patch) | |
tree | e01e6262d324921044b9cfc788750db5e14779cf /net-misc/keychain/ChangeLog | |
parent | Pull vulnerable versions (#64152). (Manifest recommit) (diff) | |
download | gentoo-2-b3878c9ec25c755ff214185f3b1c97551c400665.tar.gz gentoo-2-b3878c9ec25c755ff214185f3b1c97551c400665.tar.bz2 gentoo-2-b3878c9ec25c755ff214185f3b1c97551c400665.zip |
Update to 2.4.2, remove 2.4.0
- Fix gpg-agent support and make it more complete. Allow adding
keys, clearing the agent, etc.
- Fix --quick support to work properly again; it was broken since
2.4.0
- Change default --attempts to 1 since the progs ask multiple times
anyway
Diffstat (limited to 'net-misc/keychain/ChangeLog')
-rw-r--r-- | net-misc/keychain/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/net-misc/keychain/ChangeLog b/net-misc/keychain/ChangeLog index ace434c63575..5b3e3a5743a9 100644 --- a/net-misc/keychain/ChangeLog +++ b/net-misc/keychain/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for net-misc/keychain # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.31 2004/09/10 03:24:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/keychain/ChangeLog,v 1.32 2004/09/30 04:18:10 agriffis Exp $ + +*keychain-2.4.2 (30 Sep 2004) + + 30 Sep 2004; Aron Griffis <agriffis@gentoo.org> -keychain-2.4.0.ebuild, + +keychain-2.4.2.ebuild: + Update to 2.4.2, remove 2.4.0 + - Fix gpg-agent support and make it more complete. Allow adding + keys, clearing the agent, etc. + - Fix --quick support to work properly again; it was broken since + 2.4.0 + - Change default --attempts to 1 since the progs ask multiple times + anyway *keychain-2.4.0 (09 Sep 2004) |