You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/03/20 21:23:00 UTC

svn commit: r1595 - in /release/commons/logging: ./ binaries/ source/

Author: tn
Date: Wed Mar 20 20:22:55 2013
New Revision: 1595

Log:
Upload logging 1.1.2 release.

Added:
    release/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz   (with props)
    release/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz.asc
    release/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz.md5
    release/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz.sha1
    release/commons/logging/binaries/commons-logging-1.1.2-bin.zip   (with props)
    release/commons/logging/binaries/commons-logging-1.1.2-bin.zip.asc
    release/commons/logging/binaries/commons-logging-1.1.2-bin.zip.md5
    release/commons/logging/binaries/commons-logging-1.1.2-bin.zip.sha1
    release/commons/logging/source/commons-logging-1.1.2-src.tar.gz   (with props)
    release/commons/logging/source/commons-logging-1.1.2-src.tar.gz.asc
    release/commons/logging/source/commons-logging-1.1.2-src.tar.gz.md5
    release/commons/logging/source/commons-logging-1.1.2-src.tar.gz.sha1
    release/commons/logging/source/commons-logging-1.1.2-src.zip   (with props)
    release/commons/logging/source/commons-logging-1.1.2-src.zip.asc
    release/commons/logging/source/commons-logging-1.1.2-src.zip.md5
    release/commons/logging/source/commons-logging-1.1.2-src.zip.sha1
Modified:
    release/commons/logging/README.html
    release/commons/logging/RELEASE-NOTES.txt
    release/commons/logging/binaries/README.html
    release/commons/logging/source/README.html

Modified: release/commons/logging/README.html
==============================================================================
--- release/commons/logging/README.html (original)
+++ release/commons/logging/README.html Wed Mar 20 20:22:55 2013
@@ -1,7 +1,8 @@
-<h1>Commons-Logging v1.1.1</h1>
+<h1>Commons-Logging v1.1.2</h1>
 
 
-<p>This is the 1.1.1 version of commons-logging. It is available in both binary and source distributions.</p>
+<p>This is the 1.1.2 version of commons-logging. It is available in both 
+binary and source distributions.</p>
 
 <p><strong>Note:</strong> the larger size of the new downloads is due to improved documentation shipping
 with this new release.</p>
@@ -32,13 +33,13 @@
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-logging-1.1.1-bin.tar.gz.asc
+$ pgpv commons-logging-1.1.2-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-logging-1.1.1-bin.tar.gz.asc
+$ pgp commons-logging-1.1.2-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-logging-1.1.1-bin.tar.gz.asc
+$ gpg --verify commons-logging-1.1.2-bin.tar.gz.asc
 </pre>
 <p>
 

