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/11/06 21:07:28 UTC

svn commit: r1539449 - in /logging/log4net/tags/1.2.13RC1: ./ src/ src/site/xdoc/ src/site/xdoc/release/

Author: bodewig
Date: Wed Nov  6 20:07:28 2013
New Revision: 1539449

URL: http://svn.apache.org/r1539449
Log:
tag first release candidate of log4net 1.2.13

Added:
    logging/log4net/tags/1.2.13RC1/
      - copied from r1539444, logging/log4net/branches/log4net-1.2.x/
Modified:
    logging/log4net/tags/1.2.13RC1/log4net.build
    logging/log4net/tags/1.2.13RC1/pom.xml
    logging/log4net/tags/1.2.13RC1/src/AssemblyVersionInfo.cpp
    logging/log4net/tags/1.2.13RC1/src/AssemblyVersionInfo.js
    logging/log4net/tags/1.2.13RC1/src/AssemblyVersionInfo.vb
    logging/log4net/tags/1.2.13RC1/src/Log4netAssemblyInfo.cs
    logging/log4net/tags/1.2.13RC1/src/site/xdoc/download_log4net.xml
    logging/log4net/tags/1.2.13RC1/src/site/xdoc/release/framework-support.xml
    logging/log4net/tags/1.2.13RC1/src/site/xdoc/release/release-notes.xml

Modified: logging/log4net/tags/1.2.13RC1/log4net.build
URL: http://svn.apache.org/viewvc/logging/log4net/tags/1.2.13RC1/log4net.build?rev=1539449&r1=1539444&r2=1539449&view=diff
==============================================================================
--- logging/log4net/tags/1.2.13RC1/log4net.build (original)
+++ logging/log4net/tags/1.2.13RC1/log4net.build Wed Nov  6 20:07:28 2013
@@ -20,7 +20,7 @@ limitations under the License.
   <property name="log4net.basedir" value="." />
   <property name="project.build.config" value="debug" />
   <property name="project.build.package" value="false" />
-  <property name="package.version" value="1.2.12"/>
+  <property name="package.version" value="1.2.13"/>
 
   <!-- Include log4net helpers -->
   <include buildfile="${log4net.basedir}/log4net.include" />

Modified: logging/log4net/tags/1.2.13RC1/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4net/tags/1.2.13RC1/pom.xml?rev=1539449&r1=1539444&r2=1539449&view=diff
==============================================================================
--- logging/log4net/tags/1.2.13RC1/pom.xml (original)
+++ logging/log4net/tags/1.2.13RC1/pom.xml Wed Nov  6 20:07:28 2013
@@ -20,7 +20,7 @@
   <groupId>log4net</groupId>
   <artifactId>apache-log4net</artifactId>
   <packaging>pom</packaging>
-  <version>1.2.13-SNAPSHOT</version>
+  <version>1.2.13</version>
   <name>Apache log4net</name>
   <description>Logging framework for Microsoft .NET Framework.</description>
   <url>http://logging.apache.org/log4net/</url>

Modified: logging/log4net/tags/1.2.13RC1/src/AssemblyVersionInfo.cpp
URL: http://svn.apache.org/viewvc/logging/log4net/tags/1.2.13RC1/src/AssemblyVersionInfo.cpp?rev=1539449&r1=1539444&r2=1539449&view=diff
==============================================================================
--- logging/log4net/tags/1.2.13RC1/src/AssemblyVersionInfo.cpp (original)
+++ logging/log4net/tags/1.2.13RC1/src/AssemblyVersionInfo.cpp Wed Nov  6 20:07:28 2013
@@ -31,12 +31,12 @@ using namespace System::Runtime::Compile
 // You can specify all the value or you can default the Revision and Build Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersionAttribute("1.2.12.0")];
+[assembly: AssemblyVersionAttribute("1.2.13.0")];
 [assembly: AssemblyInformationalVersionAttribute("1.2")];
 
 #if !NETCF
 #if !SSCLI
-[assembly: AssemblyFileVersionAttribute("1.2.12.0")]
+[assembly: AssemblyFileVersionAttribute("1.2.13.0")]
 #endif
 #endif
 

