Post-release updates.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1609298 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -43,7 +43,9 @@ The <action> type attribute can be add,update,fix,remove.
|
||||
<title>Release Notes</title>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.2" date="TBD" description="TBD">
|
||||
<release version="1.2.1" date="TBD" description="This is a maintenance release containing bug fixes. Java 1.2 or later is required.">
|
||||
</release>
|
||||
<release version="1.2" date="2014-07-11" description="This is a maintenance release containing bug fixes. Java 1.2 or later is required.">
|
||||
<action issue="LOGGING-37" dev="tn" type="fix" due-to="Matthias Ernst,Archie Cobbs">
|
||||
Improve performance of LogFactory#getFactory() by calling Thread#currentThread()#getContextClassLoader()
|
||||
directly instead of using reflection. As a consequence support for JDK 1.1 has been dropped.
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
Manifest-Version: 1.0
|
||||
Export-Package: org.apache.commons.logging;version="1.1.3",org.apache.
|
||||
commons.logging.impl;version="1.1.3"
|
||||
Export-Package: org.apache.commons.logging;version="1.2.0",org.apache.
|
||||
commons.logging.impl;version="1.2.0"
|
||||
Implementation-Title: Commons Logging
|
||||
Implementation-Vendor: The Apache Software Foundation
|
||||
Implementation-Vendor-Id: org.apache
|
||||
Specification-Title: Commons Logging
|
||||
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
Bundle-SymbolicName: org.apache.commons.logging
|
||||
X-Compile-Target-JDK: 1.1
|
||||
Implementation-Version: 1.1.3
|
||||
X-Compile-Target-JDK: 1.2
|
||||
Implementation-Version: 1.2
|
||||
Specification-Vendor: The Apache Software Foundation
|
||||
Bundle-Name: Commons Logging
|
||||
Created-By: Apache Maven Bundle Plugin
|
||||
X-Compile-Source-JDK: 1.2
|
||||
Bundle-Vendor: The Apache Software Foundation
|
||||
Bundle-Version: 1.1.3
|
||||
Bundle-Version: 1.2.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Description: Commons Logging is a thin adapter allowing configu
|
||||
rable bridging to other, well known logging systems.
|
||||
@@ -25,4 +25,4 @@ Import-Package: javax.servlet;resolution:=optional;version="[2.1.0,3.0
|
||||
.0.1]",org.apache.log4j;resolution:=optional;version="[1.2.15,2.0.0)"
|
||||
Include-Resource: META-INF/NOTICE.txt=NOTICE.txt,META-INF/LICENSE.txt=
|
||||
LICENSE.txt
|
||||
Specification-Version: 1.1.3
|
||||
Specification-Version: 1.2
|
||||
|
||||
@@ -39,8 +39,8 @@ under the License.
|
||||
href="/RELEASE-NOTES.txt"/>
|
||||
<item name='JavaDoc (Latest release)'
|
||||
href='/javadocs/api-release/index.html'/>
|
||||
<item name='JavaDoc (v1.1)'
|
||||
href='/javadocs/api-1.1/index.html'/>
|
||||
<item name='JavaDoc (v1.1.3)'
|
||||
href='/javadocs/api-1.1.3/index.html'/>
|
||||
<item name='JavaDoc (v1.0.4)'
|
||||
href='/javadocs/api-1.0.4/index.html'/>
|
||||
</menu>
|
||||
|
||||
@@ -45,11 +45,11 @@ limitations under the License.
|
||||
-->
|
||||
<document>
|
||||
<properties>
|
||||
<title>Download Commons Logging</title>
|
||||
<title>Download Apache Commons Logging</title>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
<section name="Download Commons Logging">
|
||||
<section name="Download Apache Commons Logging">
|
||||
<subsection name="Using a Mirror">
|
||||
<p>
|
||||
We recommend you use a mirror to download our release
|
||||
@@ -95,32 +95,32 @@ limitations under the License.
|
||||
</p>
|
||||
</subsection>
|
||||
</section>
|
||||
<section name="Commons Logging 1.1.3 ">
|
||||
<section name="Apache Commons Logging 1.2 ">
|
||||
<subsection name="Binaries">
|
||||
<table>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/logging/binaries/commons-logging-1.1.3-bin.tar.gz">commons-logging-1.1.3-bin.tar.gz</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/logging/binaries/commons-logging-1.1.3-bin.tar.gz.md5">md5</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/logging/binaries/commons-logging-1.1.3-bin.tar.gz.asc">pgp</a></td>
|
||||
<td><a href="[preferred]/commons/logging/binaries/commons-logging-1.2-bin.tar.gz">commons-logging-1.2-bin.tar.gz</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/logging/binaries/commons-logging-1.2-bin.tar.gz.md5">md5</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/logging/binaries/commons-logging-1.2-bin.tar.gz.asc">pgp</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/logging/binaries/commons-logging-1.1.3-bin.zip">commons-logging-1.1.3-bin.zip</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/logging/binaries/commons-logging-1.1.3-bin.zip.md5">md5</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/logging/binaries/commons-logging-1.1.3-bin.zip.asc">pgp</a></td>
|
||||
<td><a href="[preferred]/commons/logging/binaries/commons-logging-1.2-bin.zip">commons-logging-1.2-bin.zip</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/logging/binaries/commons-logging-1.2-bin.zip.md5">md5</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/logging/binaries/commons-logging-1.2-bin.zip.asc">pgp</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</subsection>
|
||||
<subsection name="Source">
|
||||
<table>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/logging/source/commons-logging-1.1.3-src.tar.gz">commons-logging-1.1.3-src.tar.gz</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/logging/source/commons-logging-1.1.3-src.tar.gz.md5">md5</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/logging/source/commons-logging-1.1.3-src.tar.gz.asc">pgp</a></td>
|
||||
<td><a href="[preferred]/commons/logging/source/commons-logging-1.2-src.tar.gz">commons-logging-1.2-src.tar.gz</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/logging/source/commons-logging-1.2-src.tar.gz.md5">md5</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/logging/source/commons-logging-1.2-src.tar.gz.asc">pgp</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="[preferred]/commons/logging/source/commons-logging-1.1.3-src.zip">commons-logging-1.1.3-src.zip</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/logging/source/commons-logging-1.1.3-src.zip.md5">md5</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/logging/source/commons-logging-1.1.3-src.zip.asc">pgp</a></td>
|
||||
<td><a href="[preferred]/commons/logging/source/commons-logging-1.2-src.zip">commons-logging-1.2-src.zip</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/logging/source/commons-logging-1.2-src.zip.md5">md5</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/logging/source/commons-logging-1.2-src.zip.asc">pgp</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</subsection>
|
||||
|
||||
@@ -81,6 +81,11 @@ This gives short introductions to topics such as advanced class loading.
|
||||
Binary and source distributions are available
|
||||
<a href="http://commons.apache.org/logging/download_logging.cgi">here</a>.
|
||||
</p>
|
||||
<subsection name='1.2 Release - July 2014'>
|
||||
<p>The main purpose of the 1.2 release is to drop support for Java 1.1.</p>
|
||||
<p>For a full list of changes since the 1.1.3 release, please refer to the
|
||||
<a href="changes-report.html">change-report</a>.</p>
|
||||
</subsection>
|
||||
<subsection name='1.1.3 Release - May 2013'>
|
||||
<p>The 1.1.3 release only updates the Bundle-SymbolicName in the manifest
|
||||
to "org.apache.commons.logging".</p>
|
||||
|
||||
Reference in New Issue
Block a user