1
0

Point to release history from main page

This commit is contained in:
Gary Gregory
2024-08-14 09:19:09 -04:00
parent 024ca5e13a
commit 862ee62057

View File

@@ -78,40 +78,40 @@ This gives short introductions to topics such as advanced class loading.
<section name="Releases"> <section name="Releases">
<p> <p>
Binary and source distributions are available Binary and source distributions are available
<a href="https//commons.apache.org/proper/commons-logging/download_logging.cgi">here</a>. <a href="https//commons.apache.org/proper/commons-logging/download_logging.cgi">here</a>.
</p> </p>
<subsection name='1.3.1 Release - March 2024'> <p>
<p>Please refer to the The full release history is <a href="changes-report.html">here</a>.
<a href="changes-report.html">change-report</a>.</p> </p>
<subsection name='Release 1.3.x'>
<p>
See <a href="changes-report.html">change-report</a>.
</p>
</subsection> </subsection>
<subsection name='1.3.0 Release - November 2023'> <subsection name='Release 1.2 - July 2014'>
<p>Please refer to the
<a href="changes-report.html">change-report</a>.</p>
</subsection>
<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>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 <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> <a href="changes-report.html">change-report</a>.</p>
</subsection> </subsection>
<subsection name='1.1.3 Release - May 2013'> <subsection name='Release 1.1.3 - May 2013'>
<p>The 1.1.3 release only updates the Bundle-SymbolicName in the manifest <p>The 1.1.3 release only updates the Bundle-SymbolicName in the manifest
to "org.apache.commons.logging".</p> to "org.apache.commons.logging".</p>
<p>For a full list of changes since the 1.1.1 release, please refer to the <p>For a full list of changes since the 1.1.1 release, please refer to the
<a href="changes-report.html">change-report</a>.</p> <a href="changes-report.html">change-report</a>.</p>
</subsection> </subsection>
<subsection name='1.1.2 Release - March 2013'> <subsection name='Release 1.1.2 - March 2013'>
<p>The 1.1.2 release is a packaging of bug fixes since release 1.1.1.</p> <p>The 1.1.2 release is a packaging of bug fixes since release 1.1.1.</p>
<p>For the full details, see the release notes for this version.</p> <p>For the full details, see the release notes for this version.</p>
</subsection> </subsection>
<subsection name='1.1.1 Release - November 2007'> <subsection name='Release 1.1.1 - November 2007'>
<p> <p>
This release is a minor update to the 1.1 release that fixes a number of bugs, and This release is a minor update to the 1.1 release that fixes a number of bugs, and
resolves packaging issues for maven 1.x and maven 2.x users. resolves packaging issues for maven 1.x and maven 2.x users.
</p> </p>
<p>For the full details, see the release notes for this version.</p> <p>For the full details, see the release notes for this version.</p>
</subsection> </subsection>
<subsection name='1.1 Release - 10 May 2006'> <subsection name='Release 1.1 - 10 May 2006'>
<p>This release makes several changes that are intended to resolve issues that <p>This release makes several changes that are intended to resolve issues that
have been encountered when using commons-logging in servlet containers or j2ee have been encountered when using commons-logging in servlet containers or j2ee
containers where complex classpaths are present and multiple copies of containers where complex classpaths are present and multiple copies of
@@ -122,7 +122,7 @@ Binary and source distributions are available
supported by Log4j at that time).</p> supported by Log4j at that time).</p>
<p>For the full details, see the release notes for this version.</p> <p>For the full details, see the release notes for this version.</p>
</subsection> </subsection>
<subsection name='1.0.5 Release (Alpha)'> <subsection name='Release 1.0.5 (Alpha)'>
<p> <p>
<strong>Note:</strong> the 1.0.5 release was abandoned at alpha status. <strong>Note:</strong> the 1.0.5 release was abandoned at alpha status.
</p> </p>
@@ -130,22 +130,23 @@ Binary and source distributions are available
The next JCL release will be designated 1.1 since we feel this more The next JCL release will be designated 1.1 since we feel this more
accurately reflects the improvements made to the codebase.</p> accurately reflects the improvements made to the codebase.</p>
</subsection> </subsection>
<subsection name='1.0.4 Release - 16 Jun 2004'> <subsection name='Release 1.0.4 - 16 Jun 2004'>
<p>The 1.0.4 release of commons-logging is a service release containing support <p>The 1.0.4 release of commons-logging is a service release containing support
for both the 1.2.x and 1.3.x series of Log4J releases.</p> for both the 1.2.x and 1.3.x series of Log4J releases.</p>
</subsection> </subsection>
<subsection name='1.0.3 Release - 7 Apr 2003'> <subsection name='Release 1.0.3 - 7 Apr 2003'>
<p>The 1.0.3 release is primarily a maintenance and code cleanup release with minimal new features.</p> <p>The 1.0.3 release is primarily a maintenance and code cleanup release with minimal new features.</p>
</subsection> </subsection>
<subsection name='1.0.2 Release - 27 September 2002'> <subsection name='Release 1.0.2 - 27 September 2002'>
<p>The 1.0.2 release is a packaging of bug fixes since release 1.0.1.</p> <p>The 1.0.2 release is a packaging of bug fixes since release 1.0.1.</p>
</subsection> </subsection>
<subsection name='1.0.1 Release - 13 August 2002'> <subsection name='Release 1.0.1 - 13 August 2002'>
<p>The 1.0.1 release is a packaging of bug fixes and minor enhancements since release 1.0.</p> <p>The 1.0.1 release is a packaging of bug fixes and minor enhancements since release 1.0.</p>
</subsection> </subsection>
</section> </section>
<section name="Development Builds"> <section name="Development Builds">
<p>Regular builds of the current SVN HEAD code are made available. See the <p>Regular builds of the current Git <code>master</code> branch code are made available in the
<a href="https://repository.apache.org/content/repositories/snapshots/">snapshot repository</a>. See the
<a href="https//wiki.apache.org/commons/Logging">wiki</a> for details.</p> <a href="https//wiki.apache.org/commons/Logging">wiki</a> for details.</p>
</section> </section>
</body> </body>