Modified: logging/log4net/tags/1.2.13RC1/src/AssemblyVersionInfo.js
URL: http://svn.apache.org/viewvc/logging/log4net/tags/1.2.13RC1/src/AssemblyVersionInfo.js?rev=1539449&r1=1539444&r2=1539449&view=diff
==============================================================================
--- logging/log4net/tags/1.2.13RC1/src/AssemblyVersionInfo.js (original)
+++ logging/log4net/tags/1.2.13RC1/src/AssemblyVersionInfo.js Wed Nov  6 20:07:28 2013
@@ -31,12 +31,12 @@
 // an import functions as a workaround for this issue.
 import System.Reflection;
 
-[assembly: AssemblyVersion("1.2.12.0")]
+[assembly: AssemblyVersion("1.2.13.0")]
 [assembly: AssemblyInformationalVersionAttribute("1.2")]
 
 @if (!@NETCF)
 @if (!@SSCLI)
-[assembly: AssemblyFileVersion("1.2.12.0")]
+[assembly: AssemblyFileVersion("1.2.13.0")]
 @end
 @end
 

Modified: logging/log4net/tags/1.2.13RC1/src/AssemblyVersionInfo.vb
URL: http://svn.apache.org/viewvc/logging/log4net/tags/1.2.13RC1/src/AssemblyVersionInfo.vb?rev=1539449&r1=1539444&r2=1539449&view=diff
==============================================================================
--- logging/log4net/tags/1.2.13RC1/src/AssemblyVersionInfo.vb (original)
+++ logging/log4net/tags/1.2.13RC1/src/AssemblyVersionInfo.vb Wed Nov  6 20:07:28 2013
@@ -28,12 +28,12 @@
 ' You can specify all the values or you can default the Revision and Build Numbers 
 ' by using the '*' as shown below:
 
-<Assembly: System.Reflection.AssemblyVersion("1.2.12.0")>
+<Assembly: System.Reflection.AssemblyVersion("1.2.13.0")>
 <Assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.2")>
 
 #If NOT NETCF Then
 #If NOT SSCLI Then
-<Assembly: System.Reflection.AssemblyFileVersion("1.2.12.0")>
+<Assembly: System.Reflection.AssemblyFileVersion("1.2.13.0")>
 #End If
 #End If
 

