1
0

[LOGGING-124] Add bundle symbolic name that matches the maven settings.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1452934 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart
2013-03-05 18:19:57 +00:00
parent e0d43a8ece
commit 9774aadf0e
2 changed files with 4 additions and 1 deletions

View File

@@ -44,6 +44,9 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
<release version="1.1.2" date="In SVN" description="This is a maintenance release containing bug fixes.">
<action issue="LOGGING-124" dev="tn" type="fix" due-to="Christian Schneider">
The jar manifest now contains proper OSGi-related metadata information.
</action>
<action issue="LOGGING-144" dev="tn" type="fix" due-to="Sebastian Bazley">
LogFactory and LogFactoryImpl will not swallow certain errors anymore (ThreadDeath
and VirtualMachineError).