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 2011/09/20 10:22:06 UTC

svn commit: r1173017 - in /logging/log4net/trunk/src/site: resources/js/blockLocalOnlyLinks.js xdoc/release/building.xml xdoc/release/example-apps.xml xdoc/release/faq.xml xdoc/release/framework-support.xml xdoc/release/manual/introduction.xml

Author: bodewig
Date: Tue Sep 20 08:22:05 2011
New Revision: 1173017

URL: http://svn.apache.org/viewvc?rev=1173017&view=rev
Log:
Update site pages for 1.2.11 release

Removed:
    logging/log4net/trunk/src/site/resources/js/blockLocalOnlyLinks.js
Modified:
    logging/log4net/trunk/src/site/xdoc/release/building.xml
    logging/log4net/trunk/src/site/xdoc/release/example-apps.xml
    logging/log4net/trunk/src/site/xdoc/release/faq.xml
    logging/log4net/trunk/src/site/xdoc/release/framework-support.xml
    logging/log4net/trunk/src/site/xdoc/release/manual/introduction.xml

Modified: logging/log4net/trunk/src/site/xdoc/release/building.xml
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/xdoc/release/building.xml?rev=1173017&r1=1173016&r2=1173017&view=diff
==============================================================================
--- logging/log4net/trunk/src/site/xdoc/release/building.xml (original)
+++ logging/log4net/trunk/src/site/xdoc/release/building.xml Tue Sep 20 08:22:05 2011
@@ -28,22 +28,18 @@ limitations under the License.
         <section id="main" name="Building Apache log4net&#x2122;">
             <p>
                 The log4net release builds are built using NAnt. Log4net can also be built
-                using Visual Studio .NET 2002, 2003, or 2005.
-            </p>
-            <p>
-                To build a release build of log4net you will need to create a strong
-                name key file. See the Strong Name section below. 
+                using Visual Studio .NET 2008 or 2010.
             </p>
         
             <section id="vsnet" name="Visual Studio">
                 <p>
-                    Visual Studio .NET 2002, 2003 and 2005 are supported build platforms for log4net.
+                    Visual Studio .NET 2008 and 2010 are supported build platforms for log4net.
                 </p>
 
-                <section id="vsnet-2002" name="Visual Studio .NET 2002">
+                <section id="vsnet-2008" name="Visual Studio .NET 2008">
                     <p>
                         The log4net distribution includes a solution and project file
-                        for Visual Studio .NET 2002. Open the <span class="code">log4net.sln</span>
+                        for Visual Studio .NET 2008. Open the <span class="code">log4net.vs2008.sln</span>
                         from the src directory in the distribution.
                     </p>
                     <p>
@@ -51,69 +47,36 @@ limitations under the License.
                     </p>
                     <ul>
                         <li>System</li>
+                        <li>System.Configuration</li>
                         <li>System.Data</li>
                         <li>System.Web</li>
                         <li>System.XML</li>
                     </ul>
                 </section>
 
-                <section id="vsnet-2003" name="Visual Studio .NET 2003">
-                    <p>
-                        Open the Visual Studio .NET 2002 solution file as above. 
-                        Visual Studio will convert the solution and project files
-                        to Visual Studio .NET 2003 format.
-                    </p>
-                    <p>
-                        After converting the log4net project you must change the
-                        <i>Conditional Compilation Constants</i> specified for the
-                        log4net project. Open the project properties dialog and
-                        select the <i>Configuration Properties/Build</i> sheet.
-                        Replace the <c>NET_1_0</c> constant with <c>NET_1_1</c>.
-                        Remember to do this for both Debug and Release configurations.
-                    </p>
-                    <p>
-                        The log4net project file is not suitable for building log4net
-                        for the .NET Compact Framework. To build for the Compact Framework
-                        you must create a new C# project for Smart Devices. Configure the
-                        project as a library project. Add all the C# files from the 
-                        src directory in the distribution.
-                    </p>
-                </section>
-                
-                <section id="vsnet-2005" name="Visual Studio 2005">
-                    <p>
-                        Open the Visual Studio .NET 2002 solution file as above. 
-                        Visual Studio will convert the solution and project files
-                        to Visual Studio .NET 2003 format.
-                    </p>
+                <section id="vsnet-2010" name="Visual Studio .NET 2010">
                     <p>
