Author: carnold
Date: Mon Jan 25 00:32:45 2010
New Revision: 902683

URL: http://svn.apache.org/viewvc?rev=902683&view=rev
Log:
LOGCXX-351: Download page does not have link to KEYS file

Modified:
    logging/log4cxx/trunk/src/changes/changes.xml
    logging/log4cxx/trunk/src/site/apt/download.apt

Modified: logging/log4cxx/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/changes/changes.xml?rev=902683&r1=902682&r2=902683&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/changes/changes.xml (original)
+++ logging/log4cxx/trunk/src/changes/changes.xml Mon Jan 25 00:32:45 2010
@@ -43,16 +43,17 @@
 <action issue="LOGCXX-284">Unit tests fail to compile with xlc_r on 
AIX</action>
 <action issue="LOGCXX-285">LevelRangeFilter has default value for 
acceptOnMatch that is different from log4j</action>
 <action issue="LOGCXX-286">gcc 4.3 requires #include &lt;cstring&gt; when 
using memcpy and related.</action> 
-<action issue="LOGCXX-288">Unnecessary trailing semi-colons after LOG4CXX_INFO 
et al in docs, examples and tests.<action>
-<action issue="LOGCXX-291">Tab characters are not recognized in property 
files.<action>
-<action issue="LOGCXX-292">Value continuation does not properly handle CRLF in 
property files.<action>
-<action issue="LOGCXX-293">Escape sequences not recognized in property 
files.<action>
+<action issue="LOGCXX-288">Unnecessary trailing semi-colons after LOG4CXX_INFO 
et al in docs, examples and tests.</action>
+<action issue="LOGCXX-291">Tab characters are not recognized in property 
files.</action>
+<action issue="LOGCXX-292">Value continuation does not properly handle CRLF in 
property files.</action>
+<action issue="LOGCXX-293">Escape sequences not recognized in property 
files.</action>
 <action issue="LOGCXX-298">SMTPAppender does not build properly with 
autotools.</action>
 <action issue="LOGCXX-299">odbcappender.cpp does not compile with unixODBC on 
linux.</action>
 <action issue="LOGCXX-300">ODBCAppender connection settings broken (or just 
have changed).</action>
 <action issue="LOGCXX-303">DOMConfigurator does not set ErrorHandler.</action>
 <action issue="LOGCXX-304">BasicConfigurator::configure results in writer not 
set warning.</action>
 <action issue="LOGCXX-340">Transcoder::encodeCharsetName bungles 
encoding</action>
+<action issue="LOGCXX-351">Download page does not have link to KEYS 
file</action>
 </release>
 <release version="0.10.0" date="2008-04-03" description="First Apache release">
 <action issue="LOGCXX-2">logger.h includes config.h</action>

Modified: logging/log4cxx/trunk/src/site/apt/download.apt
URL: 
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/site/apt/download.apt?rev=902683&r1=902682&r2=902683&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/site/apt/download.apt (original)
+++ logging/log4cxx/trunk/src/site/apt/download.apt Mon Jan 25 00:32:45 2010
@@ -35,9 +35,23 @@
 | Apache log4cxx 0.10.0 (zip)      | 
{{{http://www.apache.org/dyn/closer.cgi/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip}
 apache-log4cxx-0.10.0.zip}} | 
{{{http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip.md5}
 apache-log4cxx-0.10.0.zip.md5}} | 
{{{http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip.asc}
 apache-log4cxx-0.10.0.zip.asc}} |
 *-------------------------+---------+----------+-----------+
 
-  Please read {{{http://httpd.apache.org/dev/verification.html}Verifying 
Apache HTTP Server Releases}}
-   for more information on why you should verify our releases.
+    It is essential that you verify the integrity of the downloaded files 
using the PGP or MD5 signatures. 
+    Please read {{{http://httpd.apache.org/dev/verification.html}Verifying 
Apache HTTP Server Releases}} for more
+    information on why you should verify our releases.
 
+    The PGP signatures can be verified using PGP or GPG. First download the 
{{{http://www.apache.org/dist/logging/KEYS}KEYS}}
+    as well as the asc signature file for the relevant distribution. Make sure 
you get these files from the 
+    {{{http://www.apache.org/dist/logging/}main distribution directory}}, 
rather than from a mirror. Then verify the signatures using
+
+---
+% gpg --import KEYS
+% gpg --verify log4cxx-0.10.0.tar.gz.asc
+---
+
+        * log4cxx-0.10.0 is signed by Curt Arnold 2E114322
+
+    Alternatively, you can verify the MD5 signature on the files. A unix 
program called md5 or md5sum is included 
+    in many unix distributions.
 
 * Previous Releases
 


Reply via email to