Author: cziegeler
Date: Fri Aug  7 00:57:14 2015
New Revision: 1694598

URL: http://svn.apache.org/r1694598
Log:
Update changelog and pom

Modified:
    felix/trunk/eventadmin/impl/changelog.txt
    felix/trunk/eventadmin/impl/pom.xml

Modified: felix/trunk/eventadmin/impl/changelog.txt
URL: 
http://svn.apache.org/viewvc/felix/trunk/eventadmin/impl/changelog.txt?rev=1694598&r1=1694597&r2=1694598&view=diff
==============================================================================
--- felix/trunk/eventadmin/impl/changelog.txt (original)
+++ felix/trunk/eventadmin/impl/changelog.txt Fri Aug  7 00:57:14 2015
@@ -4,6 +4,8 @@ Changes from 1.4.2 to 1.4.4
     * [FELIX-4623] - Add test for thread based ordering
     * [FELIX-4638] - Less locking on event handler timing
     * [FELIX-4663] - Potential memory leak in AsyncDeliveryTask
+** Bug
+    * [FELIX-4963] - Eventadmin leaks caller's security context downstream
 
 
 Changes from 1.4.0 to 1.4.2

Modified: felix/trunk/eventadmin/impl/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/eventadmin/impl/pom.xml?rev=1694598&r1=1694597&r2=1694598&view=diff
==============================================================================
--- felix/trunk/eventadmin/impl/pom.xml (original)
+++ felix/trunk/eventadmin/impl/pom.xml Fri Aug  7 00:57:14 2015
@@ -140,10 +140,10 @@
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>
-                            ${pom.artifactId} 
+                            ${project.artifactId} 
                            </Bundle-SymbolicName>
                            <Bundle-Activator>
-                            ${pom.artifactId}.impl.Activator
+                            ${project.artifactId}.impl.Activator
                         </Bundle-Activator>
                         <Bundle-Vendor>The Apache Software 
Foundation</Bundle-Vendor>
                         <DynamicImport-Package>


Reply via email to