Author: bodewig
Date: Wed Oct 5 04:32:23 2011
New Revision: 1179049
URL: http://svn.apache.org/viewvc?rev=1179049&view=rev
Log:
mark frameworks not built in binary releases
Modified:
logging/log4net/trunk/src/site/xdoc/release/features.xml
logging/log4net/trunk/src/site/xdoc/release/framework-support.xml
Modified: logging/log4net/trunk/src/site/xdoc/release/features.xml
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/src/site/xdoc/release/features.xml?rev=1179049&r1=1179048&r2=1179049&view=diff
==============================================================================
--- logging/log4net/trunk/src/site/xdoc/release/features.xml (original)
+++ logging/log4net/trunk/src/site/xdoc/release/features.xml Wed Oct 5
04:32:23 2011
@@ -76,11 +76,11 @@ limitations under the License.
<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 1.0<sup><a
href="#no-bin-support">*</a></sup></li>
<li>Microsoft .NET Compact Framework 2.0</li>
<li>Mono 1.0</li>
<li>Mono 2.0</li>
- <li>Microsoft Shared Source CLI 1.0</li>
+ <li>Microsoft Shared Source CLI 1.0<sup><a
href="#no-bin-support">*</a></sup></li>
<li>CLI 1.0 Compatible</li>
</ul>
<p>The "Client Profile" builds are stripped down
@@ -88,6 +88,12 @@ limitations under the License.
ASP.NET releated code - which for example means the
<code>%aspnet-*</code> patterns and the
<code>AspNetTraceAppender</code> are not available.</p>
+
+ <p style="font-size:smaller">
+ <sup><a name="no-bin-support">*</a></sup>Not
+ supported by the binary release but can be built
+ from the source release.
+ </p>
</section>
<section id="appenders" name="Output to multiple logging targets">
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=1179049&r1=1179048&r2=1179049&view=diff
==============================================================================
--- logging/log4net/trunk/src/site/xdoc/release/framework-support.xml (original)
+++ logging/log4net/trunk/src/site/xdoc/release/framework-support.xml Wed Oct
5 04:32:23 2011
@@ -116,12 +116,18 @@ limitations under the License.
</table>
</div>
<p>
- For each of these frameworks a log4net assembly targeting
the framework is supplied. Although it's
+ For most of these frameworks a log4net assembly targeting
the framework is supplied. Although it's
perfectly possible to use the .NET Framework 1.0 version
of log4net on the .NET Framework 1.1, having
an assembly that really targets a specific framework
allows us to use features in that framework that
are not available in other frameworks or remove features
from log4net that are not supported in a
specific framework.
</p>
+ <p>
+ There are no assemblies targeting the Compact
+ Framework 1.0 or Microsoft Shared Source CLI 1.0 in
+ the binary release, but they can be built from the
+ source release.
+ </p>
</section>
<section id="appenders" name="Appenders">