-                        After converting the log4net project you must change the
-                        <i>Conditional compilation symbols</i> specified for the
-                        log4net project. Open the project properties page and
-                        select the <i>Build</i> sheet.
-                        Replace the <c>NET_1_0</c> symbol with <c>NET_2_0</c>.
-                        Remember to do this for both Debug and Release configurations.
+                        The log4net distribution includes a solution and project file
+                        for Visual Studio .NET 2010. Open the <span class="code">log4net.vs2010.sln</span>
+                        from the src directory in the distribution.
                     </p>
                     <p>
-                        In addition the log4net project requires the following new references:
+                        The log4net project requires only the following references:
                     </p>
                     <ul>
+                        <li>System</li>
                         <li>System.Configuration</li>
+                        <li>System.Data</li>
+                        <li>System.Web</li>
+                        <li>System.XML</li>
                     </ul>
-                    <p>
-                        The log4net project file is not suitable for building log4net
-                        for the .NET Compact Framework. To build for the Compact Framework
-                        you must create a new C# project for Smart Devices. Configure the
-                        project as a library project. Add all the C# files from the 
-                        src directory in the distribution.
-                    </p>
                 </section>
             </section>
-            
+
             <section id="nant" name="NAnt">
                 <p>
                     The log4net distribution is built using the NAnt tool.
-                    A recent NAnt version 0.85 nightly build is required to build log4net, this is 
+                    A recent NAnt version 0.91 alph2 is required to build log4net, this is 
                     available from <a href="http://nant.sourceforge.net">nant.sourceforge.net</a>.
                 </p>
                 <p>
@@ -144,24 +107,6 @@ nant -buildfile:log4net.build -projecthe
 build.cmd compile-all</pre></div>
             </section>
 
-            <section id="sn" name="Strong Name">
-                <p>
-                    In order to build the Release builds of log4net a Strong
-                    Name key is required. 
-                </p>
-                <p>
-                    Use the <span class="code">sn.exe</span> tool in the 
-                    .NET Framework SDK to generate a strong name key pair.
-                </p>
-                <div class="syntax"><pre class="code">
-sn -k log4net.snk</pre></div>
-                <p>
-                    The log4net.snk file should be placed in the root of the
-                    log4net distribution, in the same folder as the log4net.build
-                    file.
-                </p>
-            </section>
-
             <section id="sdk" name="SDK Reference">
                 <p>
                     NDoc 1.3 is used to build the log4net SDK

Modified: logging/log4net/trunk/src/site/xdoc/release/example-apps.xml
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/xdoc/release/example-apps.xml?rev=1173017&r1=1173016&r2=1173017&view=diff
==============================================================================
--- logging/log4net/trunk/src/site/xdoc/release/example-apps.xml (original)
+++ logging/log4net/trunk/src/site/xdoc/release/example-apps.xml Tue Sep 20 08:22:05 2011
@@ -29,8 +29,8 @@ limitations under the License.
         
             <section id="overview" name="Overview">
                 <p>
-                    <strong>The following examples are only available in the log4net release download, not
-                    on-line. To obtain the examples <a href="../download.html">download</a> one of the log4net releases.
+                    <strong>The following examples are only available in the log4net source download, not
+                    on-line. To obtain the examples <a href="../download.html">download</a> the log4net source release.
                     </strong>
                 </p>
             </section>
@@ -69,12 +69,12 @@ limitations under the License.
                 <section id="building-vsnet" name="Visual Studio .NET">
                     <p>
                         There are Visual Studio .NET 2002 project files for the .NET 1.0 framework.
-                        The solution files for C# and VB are in the <a class="localOnly" href="../../examples/net/1.0">examples\net\1.0</a>
+                        The solution files for C# and VB are in the examples\net\1.0
                         folder.
                     </p>
                     <p>
                         For the Managed C++ project there is a Visual Studio .NET 2003 project file 
