diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-09-13 02:16:21 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-09-13 02:16:21 +0000 |
commit | 19664516bc89abf36287f4353ca7797c94bd8121 (patch) | |
tree | b4ef47bc602922442a89992f26a65743c46c71bb /app-doc | |
parent | fixup of the initscript (diff) | |
download | historical-19664516bc89abf36287f4353ca7797c94bd8121.tar.gz historical-19664516bc89abf36287f4353ca7797c94bd8121.tar.bz2 historical-19664516bc89abf36287f4353ca7797c94bd8121.zip |
new keychain release
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/gentoo-web/files/xml/keychain.xml | 34 |
1 files changed, 28 insertions, 6 deletions
diff --git a/app-doc/gentoo-web/files/xml/keychain.xml b/app-doc/gentoo-web/files/xml/keychain.xml index 5aaf2943f599..6c490332080c 100644 --- a/app-doc/gentoo-web/files/xml/keychain.xml +++ b/app-doc/gentoo-web/files/xml/keychain.xml @@ -8,8 +8,8 @@ This page contains information about Keychain, an OpenSSH-compatible RSA/DSA key application for bash. </abstract> -<version>1.2</version> -<date>09 Sep 2001</date> +<version>1.3</version> +<date>12 Sep 2001</date> <chapter> <title>Keychain Intro</title> @@ -61,7 +61,7 @@ time you really need to reinitialize the long-running <c>ssh-agent</c> process. <p> The most recent release of <c>keychain</c> can be found here:<br/><br/> -<uri>http://www.ibiblio.org/gentoo/distfiles/keychain-1.2.tar.bz2</uri> +<uri>http://www.ibiblio.org/gentoo/distfiles/keychain-1.3.tar.bz2</uri> </p> </body> </section> @@ -93,12 +93,34 @@ unencrypted private keys. # ChangeLog for KeyChain; http://www.gentoo.org/projects/keychain # Copyright 2001 Gentoo Technologies, Inc.; Distributed under the GPL -*keychain 1.2 +*keychain 1.3 (12 Sep 2001) + + 12 Sep 2001; + Minor color changes; the cyan was hard to read on xterm-colored + terms so it was switched to bold. Additional --help text added. + + 10 Sep 2001; + We now create a .ssh-agent-csh-[hostname] file that can be sourced + by csh-compatible shells. We also now kill all our existing + ssh-agent processes before starting a new one. + + 10 Sep 2001; Robert R. Wal (rrw@hell.pl): + Very nice NFS fixes, colorization fixes, tcsh redirect -> grep -v + fix. Thanks go out to others who sent me similar patches. + + 10 Sep 2001; Johann Visagie (johann@egenetics.com): + "source" to "." shell-compatibility fixes. Thanks for the FreeBSD + port. + + 10 Sep 2001; Marko Myllynen (myllynen@lut.fi): + rm -f $pidf after stopping ssh-agent fix + +*keychain 1.2 09 Sep 2001; README updates to reflect new changes. - 09 Sep 2001; Applied great patch from someone who wishes to remain - anonymous. bash 1/zsh/sh compatibility; now only tries to kill *your* + 09 Sep 2001; Marko Myllynen (myllynen@lut.fi): + bash 1/zsh/sh compatibility; now only tries to kill *your* ssh-agent processes, version fix, .ssh-agent file creation error detection. Thanks! |