Modified: release/commons/logging/RELEASE-NOTES.txt
==============================================================================
--- release/commons/logging/RELEASE-NOTES.txt (original)
+++ release/commons/logging/RELEASE-NOTES.txt Wed Mar 20 20:22:55 2013
@@ -1,166 +1,44 @@
-<!--
-
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements.  See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License.  You may obtain a copy of the License at
- 
-      http://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
--->
-
-$Id: RELEASE-NOTES.txt 597240 2007-11-21 22:50:06Z dennisl $
-
-                           Commons Logging Package
-                                Version 1.1.1
-                                Release Notes
-
-INTRODUCTION:
-============
-
-This release of Apache Commons Logging is a maintenance release, with just a
-couple of fixes for using Commons Logging under restrictive security policies.
-
-All core classes were compiled with Maven using a 1.4.x JDK, with target set
-to 1.1 and source set to 1.2. Commons Logging may work on some
-augmented 1.1 series JREs but it is recommended that those wish to run
-on 1.1 JREs download the source and create a custom implementation by
-stripping out all the complex classloader management code.
-
-For further details, please see the Apache Commons Logging website:
-  http://commons.apache.org/logging/
-
-For the very latest news, hints, FAQs etc. please see the
-Apache Commons Logging wiki site:
-  http://wiki.apache.org/commons/Logging
-
-Note that some containers (some versions of Apache Tomcat and JBoss in
-particular) prevent webapps, ejbs, etc from overriding the commons-logging
-implementation provided by the container. This means that bundling this
-updated implementation with a deployed application may not have any effect.
-See the commons-logging site and/or the wiki for more information.
-
-== New Features Since 1.1.0 ==
-
-None.
-
-== Incompatibilities ==
-
-The protected method LogFactory.getContextClassLoader has been reverted to pre-1.1
-behaviour. In earlier releases, this method did not use an AccessController when
-obtaining the context classloader. In version 1.1 it did. In this release, it has
-reverted to not using an AccessController; any user-level code that needs to obtain
-a context classloader should itself create an AccessController, and call the
-LogFactory.getContextClassLoader method via the doPrivileged method. This fixes a
-potential security issue, where untrusted code could get access to the context
-classloader if a signed Commons Logging library was in the classpath.
-
-== Dependencies ==
-
-Commons Logging has no mandatory dependencies.
-
-Java 1.2 and later are supported. It may be possible to use this release with
-java 1.1 but this has not been tested; the unit tests certainly don't run on
-that version.
-
-== Distributed Jar Files ==
-
-File commons-logging-nn.jar is the one most people will want. It provides the
-base implementation and adapters to a number of popular logging libraries.
-
-File commons-logging-adapters-nn.jar includes only the adapters to various
-concrete logging libraries. When commons-logging-nn.jar or
-commons-logging-api-nn.jar is deployed in a container classpath, then this
-adapters-only jar file should be deployed in the webapp, not the complete Commons
-Logging distribution. This ensures that the core Log/LogFactory classes are only
-deployed via one classloader, thus avoiding "Log4JLogger does not implement Log"
-and similar problems.
-
-File commons-logging-api-nn.jar provides minimal adapters to external logging
-libraries, just the internally implemented SimpleLog and NoOpLog classes
-plus Jdk14Logger (which is currently required by Apache Tomcat).
-
-The file commons-logging-api-nn.jar may be used as a declared dependency for
-projects that care about "transitive dependencies" and can't handle jar files
-such as commons-logging-nn.jar which have "optional" dependencies depending on
-how they are used. In addition, this jar file can be useful for "rebundlers" of
-Commons Logging who recompile the source-code but who may not be able to
-recompile against the full set of supported adapters; such projects should be
-able to at least recreate an equivalent of this jar file.
-
-== General Notes ==
-
-The Apache Commons project has migrated to the Subversion version control system
-(previously, CVS was used). There should be no effect on users of the Commons
-Logging library, but obviously the process of examining the latest source code,
-and of creating patches for Commons Logging has now changed. Please see the
-Apache Commons website for details (http://commons.apache.org/).
-
-The Apache Commons project has now moved to using the Apache JIRA installation
-as its bugtracking system (formerly, the Apache Bugzilla installation was used).
-
-All source files for this release have been updated to reflect the new Apache
-Software Foundation licensing rules. The terms and conditions are unaltered;
-this merely affects how those are presented in the source files. See
-  http://www.apache.org/legal/src-headers.html
-
-This release can be built/tested with Maven 2.0.x as well as Ant. Note that
-building with Maven 1.x is no longer supported. The files used to build Commons
-Logging with Maven 1.x will be removed in a future version of Commons Logging.
-
-== Bugs Fixed ==
-
-* LOGGING-106: Commons Logging 1.1 was completely unusable under a security
-  policy that prevented access to system properties. Even signing/authorising
-  the Commons Logging library was not sufficient. This has been fixed by (a)
-  catching SecurityException and falling back to a sensible default, and (b)
-  using AccessController so Commons Logging can be granted privileges without
-  needing the caller to have them too.
-
-* LOGGING-107: Commons Logging 1.1 auto-discovery failed under a security
-  policy that prevented calls to ClassLoader.getParent. Signing/authorising the
-  Commons Logging library was not sufficient as an AccessController was not used.
-  This has been fixed by catching SecurityException and using an AccessController.
-
-* LOGGING-111, LOGGING-114: Show the contents of chained exceptions, to make
-  debugging easier, in particular when using Commons Logging together with Log4J.
-
-* LOGGING-113: pom.xml in maven repository does not list dependencies as optional.
-
-* LOGGING-115: NPE thrown due to exception message logging.
-
-* LOGGING-117: Unit tests fail on linux with java16.
-
-* LOGGING-118: Generate source and binary archives.
-
-* MEV-392 (http://jira.codehaus.org/browse/MEV-392)
-  As Commons Logging didn't provide a Maven2 pom.xml file, one was helpfully
-  created by people not involved with the commons-logging project and published
-  to the standard maven repositories. Unfortunately this pom declared normal
-  dependencies on all the logging libraries that are supported by the core
-  Commons Logging distribution, meaning they all get pulled into a project that
-  declares a dependency on Commons Logging 1.1. This release now provides an
-  "official" pom.xml which declares these dependencies as optional so they aren't
-  automatically included in projects that depend on Commons Logging 1.1.1.
-
-* (no bug#): Fix thread-safety bug (SimpleDateFormat.format is not thread-safe).
-  Thanks to Martin Wilson of bright-interactive for the bug report.
-
-* (no bug#): Security issue regarding access to context classloader (see
-  incompatibilities section above).
-
-DEPRECATIONS:
-============
-
-    (These are carried forward from Version 1.0.4)
-
-[LogSource]        Previously deprecated, replaced by LogFactory.
-
+              Apache Commons Logging
+                  Version 1.1.2
+                  RELEASE NOTES
+
+The Commons Logging team is pleased to announce the release of Apache Commons Logging 1.1.2
+
+Commons Logging is a thin adapter allowing configurable bridging to other,
+well known logging systems.
+
+This is a maintenance release containing bug fixes.
+
+Changes in this version include:
+
+
+Fixed Bugs:
+o LOGGING-124:  The jar manifest now contains proper OSGi-related metadata information. Thanks to Christian Schneider.
+o LOGGING-144:  LogFactory and LogFactoryImpl will not swallow certain errors anymore (ThreadDeath
+                and VirtualMachineError). Thanks to Sebastian Bazley.
+o LOGGING-132:  Jdk14Logger now correctly uses the specified logger name. Thanks to Nathan Niesen.
+o LOGGING-146:  Properly synchronize access to protected static field LogFactory.nullClassLoaderFactory.
+                Thanks to Sebastian Bazley.
+o LOGGING-119:  Prevent potential deadlock scenario in WeakHashtable. Thanks to Nitzan Niv, Philippe Mouawad.
+o LOGGING-130:  Potential missing privileged block for class loader. Thanks to Matthew P. Del Buono.
+o LOGGING-145:  LogFactoryImpl.setAttribute - possible NPE.
+o LOGGING-142:  Log4JLogger uses deprecated static members of Priority such as INFO. Thanks to Jingguo Yao.
+o LOGGING-128:  Static analysis suggests a number of potential improvements. Thanks to Peter Lawrey.
+o LOGGING-147:  SimpleLog.log - unsafe update of shortLogName.
+o LOGGING-148:  LogFactory.diagnosticPrefix and diagnosticsStream could be final.
+
+Changes:
+o LOGGING-135:  Improved thread-safety for several log adapters, including AvalonLogger, SimpleLog,
+                Log4JLogger, LogKitLogger. Thanks to Sebastian Bazley.
+o LOGGING-138:  In case of a discovery failure now also the stacktrace of the cause will be
+                added to the diagnostic message. Thanks to Luke Lu.
+o LOGGING-133:  Change scope of Jdk14Logger.log(Level, String, Throwable) to protected, allowing
+                subclasses to modify the logging output. Thanks to Shevek.
+
+
+Historical list of changes: http://commons.apache.org/logging/changes-report.html
+
+For complete information on Commons Logging, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons Logging website:
+
+http://commons.apache.org/logging/
\ No newline at end of file

Modified: release/commons/logging/binaries/README.html
==============================================================================
--- release/commons/logging/binaries/README.html (original)
+++ release/commons/logging/binaries/README.html Wed Mar 20 20:22:55 2013
@@ -1,7 +1,8 @@
-<h1>Commons-Logging v1.1.1</h1>
+<h1>Commons-Logging v1.1.2</h1>
 
 
-<p>This is the 1.1.1 version of commons-logging. It is available in both binary and source distributions.</p>
+<p>This is the 1.1.2 version of commons-logging. It is available in both 
+binary and source distributions.</p>
 
 <p><strong>Note:</strong> the larger size of the new downloads is due to improved documentation shipping
 with this new release.</p>
@@ -32,13 +33,13 @@
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-logging-1.1.1-bin.tar.gz.asc
+$ pgpv commons-logging-1.1.2-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-logging-1.1.1-bin.tar.gz.asc
+$ pgp commons-logging-1.1.2-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-logging-1.1.1-bin.tar.gz.asc
+$ gpg --verify commons-logging-1.1.2-bin.tar.gz.asc
 </pre>
 <p>
 

Added: release/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: release/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/x-gzip

Added: release/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz.asc
==============================================================================
--- release/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz.asc (added)
+++ release/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz.asc Wed Mar 20 20:22:55 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iQIcBAABAgAGBQJRRGtyAAoJEKQfE8mZlFKTH2QQAJbXsf5QmpA5Tw7Fv7JWo+63
+hCm9ey4NrEe9SbTaJ5uHbnPwk6jcU6GeD8/5h+0HbxOGF2db6Qy1dRVzGGtN7R0y
+FhkM+qMpVsK8dSFXvh5DWpstp9eKqwW1DqeR4Cub+s5zQLw0vWfK7ZOvB8WLvyjO
+feVdOabpapXoADKJ2m3M94AASJxfhOLFiarekDromB4hx6WxSORP8wTEzz6H7pUC
+OFHJYQ/EhhoZY4/fvfBlUCTUzJzd0yRggKW+mXYtuVEmxxJOmpEH4jcct/tSYSFu
+FR0or9tIdWc9NKICtb9J5IgEQbXwMftI/WLBkk8Ojl+JNY1CuEJ8JNYjI9x1TfeF
+whh/KjMPInWWbJb3ShK00DV3MW1N1Lr3olQMXhKRxLhs5cTas8rul7cbo4VEXeF4
+LM2RNEYr/gtI5BycNEBmgXso9knJG8+56KeZqzuuCQ9naoY4zkabBW2FuxCIwJo5
+ulNb/ndS5rR9GnslCy03onbohFfVDKiqp1rp8wHRf3Mp3AIikquwgczcAgIafxBq
+oBXC5CdDWXqHxhGh2CdGiNUNWMXyHJZ4Mt/EhBNT2IvrAVd7MMRMRTHMnkgZFjMm
+A+OcdwTI/CWffFD+sNTBoklDF7AkL3xSVaCL2AnEHFlOBdBi5jEt1eJ6msrpOTrA
+6Bx6hq80rwEepuwOENc5
+=GUCN
+-----END PGP SIGNATURE-----

Added: release/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz.md5
==============================================================================
--- release/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz.md5 (added)
+++ release/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz.md5 Wed Mar 20 20:22:55 2013
@@ -0,0 +1 @@
+0fd3ed7847618ae8ca281f2259bc2866
\ No newline at end of file

Added: release/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz.sha1
==============================================================================
--- release/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz.sha1 (added)
+++ release/commons/logging/binaries/commons-logging-1.1.2-bin.tar.gz.sha1 Wed Mar 20 20:22:55 2013
@@ -0,0 +1 @@
+bc97da7d1431095c8dbd5c3d490051d30d7dd473
\ No newline at end of file

Added: release/commons/logging/binaries/commons-logging-1.1.2-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: release/commons/logging/binaries/commons-logging-1.1.2-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/zip

Added: release/commons/logging/binaries/commons-logging-1.1.2-bin.zip.asc
==============================================================================
--- release/commons/logging/binaries/commons-logging-1.1.2-bin.zip.asc (added)
+++ release/commons/logging/binaries/commons-logging-1.1.2-bin.zip.asc Wed Mar 20 20:22:55 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iQIcBAABAgAGBQJRRGtyAAoJEKQfE8mZlFKTTgoP/3bPwKL/nbLkGKA3ZWe+bnMh
+uaGF9UqbS+rpHaDxnulUCKUsQGuvz1pCRzegmMNcOdLfDBlMvLg04ovX9EBeI3wf
+XSX2/CSqLerAs6DzNVmckEQjQl0z/Yv/wT7h2CKI/jKCjldQEsKk4G+njFvUXvl8
+zQuU93856/aiSS35la6gsu2j5knOqn9XrYOwVqER5M0rNGCwD3uw2K/+Q+T4pwgS
+fmMVVG3ZQ5yZiDEcj5E3XfhANKOh0dr+GTU8RZstoQcLMGxqVj9U85kioM3UjPqq
+m0grpJCPCgNTPok9xpnqzpIavncACkNq6JERNZblEUfHga2OxtpPUf/aHkXvJIph
+PxwfJ84MReygWQ82390J1FQic/lIpz5axH8d635IDXqiK9ppE4n2kN8QtbqiuTal
+WNKDU1JvTDiRoo7SxsrX5PqatTw14u2WxPaRCFOllaPlcVsiSsC/8zJeVEtdxnDn
+LeaPc78fotLrWDsMlpLXxUlAmeenlLoSnJtUY4PxhKgnrMq7zEjv9TuFLMBAT1Ge
+g/WRWMao/vpx/UydbZVexEOv14kX7V3fBT6cAEixWtw3PHSWMrJf1NDVqTSxCUVO
+FDvAu5E/smxIyfMMO3TqvKmMTi2VpwQsLm6Eq+Wl7ixMbz3uyUihL/kC2f57iqUX
+ea4MG6Wz+i16nKBT3Wn7
+=tMaP
+-----END PGP SIGNATURE-----

Added: release/commons/logging/binaries/commons-logging-1.1.2-bin.zip.md5
==============================================================================
--- release/commons/logging/binaries/commons-logging-1.1.2-bin.zip.md5 (added)
+++ release/commons/logging/binaries/commons-logging-1.1.2-bin.zip.md5 Wed Mar 20 20:22:55 2013
@@ -0,0 +1 @@
+aae07b116c0e4a4e55365495be52c198
\ No newline at end of file

Added: release/commons/logging/binaries/commons-logging-1.1.2-bin.zip.sha1
==============================================================================
--- release/commons/logging/binaries/commons-logging-1.1.2-bin.zip.sha1 (added)
+++ release/commons/logging/binaries/commons-logging-1.1.2-bin.zip.sha1 Wed Mar 20 20:22:55 2013
@@ -0,0 +1 @@
+33f3bed070ff0022a2f94f0fc3dcbc7e730c2211
\ No newline at end of file

Modified: release/commons/logging/source/README.html
==============================================================================
--- release/commons/logging/source/README.html (original)
+++ release/commons/logging/source/README.html Wed Mar 20 20:22:55 2013
@@ -1,7 +1,8 @@
-<h1>Commons-Logging v1.1.1</h1>
+<h1>Commons-Logging v1.1.2</h1>
 
 
-<p>This is the 1.1.1 version of commons-logging. It is available in both binary and source distributions.</p>
+<p>This is the 1.1.2 version of commons-logging. It is available in both 
+binary and source distributions.</p>
 
 <p><strong>Note:</strong> the larger size of the new downloads is due to improved documentation shipping
 with this new release.</p>
@@ -32,13 +33,13 @@
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-logging-1.1.1-bin.tar.gz.asc
+$ pgpv commons-logging-1.1.2-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-logging-1.1.1-bin.tar.gz.asc
+$ pgp commons-logging-1.1.2-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-logging-1.1.1-bin.tar.gz.asc
+$ gpg --verify commons-logging-1.1.2-bin.tar.gz.asc
 </pre>
 <p>
 

Added: release/commons/logging/source/commons-logging-1.1.2-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: release/commons/logging/source/commons-logging-1.1.2-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/x-gzip

Added: release/commons/logging/source/commons-logging-1.1.2-src.tar.gz.asc
==============================================================================
--- release/commons/logging/source/commons-logging-1.1.2-src.tar.gz.asc (added)
+++ release/commons/logging/source/commons-logging-1.1.2-src.tar.gz.asc Wed Mar 20 20:22:55 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iQIcBAABAgAGBQJRRGtzAAoJEKQfE8mZlFKTJHgQALoH6hyor/pOTrjwem9CzX/n
+M4uxZf1CsMz3YduwWEH9lk7zF/KW5uru4aqP2yc4T4v4TE1/dtfBlE2FZDQ+w0aH
+0wvyi+NZPKfehu2Cb7UGbyHAtDRqQrKiisHDHAC7sWuHOrxMqbrYQhltQ4MPKixb
+GdUmLmkAOFUdAYan9JZv2sHkS4RAxFHTolMymVzZpnaNVQsJ/p2PqHt1OUDQi3NV
+wsxGt+3ARChlPdZDOdxPMUyYQ7Jbcf4/0Ktg3rvBNSrDE6uEB/FSJledtbjfFwaz
+h3Wgh5WGcZu4ENdPwqOZTLMxpXj7/1LhMLYzuLk0zeP/esrhw70cj3Q78Zpi3g7b
+UAROYVtl5UoXDLcVbsd0jWW1GpHf7eyHwOVa/9EGCb9YmNlbXbA7krRCJMsuyJ1L
+0mkInaOzXH6ejtzUFdRbSHG9U2vOgw+Cqoh5CqWqBbc9IWIBhw5kPevA/xvLcCNI
+eQZS+AbU28cK0lDLJozJwUn+V3XxPmbrTGUQy/xEmlA03HVJDJP3nQKW7iuGMGWH
+5TjKZAhONw56oAta2oTDrl+MNvDkAg28wHMZPy9v8evkK8U5rFM6kiMRKARWu0dj
+oELWJCASJibBFFkCLULBIuyYiM0P14JJ2slPPoRTf23ORVfVe2EPkBx0CoO1BCLM
+HxxGyWGaRe7qCjHzKUQn
+=2OgC
+-----END PGP SIGNATURE-----

Added: release/commons/logging/source/commons-logging-1.1.2-src.tar.gz.md5
==============================================================================
--- release/commons/logging/source/commons-logging-1.1.2-src.tar.gz.md5 (added)
+++ release/commons/logging/source/commons-logging-1.1.2-src.tar.gz.md5 Wed Mar 20 20:22:55 2013
@@ -0,0 +1 @@
+8928a44ded8fb362974fa303900773d6
\ No newline at end of file

Added: release/commons/logging/source/commons-logging-1.1.2-src.tar.gz.sha1
==============================================================================
--- release/commons/logging/source/commons-logging-1.1.2-src.tar.gz.sha1 (added)
+++ release/commons/logging/source/commons-logging-1.1.2-src.tar.gz.sha1 Wed Mar 20 20:22:55 2013
@@ -0,0 +1 @@
+67e291330747cc6a8db31a51a8bb11f01039b06a
\ No newline at end of file

Added: release/commons/logging/source/commons-logging-1.1.2-src.zip
==============================================================================
Binary file - no diff available.

Propchange: release/commons/logging/source/commons-logging-1.1.2-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/zip

Added: release/commons/logging/source/commons-logging-1.1.2-src.zip.asc
==============================================================================
--- release/commons/logging/source/commons-logging-1.1.2-src.zip.asc (added)
+++ release/commons/logging/source/commons-logging-1.1.2-src.zip.asc Wed Mar 20 20:22:55 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iQIcBAABAgAGBQJRRGtzAAoJEKQfE8mZlFKTlN8QAKX+tuMHm1cFHNChakGVTjWV
+sSp9jNCsSDcapycLP779j4gGMci2HbNsSW+ctlEICjJG3H0PpgGFe3ivwt3xDXqz
+1XyX7qZK6E8Rthn4g5D6h1nzODoyzTCl8Kc+bbDtsAPbwvIzqEcuvodB8u9P9rZb
+DBVYOd4FB0SH5yPjGTOFCRTo4u02rK1/OAm9lfERvW3bzqv/N1yj+Iypt0yBLFOt
+SikNH7SAUNLYYlpQLwWO5rtKOg8Lwlbvyy6zEkmodaFXEhSoidflGFm9Kbk1YeYa
+WgRu+rrhNcpcMnEmdJfPhLIEy1ZhY6YMeajuhntr/5XUYFY/8RVTbZJ22Zs1yYSZ
+V0RQaz2kSOMzT+HgobUtB4IrRo84BeFA3//OxRcz/CG+dw56kqu27mKzIDTTPQuJ
+enzH4wms0UqG631MIRLpAV9qOXD45rXXobVLsH3wco6UCx6R2Yx6Bhu5VcdoVeeq
+zrY94ReHb1pXkjEpWodzJW3JrIlpY+ez4L63VE6uKn7gtqXEkPThtygmYXRt5yAu
+FpGyp7+POmMmA2kk3IzyF2Y6VRGtXw3BnGEx0G88toVRBwFoIxRrOhxHBzoHThIj
+Cf77s+q3FP4cATGLE+mVlgAYJjNqnw+fsk+lvW9J/2pRcqt17TkH1v/jIAlsMsE7
+1VLM7yl8Y+dRtPSauVDI
+=dER4
+-----END PGP SIGNATURE-----

Added: release/commons/logging/source/commons-logging-1.1.2-src.zip.md5
==============================================================================
--- release/commons/logging/source/commons-logging-1.1.2-src.zip.md5 (added)
+++ release/commons/logging/source/commons-logging-1.1.2-src.zip.md5 Wed Mar 20 20:22:55 2013
@@ -0,0 +1 @@
+191495cfd7f931febd61b1456bbe7a95
\ No newline at end of file

Added: release/commons/logging/source/commons-logging-1.1.2-src.zip.sha1
==============================================================================
--- release/commons/logging/source/commons-logging-1.1.2-src.zip.sha1 (added)
+++ release/commons/logging/source/commons-logging-1.1.2-src.zip.sha1 Wed Mar 20 20:22:55 2013
@@ -0,0 +1 @@
+118b3ac1e7c47988bdba60baebe3ee2a3165cc5c
\ No newline at end of file