-                        in the <a class="localOnly" href="../../examples/net/1.1">examples\net\1.1</a> folder.
+                        in the examples\net\1.1 folder.
                     </p>
                 </section>
             </section>
@@ -94,26 +94,26 @@ limitations under the License.
                     <ul>
                         <li>
                             <b>MONO 1.0</b>: 
-                            <a class="localOnly" href="../../examples/mono/1.0/Tutorials/ConsoleApp/cs">C#</a>
+                            C#
                         </li>
                         <li>
                             <b>.NET 1.0</b>: 
-                            <a class="localOnly" href="../../examples/net/1.0/Tutorials/ConsoleApp/cs">C#</a>, 
-                            <a class="localOnly" href="../../examples/net/1.0/Tutorials/ConsoleApp/vb">VB</a>
+                            C#, 
+                            VB
                         </li>
                         <li>
                             <b>.NET 1.1</b>: 
-                            <a class="localOnly" href="../../examples/net/1.1/Tutorials/ConsoleApp/cpp">C++</a>, 
-                            <a class="localOnly" href="../../examples/net/1.1/Tutorials/ConsoleApp/js">JScript.NET</a>
+                            C++, 
+                            JScript.NET
                         </li>
                         <li>
                             <b>.NET Compact Framework 1.0</b>: 
-                            <a class="localOnly" href="../../examples/netcf/1.0/Tutorials/ConsoleApp/cs">C#</a>, 
-                            <a class="localOnly" href="../../examples/netcf/1.0/Tutorials/ConsoleApp/vb">VB</a>
+                            C#, 
+                            VB
                         </li>
                         <li>
                             <b>SSCLI 1.0</b>: 
-                            <a class="localOnly" href="../../examples/sscli/1.0/Tutorials/ConsoleApp/js">JScript.NET</a>
+                            JScript.NET
                         </li>
                     </ul>
                     <p>
@@ -134,8 +134,8 @@ limitations under the License.
                     <ul>
                         <li>
                             <b>.NET 1.0</b>: 
-                            <a class="localOnly" href="../../examples/net/1.0/Tutorials/WebApp/cs">C#</a>, 
-                            <a class="localOnly" href="../../examples/net/1.0/Tutorials/WebApp/vb">VB</a>
+                            C#, 
+                            VB
                         </li>
                     </ul>
                     <p>
@@ -162,7 +162,7 @@ limitations under the License.
                     <ul>
                         <li>
                             <b>.NET 1.0</b>: 
-                            <a class="localOnly" href="../../examples/net/1.0/Remoting/RemotingClient/cs">C#</a>
+                            C#
                         </li>
                     </ul>
                     <p>
@@ -185,7 +185,7 @@ limitations under the License.
                     <ul>
                         <li>
                             <b>.NET 1.0</b>: 
-                            <a class="localOnly" href="../../examples/net/1.0/Remoting/RemotingServer/cs">C#</a>
+                            C#
                         </li>
                     </ul>
                     <p>
@@ -210,20 +210,20 @@ limitations under the License.
                     <ul>
                         <li>
                             <b>MONO 1.0</b>: 
-                            <a class="localOnly" href="../../examples/mono/1.0/Repository/SimpleModule/cs">C#</a>
+                            C#
                         </li>
                         <li>
                             <b>.NET 1.0</b>: 
-                            <a class="localOnly" href="../../examples/net/1.0/Repository/SimpleModule/cs">C#</a>, 
-                            <a class="localOnly" href="../../examples/net/1.0/Repository/SimpleModule/vb">VB</a>
+                            C#, 
+                            VB
                         </li>
                         <li>
                             <b>.NET 1.1</b>: 
-                            <a class="localOnly" href="../../examples/net/1.1/Repository/SimpleModule/js">JScript.NET</a>
+                            JScript.NET
                         </li>
                         <li>
                             <b>SSCLI 1.0</b>: 
