Author: bodewig
Date: Thu Sep 8 14:57:04 2011
New Revision: 1166722
URL: http://svn.apache.org/viewvc?rev=1166722&view=rev
Log:
create a new code signing key that will be used for 1.2.11 and future releases
and is deliberately not kept secret
Added:
logging/log4net/trunk/log4net.snk (with props)
logging/log4net/trunk/old-log4net.snk.gpg
- copied unchanged from r1166544, logging/log4net/trunk/log4net.snk.gpg
Modified:
logging/log4net/trunk/log4net.snk.gpg
logging/log4net/trunk/log4net.snk.readme
Added: logging/log4net/trunk/log4net.snk
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.snk?rev=1166722&view=auto
==============================================================================
Binary file - no diff available.
Propchange: logging/log4net/trunk/log4net.snk
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: logging/log4net/trunk/log4net.snk.readme
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/log4net.snk.readme?rev=1166722&r1=1166721&r2=1166722&view=diff
==============================================================================
--- logging/log4net/trunk/log4net.snk.readme (original)
+++ logging/log4net/trunk/log4net.snk.readme Thu Sep 8 14:57:04 2011
@@ -2,19 +2,8 @@ Apache log4net Strong Name Key Readme
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The log4net release builds are strongly named using the log4net.snk key
-file. This file is not distributed as part of the log4net source or
-binary downloads. See the log4net documentation for more details.
-
-Before you can build your own release builds you will need to generate
-a strong name key that identifies your assemblies.
-
-Generating your own strong name key.
-
-Run the SN utility from the .NET Framework SDK as follows:
-
- sn -k log4net.snk
-
-A new strong name key pair will be created and written to the log4net.snk
-file.
-
+file. This key is different from the key used to sign log4net 1.2.10
+and earlier releases. The key used to sign those older releases is
+not and has never been distributed as part of the log4net source or
+binary downloads.