Author: cmpilato
Date: Fri Jan 13 20:43:51 2012
New Revision: 1231289

URL: http://svn.apache.org/viewvc?rev=1231289&view=rev
Log:
* site/publish/docs/release-notes/1.8.html
  (gpg-agent): Flesh out a bit info regarding the gpg-agent integration.

Modified:
    subversion/site/publish/docs/release-notes/1.8.html

Modified: subversion/site/publish/docs/release-notes/1.8.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1231289&r1=1231288&r2=1231289&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Fri Jan 13 20:43:51 2012
@@ -347,9 +347,24 @@ practical to simply checkout a new worki
     title="Link to this section">&para;</a>
 </h3>
 
-<p>See 
-http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/gpg_agent.c?r1=1151053&amp;r2=1151069
 about the (in)security aspects of this</p>
-
+<p>Subversion 1.8 allows the use of the GnuPG Agent (gpg-agent) daemon
+to temporarily store passwords/passphrases used in Subversion server
+credentials.</p>
+
+<p>To take advantage of this, you'll need Subversion binaries built
+with gpg-agent support, the agent itself, and a suitable pinentry
+program.  The agent must be running, and the Subversion client will
+need the <tt>GPG_AGENT_INFO</tt> and <tt>GPG_TTY</tt> environment
+variables set correctly in order to make use of this storage
+mechanism.</p>
+
+<p>Note that GnuPG Agent does not persist information on disk &mdash;
+your cached passwords will persist in memory until the agent process
+is terminated or its configure time-to-live threshold is reached.
+Note also the (in)security details of this integration, currently
+recorded as a code comment <a
+href="http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/gpg_agent.c?r1=1151053&amp;r2=1151069";
+>here</a>.</p>
 </div>  <!-- gpg-agent -->
 
 <div class="h3" id="svnrdump">


Reply via email to