-                            <a class="localOnly" href="../../examples/sscli/1.0/Repository/SimpleModule/cs">C#</a>
+                            C#
                         </li>
                     </ul>
                     <p>
@@ -245,20 +245,20 @@ limitations under the License.
                     <ul>
                         <li>
                             <b>MONO 1.0</b>: 
-                            <a class="localOnly" href="../../examples/mono/1.0/Repository/SharedModule/cs">C#</a>
+                            C#
                         </li>
                         <li>
                             <b>.NET 1.0</b>: 
-                            <a class="localOnly" href="../../examples/net/1.0/Repository/SharedModule/cs">C#</a>, 
-                            <a class="localOnly" href="../../examples/net/1.0/Repository/SharedModule/vb">VB</a>
+                            C#, 
+                            VB
                         </li>
                         <li>
                             <b>.NET 1.1</b>: 
-                            <a class="localOnly" href="../../examples/net/1.1/Repository/SharedModule/js">JScript.NET</a>
+                            JScript.NET
                         </li>
                         <li>
                             <b>SSCLI 1.0</b>: 
-                            <a class="localOnly" href="../../examples/sscli/1.0/Repository/SharedModule/cs">C#</a>
+                            C#
                         </li>
                     </ul>
                     <p>
@@ -280,20 +280,20 @@ limitations under the License.
                     <ul>
                         <li>
                             <b>MONO 1.0</b>: 
-                            <a class="localOnly" href="../../examples/mono/1.0/Repository/SimpleApp/cs">C#</a>
+                            C#
                         </li>
                         <li>
                             <b>.NET 1.0</b>: 
-                            <a class="localOnly" href="../../examples/net/1.0/Repository/SimpleApp/cs">C#</a>, 
-                            <a class="localOnly" href="../../examples/net/1.0/Repository/SimpleApp/vb">VB</a>
+                            C#, 
+                            VB
                         </li>
                         <li>
                             <b>.NET 1.1</b>: 
-                            <a class="localOnly" href="../../examples/net/1.1/Repository/SimpleApp/js">JScript.NET</a>
+                            JScript.NET
                         </li>
                         <li>
                             <b>SSCLI 1.0</b>: 
-                            <a class="localOnly" href="../../examples/sscli/1.0/Repository/SimpleApp/cs">C#</a>
+                            C#
                         </li>
                     </ul>
                     <p>
@@ -315,7 +315,7 @@ limitations under the License.
                     <ul>
                         <li>
                             <b>.NET 1.0</b>: 
-                            <a class="localOnly" href="../../examples/net/1.0/Extensibility/EventIDLogApp/cs">C#</a>
+                            C#
                         </li>
                     </ul>
                     <p>
@@ -337,7 +337,7 @@ limitations under the License.
                     <ul>
                         <li>
                             <b>.NET 1.0</b>: 
-                            <a class="localOnly" href="../../examples/net/1.0/Extensibility/TraceLogApp/cs">C#</a>
+                            C#
                         </li>
                     </ul>
                     <p>
@@ -383,7 +383,7 @@ limitations under the License.
                     <ul>
                         <li>
                             <b>.NET 1.0</b>: 
-                            <a class="localOnly" href="../../examples/net/1.0/Appenders/SampleAppendersApp/cs">C#</a>
+                            C#
                         </li>
                     </ul>
                     <p>
@@ -411,7 +411,7 @@ limitations under the License.
                     <ul>
                         <li>
                             <b>.NET 1.0</b>: 
-                            <a class="localOnly" href="../../examples/net/1.0/Layouts/SampleLayoutsApp/cs">C#</a>
+                            C#
                         </li>
                     </ul>
                     <p>
@@ -432,12 +432,12 @@ limitations under the License.
                     <ul>
                         <li>
                             <b>MONO 1.0</b>: 
-                            <a class="localOnly" href="../../examples/mono/1.0/Performance/NotLogging/cs">C#</a>
+                            C#
                         </li>
                         <li>
                             <b>.NET 1.0</b>: 
