You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by bo...@apache.org on 2013/10/09 16:12:07 UTC

svn commit: r881851 - /websites/production/logging/content/log4net/log4net-1.2.12/release/faq.html

Author: bodewig
Date: Wed Oct  9 14:12:06 2013
New Revision: 881851

Log:
refresh log4net FAQ

Modified:
    websites/production/logging/content/log4net/log4net-1.2.12/release/faq.html

Modified: websites/production/logging/content/log4net/log4net-1.2.12/release/faq.html
==============================================================================
--- websites/production/logging/content/log4net/log4net-1.2.12/release/faq.html (original)
+++ websites/production/logging/content/log4net/log4net-1.2.12/release/faq.html Wed Oct  9 14:12:06 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 9, 2013 -->
+<!-- Generated by Apache Maven Doxia at Oct 9, 2013 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -12,7 +12,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="Nicko Cadell" />
-    <meta name="Date-Revision-yyyymmdd" content="20130909" />
+    <meta name="Date-Revision-yyyymmdd" content="20131009" />
     <meta http-equiv="Content-Language" content="en" />
         <meta name="keywords" content="log4net frequently asked questions, log4net faq, log4net" />
         </head>
@@ -29,8 +29,8 @@
             
         
                 <div class="xleft">
-        <span id="publishDate">Last Published: 2013-09-09</span>
-                  &nbsp;| <span id="projectVersion">Version: 1.2.12</span>
+        <span id="publishDate">Last Published: 2013-10-09</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.2.13-SNAPSHOT</span>
                           |                           <a href="http://www.apache.org/" class="externalLink" title="Apache">Apache</a>
         &gt;
                           <a href="../../" title="Logging Services">Logging Services</a>
@@ -134,12 +134,9 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                                                                                                                        <li class="collapsed">
+                                                                                                                                                                                <li class="collapsed">
                           <a href="../project-info.html" title="Project Information">Project Information</a>
                   </li>
-                                                                    <li class="collapsed">
-                          <a href="../project-reports.html" title="Project Reports">Project Reports</a>
-                  </li>
           </ul>
                        <h5>Apache</h5>
                   <ul>
@@ -492,6 +489,26 @@ limitations under the License. -->
                   </p>
 
                   <p>
+                    If you are creating an assembly that is likely to
+                    be combined with other assemblies that depend on
+                    the old strong name, then it is better you use the
+                    oldkey assemblies as well.
+                  </p>
+
+                  <p>
+                    We currently plan to distribute the new-key
+                    assembly under a different name while providing
+                    old and newkey <tt>log4net.dll</tt> assemblies
+                    holding type forwards to the new assembly.  This
+                    may create a cleaner migration path for projects
+                    that have dependencies using both versions.
+                    At the moment such projects will either need to
+                    use the GAC or create sub-directories inside the
+                    application directory and configure assembly
+                    probing with a <tt>privatePath</tt>.
+                  </p>
+
+                  <p>
                     Note that the &quot;new&quot; strong name no longer provides
                     any kind of authenticity.  If you want to be sure
                     you have the &quot;real&quot; Apache log4net, download the binary
@@ -1309,6 +1326,16 @@ if(!log4net.LogManager.GetRepository().C
                         <a class="externalLink" href="http://weblogs.asp.net/rmclaws/archive/2003/11/15/37743.aspx">Building a Better Server Control Experience, Part 2</a>.
                     </p>
                 </div>
+            
+                <a name="nuget"></a><div class="section"><h2 id="nuget">Do you provide a Nuget package?</h2>
+                    <p>
+                      No, the log4net project doesn't provide a Nuget
+                      package of its own, but <a class="externalLink" href="http://blog.cincura.net/" rel="nofollow">Ji&#x159;&#xed; &#x10c;in&#x10d;ura</a> has kindly
+                      created a Nuget package he develops at <a class="externalLink" href="https://github.com/cincuranet/log4net-nuget" rel="nofollow">https://github.com/cincuranet/log4net-nuget</a>.
+                      Please report any issues with the packaging at
+                      his github issue tracker.
+                    </p>
+                </div>
                 <p><a href="#top">Back to Top</a></p>
                 
             </div>