1
0

Final preparations for JCL 1.1 Release

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@405543 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2006-05-09 21:45:08 +00:00
parent eda999f15d
commit c9397236b3
5 changed files with 9 additions and 9 deletions

View File

@@ -92,7 +92,7 @@
<property name="component.title" value="Logging Wrapper Library"/> <property name="component.title" value="Logging Wrapper Library"/>
<!-- The current version number of this component --> <!-- The current version number of this component -->
<property name="component.version" value="1.1-RC11"/> <property name="component.version" value="1.1"/>
<!-- The base directory for compilation targets --> <!-- The base directory for compilation targets -->
<property name="build.home" value="${basedir}/target"/> <property name="build.home" value="${basedir}/target"/>

View File

@@ -22,7 +22,7 @@
<name>Logging</name> <name>Logging</name>
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId> <artifactId>commons-logging</artifactId>
<currentVersion>1.1-RC11</currentVersion> <currentVersion>1.1</currentVersion>
<inceptionYear>2001</inceptionYear> <inceptionYear>2001</inceptionYear>
<shortDescription>Commons Logging</shortDescription> <shortDescription>Commons Logging</shortDescription>
<description> <description>

View File

@@ -5,4 +5,4 @@ Specification-Version: 1.0
Implementation-Title: Jakarta Commons Logging Implementation-Title: Jakarta Commons Logging
Implementation-Vendor-Id: org.apache Implementation-Vendor-Id: org.apache
Implementation-Vendor: Apache Software Foundation Implementation-Vendor: Apache Software Foundation
Implementation-Version: 1.1-RC11 Implementation-Version: 1.1

View File

@@ -42,8 +42,9 @@ reasonably simple task.</p>
<p>Applications (rather than libraries) may also choose to use commons-logging. <p>Applications (rather than libraries) may also choose to use commons-logging.
While logging-implementation independence is not as important for applications While logging-implementation independence is not as important for applications
as it is for libraries, using commons-logging does allow the application to as it is for libraries, using commons-logging does allow the application to
change to a different logging implementation without recompiling code. Note change to a different logging implementation without recompiling code.
that commons-logging does not attempt to initialise or terminate the underlying </p><p>
Note that commons-logging does not attempt to initialise or terminate the underlying
logging implementation that is used at runtime; that is the responsibility of logging implementation that is used at runtime; that is the responsibility of
the application. However many popular logging implementations do automatically the application. However many popular logging implementations do automatically
initialise themselves; in this case an application may be able to avoid initialise themselves; in this case an application may be able to avoid
@@ -54,7 +55,7 @@ containing any code that is specific to the logging implementation used.</p>
<section name="Documentation"> <section name="Documentation">
<p>The <a href="http://jakarta.apache.org/commons/logging/RELEASE-NOTES.txt"> <p>The <a href="RELEASE-NOTES.txt">
Release Notes</a> document the new features and bug fixes that have been Release Notes</a> document the new features and bug fixes that have been
included in the latest release.</p> included in the latest release.</p>
@@ -66,7 +67,6 @@ package. In addition, there is a (short)
<p>The <a href="http://wiki.apache.org/jakarta-commons/Logging">Wiki site</a> has <p>The <a href="http://wiki.apache.org/jakarta-commons/Logging">Wiki site</a> has
the latest updates, an FAQ and much other useful information.</p> the latest updates, an FAQ and much other useful information.</p>
<p> <p>
Users needing to become experts or wanting to help develop JCL should Users needing to become experts or wanting to help develop JCL should
(in addition) consult the <a href='tech.html'>Tech Guide</a>. (in addition) consult the <a href='tech.html'>Tech Guide</a>.
@@ -80,7 +80,7 @@ This gives short introductions to topics such as advanced class loading.
Binary and source distributions are available Binary and source distributions are available
<a href="http://jakarta.apache.org/site/downloads/downloads_commons-logging.cgi">here</a>. <a href="http://jakarta.apache.org/site/downloads/downloads_commons-logging.cgi">here</a>.
</p> </p>
<subsection name='1.1 Release'> <subsection name='1.1 Release - 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

View File

@@ -31,7 +31,7 @@
href="http://jakarta.apache.org/commons/"/> href="http://jakarta.apache.org/commons/"/>
</links> </links>
<menu name="Commons Logging"> <menu name="Commons Logging 1.1">
<item name="Overview" <item name="Overview"
href="/index.html"/> href="/index.html"/>
<item name="User Guide" <item name="User Guide"