-                            <a class="localOnly" href="../../examples/net/1.0/Performance/NotLogging/cs">C#</a>, 
-                            <a class="localOnly" href="../../examples/net/1.0/Performance/NotLogging/vb">VB</a>
+                            C#, 
+                            VB
                         </li>
                     </ul>
                     <p>
@@ -457,7 +457,7 @@ limitations under the License.
                     <ul>
                         <li>
                             <b>.NET 1.0</b>: 
-                            <a class="localOnly" href="../../examples/net/1.0/Appenders/WmiAppender/cs">C#</a>
+                            C#
                         </li>
                     </ul>
                     <p>
@@ -467,6 +467,5 @@ limitations under the License.
             </section>
             
         </section>
-        <script language="javascript" src="../js/blockLocalOnlyLinks.js"/>
     </body>
 </document>

Modified: logging/log4net/trunk/src/site/xdoc/release/faq.xml
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/xdoc/release/faq.xml?rev=1173017&r1=1173016&r2=1173017&view=diff
==============================================================================
--- logging/log4net/trunk/src/site/xdoc/release/faq.xml (original)
+++ logging/log4net/trunk/src/site/xdoc/release/faq.xml Tue Sep 20 08:22:05 2011
@@ -941,7 +941,17 @@ public class FastLogger
 
                 <section id="report-bugs" name="How do I report bugs?">
                     <p>
-                        See the <a href="../support.html">support</a> page for details.
+                      First make sure it really is a bug and not a
+                      usage error.  When in doubt, ask on the <a
+                      href="../mail-lists.html">log4net-user mailing
+                      list</a> first.
+                    </p>
+                    <p>
+                      If you have identified a bug, please report it
+                      via our <a href="../issue-tracking.html">Issue
+                      Tracker</a>.  You may want to check it hasn't
+                      been reported before by searching the existing
+                      issues.
                     </p>
                 </section>
                 <p><a href="#top">Back to Top</a></p>

Modified: logging/log4net/trunk/src/site/xdoc/release/framework-support.xml
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/xdoc/release/framework-support.xml?rev=1173017&r1=1173016&r2=1173017&view=diff
==============================================================================
--- logging/log4net/trunk/src/site/xdoc/release/framework-support.xml (original)
+++ logging/log4net/trunk/src/site/xdoc/release/framework-support.xml Tue Sep 20 08:22:05 2011
@@ -52,7 +52,7 @@ limitations under the License.
                     intend to deploy you application on both the Microsoft .NET Frameworks and the Mono frameworks.
                 </p>
                 <p>
-                    log4net now builds on 6 frameworks:
+                    log4net now builds on the following frameworks:
                 </p>
                 
                 <div class="table">
@@ -66,38 +66,52 @@ limitations under the License.
                             <th>Website</th>
                         </tr>
                         <tr style="vertical-align: top;">
-                            <td>Microsoft .NET Framework 1.0 (1.0.3705)</td>
-                            <td><a href="http://msdn.microsoft.com/net">http://msdn.microsoft.com/net</a></td>
+                            <td>Microsoft .NET Framework 1.0</td>
+                            <td><a href="http://msdn.microsoft.com/en-us/netframework/">http://msdn.microsoft.com/en-us/netframework/</a></td>
                         </tr>
                         <tr style="vertical-align: top;">
-                            <td>Microsoft .NET Framework 1.1 (1.1.4322)</td>
-                            <td><a href="http://msdn.microsoft.com/net">http://msdn.microsoft.com/net</a></td>
+                            <td>Microsoft .NET Framework 1.1</td>
+                            <td><a href="http://msdn.microsoft.com/en-us/netframework/">http://msdn.microsoft.com/en-us/netframework/</a></td>
                         </tr>
                         <tr style="vertical-align: top;">