Modified: logging/log4net/tags/1.2.13RC1/src/Log4netAssemblyInfo.cs
URL: http://svn.apache.org/viewvc/logging/log4net/tags/1.2.13RC1/src/Log4netAssemblyInfo.cs?rev=1539449&r1=1539444&r2=1539449&view=diff
==============================================================================
--- logging/log4net/tags/1.2.13RC1/src/Log4netAssemblyInfo.cs (original)
+++ logging/log4net/tags/1.2.13RC1/src/Log4netAssemblyInfo.cs Wed Nov  6 20:07:28 2013
@@ -25,7 +25,7 @@ namespace log4net {
     /// </summary>
     public sealed class AssemblyInfo {
         /// <summary>Version of the assembly</summary>
-        public const string Version = "1.2.12";
+        public const string Version = "1.2.13";
 
         /// <summary>Version of the framework targeted</summary>
 #if NET_1_1

Modified: logging/log4net/tags/1.2.13RC1/src/site/xdoc/download_log4net.xml
URL: http://svn.apache.org/viewvc/logging/log4net/tags/1.2.13RC1/src/site/xdoc/download_log4net.xml?rev=1539449&r1=1539444&r2=1539449&view=diff
==============================================================================
--- logging/log4net/tags/1.2.13RC1/src/site/xdoc/download_log4net.xml (original)
+++ logging/log4net/tags/1.2.13RC1/src/site/xdoc/download_log4net.xml Wed Nov  6 20:07:28 2013
@@ -77,14 +77,14 @@ limitations under the License.
       </subsection>
     </section>
 
-    <section name="log4net 1.2.12">
+    <section name="log4net 1.2.13">
 
       <subsection name="Source">
         <table>
           <tr>
-            <td><a href="[preferred]/logging/log4net/source/log4net-1.2.12-src.zip">log4net-1.2.12-src.zip</a></td>
-              <td><a href="http://www.apache.org/dist/logging/log4net/source/log4net-1.2.12-src.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/logging/log4net/source/log4net-1.2.12-src.zip.asc">pgp</a></td>
+            <td><a href="[preferred]/logging/log4net/source/log4net-1.2.13-src.zip">log4net-1.2.13-src.zip</a></td>
+              <td><a href="http://www.apache.org/dist/logging/log4net/source/log4net-1.2.13-src.zip.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/logging/log4net/source/log4net-1.2.13-src.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>
@@ -103,14 +103,14 @@ limitations under the License.
 
         <table>
           <tr>
-            <td><a href="[preferred]/logging/log4net/binaries/log4net-1.2.12-bin-newkey.zip">log4net-1.2.12-bin-newkey.zip</a></td>
-              <td><a href="http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.12-bin-newkey.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.12-bin-newkey.zip.asc">pgp</a></td>
+            <td><a href="[preferred]/logging/log4net/binaries/log4net-1.2.13-bin-newkey.zip">log4net-1.2.13-bin-newkey.zip</a></td>
+              <td><a href="http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.13-bin-newkey.zip.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.13-bin-newkey.zip.asc">pgp</a></td>
           </tr>
           <tr>
-            <td><a href="[preferred]/logging/log4net/binaries/log4net-1.2.12-bin-oldkey.zip">log4net-1.2.12-bin-oldkey.zip</a></td>
-              <td><a href="http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.12-bin-oldkey.zip.md5">md5</a></td>
-              <td><a href="http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.12-bin-oldkey.zip.asc">pgp</a></td>
+            <td><a href="[preferred]/logging/log4net/binaries/log4net-1.2.13-bin-oldkey.zip">log4net-1.2.13-bin-oldkey.zip</a></td>
+              <td><a href="http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.13-bin-oldkey.zip.md5">md5</a></td>
+              <td><a href="http://www.apache.org/dist/logging/log4net/binaries/log4net-1.2.13-bin-oldkey.zip.asc">pgp</a></td>
           </tr>
         </table>
       </subsection>

Modified: logging/log4net/tags/1.2.13RC1/src/site/xdoc/release/framework-support.xml
URL: http://svn.apache.org/viewvc/logging/log4net/tags/1.2.13RC1/src/site/xdoc/release/framework-support.xml?rev=1539449&r1=1539444&r2=1539449&view=diff
==============================================================================
--- logging/log4net/tags/1.2.13RC1/src/site/xdoc/release/framework-support.xml (original)
+++ logging/log4net/tags/1.2.13RC1/src/site/xdoc/release/framework-support.xml Wed Nov  6 20:07:28 2013
@@ -536,8 +536,7 @@ limitations under the License.
                 
                 <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.
+                        none
                     </p>
                 </section>
                 

Modified: logging/log4net/tags/1.2.13RC1/src/site/xdoc/release/release-notes.xml
URL: http://svn.apache.org/viewvc/logging/log4net/tags/1.2.13RC1/src/site/xdoc/release/release-notes.xml?rev=1539449&r1=1539444&r2=1539449&view=diff
==============================================================================
--- logging/log4net/tags/1.2.13RC1/src/site/xdoc/release/release-notes.xml (original)
+++ logging/log4net/tags/1.2.13RC1/src/site/xdoc/release/release-notes.xml Wed Nov  6 20:07:28 2013
@@ -28,6 +28,28 @@ limitations under the License.
 
         <section id="main" name="Apache log4net&#x2122; Release Notes">
 
+          <section id="1.2.13" name="1.2.13">
+
+            <section id="1.2.13-bug" name="Bug Fixes">
+              <ul>
+                <li>[<a href='https://issues.apache.org/jira/browse/LOG4NET-393'>LOG4NET-393</a>] -         Using dynamic methods with log4net causes NullReferenceException in StackFrameItem
+                </li>
+                <li>[<a href='https://issues.apache.org/jira/browse/LOG4NET-399'>LOG4NET-399</a>] -         Does not build for Compact Framework 2.0
+                </li>
+              </ul>
+
+            </section>
+                
+            <section id="1.2.13-enh" name="Improvements">
+
+              <ul>
+                <li>[<a href='https://issues.apache.org/jira/browse/LOG4NET-394'>LOG4NET-394</a>] -         Lambda-based ILog-Extensions should catch errors
+                </li>
+              </ul>
+
+            </section>
+          </section>
+
           <section id="1.2.12" name="1.2.12">
 
             <p>