diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-11-29 08:27:41 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-11-29 08:27:41 +0000 |
commit | 4383a5ffe9ef8baa059194573f735683c5b33c1b (patch) | |
tree | 3b329484c2eda8fa4bb7e1b199060b3c05858f08 /app-doc/gentoo-web/files | |
parent | New portage release (1.7.4). Fixes info file generation (smarter) and (diff) | |
download | historical-4383a5ffe9ef8baa059194573f735683c5b33c1b.tar.gz historical-4383a5ffe9ef8baa059194573f735683c5b33c1b.tar.bz2 historical-4383a5ffe9ef8baa059194573f735683c5b33c1b.zip |
new web fixums
Diffstat (limited to 'app-doc/gentoo-web/files')
-rw-r--r-- | app-doc/gentoo-web/files/xml/keychain.xml | 48 | ||||
-rwxr-xr-x | app-doc/gentoo-web/files/xsl/guide-main.xsl | 4 |
2 files changed, 45 insertions, 7 deletions
diff --git a/app-doc/gentoo-web/files/xml/keychain.xml b/app-doc/gentoo-web/files/xml/keychain.xml index c5e18ac3bb7b..5a5ba46428e6 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.7</version> -<date>22 Oct 2001</date> +<version>1.8</version> +<date>29 Nov 2001</date> <chapter> <title>Keychain Intro</title> @@ -61,10 +61,10 @@ 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.7.tar.bz2</uri> +<uri>http://www.ibiblio.org/gentoo/distfiles/keychain-1.8.tar.bz2</uri> </p> <pre caption="md5sum"> -af62d8d31a73ae6df1d57ff71da22aeb keychain-1.7.tar.bz2 +a37909a580644d384a21268824931103 keychain-1.8.tar.bz2 </pre> </body> </section> @@ -93,11 +93,47 @@ shortly, which will cover <c>ssh-agent</c> authentication forwarding.</e> <title>ChangeLog</title> <section> <body> -<pre caption="ChangeLog for KeyChain"> -# ChangeLog for KeyChain; http://www.gentoo.org/projects/keychain +<pre caption="ChangeLog for Keychain"> +# ChangeLog for Keychain; http://www.gentoo.org/projects/keychain # Copyright 2001 Gentoo Technologies, Inc.; Distributed under the GPL # Written by Daniel Robbins (drobbins@gentoo.org) +* keychain 1.8 (29 Nov 2001) + + 29 Nov 2001; Philip Hallstrom (philip@adhesivemedia.com) + Added a "--local" option for removing the ${HOSTNAME} from the various + files that keychain creates. Handy for non-NFS users. + + 29 Nov 2001; Aron Griffis (agriffis@gentoo.org) + Using the Bourne shell "type" builtin rather than using the external + "which" command. Should make things a lot more robust and slightly + faster. + + 09 Nov 2001; Mike Briseno (mike@radik.com) + Solaris' "which" command outputs "no lockfile in..." to stdout rather + than stderr. A one-line fix (test the error condition) has been + applied. + + 09 Nov 2001; lockfile settings tweak + + 09 Nov 2001; Rewrote how keychain detects failed passphrase attempts. + If you stop making progress providing valid passphrases, it's three + strikes and you're out. + + 09 Nov 2001; Constantine P. Sapuntzakis (csapuntz@stanford.edu) + Some private keys can't be "ssh-keygen -l -f"'d; this patch causes + keychain to look for the corresponding public key if the private + key doesn't work. Thanks Constantine! + + 09 Nov 2001; Victor Leitman (vleitman@yahoo.com) + CYAN color misdefined; fixed. + + 27 Oct 2001; Brian Wellington (bwelling@xbill.org) + A "quiet mode" (--quiet) fix; I missed an "echo". + + 27 Oct 2001; J.A. Neitzel (jan@belvento.org) + Missed another "kill -9"; it's now gone. + * keychain 1.7 (21 Oct 2001) 21 Oct 2001; Frederic Gobry (frederic.gobry@smartdata.ch) diff --git a/app-doc/gentoo-web/files/xsl/guide-main.xsl b/app-doc/gentoo-web/files/xsl/guide-main.xsl index 3ba2afd99142..cb5556d47783 100755 --- a/app-doc/gentoo-web/files/xsl/guide-main.xsl +++ b/app-doc/gentoo-web/files/xsl/guide-main.xsl @@ -270,7 +270,9 @@ of your sale will go towards further Gentoo Linux development.</p> <a class="menulink" href="/index-about.html"> About Gentoo Linux</a> | </xsl:otherwise> </xsl:choose> - <xsl:choose> + <a class="menulink" href="/doc/build.html">Download/Install</a> | + </xsl:choose> + <xsl:choose> <xsl:when test="/mainpage/@id='changelog'"> <a class="highlight" href="/index-changelog.html">CVS Changelog</a> | </xsl:when> |