-                            <td>Microsoft .NET Framework 2.0 (2.0.50727)</td>
-                            <td><a href="http://msdn.microsoft.com/net">http://msdn.microsoft.com/net</a></td>
+                            <td>Microsoft .NET Framework 2.0</td>
+                            <td><a href="http://msdn.microsoft.com/en-us/netframework/">http://msdn.microsoft.com/en-us/netframework/</a></td>
+                        </tr>
+                        <tr style="vertical-align: top;">
+                            <td>Microsoft .NET Framework 3.5</td>
+                            <td><a href="http://msdn.microsoft.com/en-us/netframework/">http://msdn.microsoft.com/en-us/netframework/</a></td>
+                        </tr>
+                        <tr style="vertical-align: top;">
+                            <td>Microsoft .NET Framework 4.0</td>
+                            <td><a href="http://msdn.microsoft.com/en-us/netframework/">http://msdn.microsoft.com/en-us/netframework/</a></td>
+                        </tr>
+                        <tr style="vertical-align: top;">
+                            <td>Microsoft .NET Framework 3.5 Client Profile</td>
+                            <td><a href="http://msdn.microsoft.com/en-us/library/cc656912.aspx">http://msdn.microsoft.com/en-us/library/cc656912.aspx</a></td>
+                        </tr>
+                        <tr style="vertical-align: top;">
+                            <td>Microsoft .NET Framework 4.0 Client Profile</td>
+                            <td><a href="http://msdn.microsoft.com/en-us/library/cc656912.aspx">http://msdn.microsoft.com/en-us/library/cc656912.aspx</a></td>
                         </tr>
                         <tr style="vertical-align: top;">
                             <td>Microsoft .NET Compact Framework 1.0</td>
                             <td><a href="http://msdn2.microsoft.com/en-us/netframework/aa497273.aspx">http://msdn2.microsoft.com/en-us/netframework/aa497273.aspx</a></td>
                         </tr>
-                        <!--
                         <tr style="vertical-align: top;">
                             <td>Microsoft .NET Compact Framework 2.0</td>
                             <td><a href="http://msdn2.microsoft.com/en-us/netframework/aa497273.aspx">http://msdn2.microsoft.com/en-us/netframework/aa497273.aspx</a></td>
                         </tr>
-                        -->
                         <tr style="vertical-align: top;">
-                            <td>Mono 1.2.3</td>
+                            <td>Mono</td>
                             <td><a href="http://www.mono-project.com">http://www.mono-project.com</a></td>
                         </tr>
                         <tr style="vertical-align: top;">
                             <td>Microsoft Shared Source CLI 1.0</td>
-                            <td><a href="http://msdn.microsoft.com/library/en-us/dndotnet/html/mssharsourcecli.asp">http://msdn.microsoft.com/library/en-us/dndotnet/html/mssharsourcecli.asp</a></td>
+                            <td><a href="http://msdn.microsoft.com/en-us/library/ms973879.aspx">http://msdn.microsoft.com/en-us/library/ms973879.aspx</a></td>
                         </tr>
                         <tr style="vertical-align: top;">
                             <td>CLI 1.0 Compatible</td>
-                            <td><a href="http://msdn.microsoft.com/net/ecma/">http://msdn.microsoft.com/net/ecma/</a></td>
+                            <td><a href="http://msdn.microsoft.com/en-us/netframework/aa569283.aspx">http://msdn.microsoft.com/en-us/netframework/aa569283.aspx</a></td>
                         </tr>
                     </table>
                 </div>
@@ -125,14 +139,24 @@ limitations under the License.
                             <col style="text-align: center;" />
                             <col style="text-align: center;" />
                             <col style="text-align: center;" />
+                            <col style="text-align: center;" />
+                            <col style="text-align: center;" />
+                            <col style="text-align: center;" />
+                            <col style="text-align: center;" />
+                            <col style="text-align: center;" />
                         </colgroup>
                         <tr>
                             <th>Appender</th>
                             <th>.NET Framework 1.0</th>
                             <th>.NET Framework 1.1</th>
                             <th>.NET Framework 2.0</th>
+                            <th>.NET Framework 3.5</th>
+                            <th>.NET Framework 4.0</th>
+                            <th>.NET Framework 3.5 Client Profile</th>
+                            <th>.NET Framework 4.0 Client Profile</th>
                             <th>.NET CF 1.0</th>
-                            <th>Mono 1.2</th>
+                            <th>.NET CF 2.0</th>
+                            <th>Mono</th>
                             <th>Shared Source CLI 1.0</th>
                             <th>CLI 1.0 Compatible</th>
                         </tr>
@@ -143,6 +167,11 @@ limitations under the License.
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
                             <td></td>
                             <td>x</td>
                         </tr>
@@ -155,12 +184,22 @@ limitations under the License.
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
                         </tr>
                         <tr>
                             <td>AspNetTraceAppender</td>
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td></td>
+                            <td></td>
+                            <td></td>
                             <td></td>
                             <td>x</td>
                             <td></td>
@@ -175,12 +214,22 @@ limitations under the License.
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
                         </tr>
                         <tr>
                             <td>ColoredConsoleAppender</td>
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td></td>
                             <td></td>
                             <td></td>
                             <td></td>
@@ -195,6 +244,11 @@ limitations under the License.
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
                         </tr>
                         <tr>
                             <td>DebugAppender</td>
@@ -205,12 +259,22 @@ limitations under the License.
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
                         </tr>
                         <tr>
                             <td>EventLogAppender</td>
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td></td>
                             <td></td>
                             <td>x</td>
                             <td></td>
@@ -225,6 +289,11 @@ limitations under the License.
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
                         </tr>
                         <tr>
                             <td>ForwardingAppender</td>
@@ -235,12 +304,22 @@ limitations under the License.
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
                         </tr>
                         <tr>
                             <td>LocalSyslogAppender</td>
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td></td>
                             <td></td>
                             <td>x</td>
                             <td></td>
@@ -255,12 +334,22 @@ limitations under the License.
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
                         </tr>
                         <tr>
                             <td>NetSendAppender</td>
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td></td>
                             <td></td>
                             <td></td>
                             <td></td>
@@ -272,6 +361,11 @@ limitations under the License.
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
                             <td></td>
                             <td></td>
                             <td></td>
@@ -285,12 +379,22 @@ limitations under the License.
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
                         </tr>
                         <tr>
                             <td>RemotingAppender</td>
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td></td>
                             <td></td>
                             <td>x</td>
                             <td>x</td>
@@ -305,12 +409,22 @@ limitations under the License.
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
                         </tr>
                         <tr>
                             <td>SmtpAppender</td>
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td></td>
                             <td></td>
                             <td>x</td>
                             <td></td>
@@ -325,6 +439,11 @@ limitations under the License.
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
                         </tr>
                         <tr>
                             <td>TelnetAppender</td>
@@ -335,6 +454,11 @@ limitations under the License.
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
                         </tr>
                         <tr>
                             <td>TraceAppender</td>
@@ -345,6 +469,11 @@ limitations under the License.
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
                         </tr>
                         <tr>
                             <td>UdpAppender</td>
@@ -355,30 +484,64 @@ limitations under the License.
                             <td>x</td>
                             <td>x</td>
                             <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
+                            <td>x</td>
                         </tr>
                     </table>
                 </div>
             </section>
             
             <section id="notes" name="Framework Specific Notes">
-                <section id="net1.0" name="Microsoft .NET Framework 1.0 (1.0.3705)">
+                <section id="net1.0" name="Microsoft .NET Framework 1.0">
                     <p>
                         none
                     </p>
                 </section>
                 
-                <section id="net1.1" name="Microsoft .NET Framework 1.1 (1.1.4322)">
+                <section id="net1.1" name="Microsoft .NET Framework 1.1">
                     <p>
                         none
                     </p>
                 </section>
                 
-                <section id="net2.0" name="Microsoft .NET Framework 2.0 (2.0.50727)">
+                <section id="net2.0" name="Microsoft .NET Framework 2.0">
                     <p>
                         none
                     </p>
                 </section>
                 
+                <section id="net3.5" name="Microsoft .NET Framework 3.5">
+                    <p>
+                        As of log4net 1.2.11 this version is identical
+                        to the .NET 2.0 version.
+                    </p>
+                </section>
+                
+                <section id="net4.0" name="Microsoft .NET Framework 4.0">
+                    <p>
+                        none
+                    </p>
+                </section>
+                
+                <section id="netcp3.5" name="Microsoft .NET Framework 3.5 Client Profile">
+                    <p>
+                        As of log4net 1.2.11 this version is identical
+                        to the .NET 3.5 version without support for
+                        ASP.NET specific appenders and patterns.
+                    </p>
+                </section>
+                
+                <section id="netcp4.0" name="Microsoft .NET Framework 4.0 Client Profile">
+                    <p>
+                        As of log4net 1.2.11 this version is identical
+                        to the .NET 4.0 version without support for
+                        ASP.NET specific appenders and patterns.
+                    </p>
+                </section>
+                
                 <section id="netcf1.0" name="Microsoft .NET Compact Framework 1.0">
                             <h4>Assembly attributes</h4>
                             <p>
@@ -481,13 +644,11 @@ namespace TestApp
                                 value is generated by taking the file name for the application's primary module.
                             </p>
                 </section>
-                <!--
                 <section id="netcf2.0" name="Microsoft .NET Compact Framework 2.0">
                     <p>
                         See notes for .NET Compact Framework 1.0
                     </p>
                 </section>
-                -->
                 <section id="mono" name="Mono">
                     <p>
                         There are 2 separate builds of log4net for mono; Mono 1.0, built using the C# compiler in a mode 

Modified: logging/log4net/trunk/src/site/xdoc/release/manual/introduction.xml
URL: http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/xdoc/release/manual/introduction.xml?rev=1173017&r1=1173016&r2=1173017&view=diff
==============================================================================
--- logging/log4net/trunk/src/site/xdoc/release/manual/introduction.xml (original)
+++ logging/log4net/trunk/src/site/xdoc/release/manual/introduction.xml Tue Sep 20 08:22:05 2011
@@ -81,8 +81,13 @@ limitations under the License.
                     assembly targeting that framework is built:
                 </p>
                 <ul>
-                    <li>Microsoft .NET Framework 1.0 (1.0.3705)</li>
-                    <li>Microsoft .NET Framework 1.1 (1.1.4322)</li>
+                    <li>Microsoft .NET Framework 1.0</li>
+                    <li>Microsoft .NET Framework 1.1</li>
+                    <li>Microsoft .NET Framework 2.0</li>
+                    <li>Microsoft .NET Framework 3.5</li>
+                    <li>Microsoft .NET Framework 4.0</li>
+                    <li>Microsoft .NET Framework 3.5 Client Profile</li>
+                    <li>Microsoft .NET Framework 4.0 Client Profile</li>
                     <li>Microsoft .NET Compact Framework 1.0</li>
                     <li>Microsoft .NET Compact Framework 2.0</li>
                     <li>Mono 1.0</li>
@@ -610,6 +615,12 @@ ILog y = LogManager.GetLogger("wombat");
                                 </td>
                             </tr>
                             <tr>
+                              <td><a href="../sdk/log4net.Appender.DebugAppender.html">log4net.Appender.DebugAppender</a></td>
+                              <td>
+                                Writes logging events to the .NET  system.
+                              </td>
+                            </tr>
+                            <tr>
                                 <td><a href="../sdk/log4net.Appender.EventLogAppender.html">log4net.Appender.EventLogAppender</a></td>
                                 <td>
                                     Writes logging events to the Windows Event Log.
@@ -628,7 +639,7 @@ ILog y = LogManager.GetLogger("wombat");
                                 </td>
                             </tr>
                             <tr>
-                                <td><a href="../sdk/log4net.Appender.LocalSyslogAppender.html">log4net.LocalSyslogAppender</a></td>
+                                <td><a href="../sdk/log4net.Appender.LocalSyslogAppender.html">log4net.Appender.LocalSyslogAppender</a></td>
                                 <td>
                                     Writes logging events to the local syslog service (UNIX only).
                                 </td>