You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2011/11/20 21:39:52 UTC

svn commit: r1204241 - in /felix/trunk/framework.security: doc/changelog.txt pom.xml

Author: pauls
Date: Sun Nov 20 20:39:51 2011
New Revision: 1204241

URL: http://svn.apache.org/viewvc?rev=1204241&view=rev
Log:
Update changelog and framework version for release

Modified:
    felix/trunk/framework.security/doc/changelog.txt
    felix/trunk/framework.security/pom.xml

Modified: felix/trunk/framework.security/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/framework.security/doc/changelog.txt?rev=1204241&r1=1204240&r2=1204241&view=diff
==============================================================================
--- felix/trunk/framework.security/doc/changelog.txt (original)
+++ felix/trunk/framework.security/doc/changelog.txt Sun Nov 20 20:39:51 2011
@@ -1,3 +1,10 @@
+Changes from 2.0.0 to 2.0.1
+---------------------------
+
+** Bug
+    * [FELIX-3196] - Security Problem: Getting full file access within the cache directory from one Bundle
+    * [FELIX-3221] - NPE when uninstall a bundle on enabled OSGi security
+
 Changes from 1.4.2 to 2.0.0
 ---------------------------
 ** Bug

Modified: felix/trunk/framework.security/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/framework.security/pom.xml?rev=1204241&r1=1204240&r2=1204241&view=diff
==============================================================================
--- felix/trunk/framework.security/pom.xml (original)
+++ felix/trunk/framework.security/pom.xml Sun Nov 20 20:39:51 2011
@@ -45,7 +45,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>org.apache.felix.framework</artifactId>
-      <version>4.0.0</version>
+      <version>4.0.2</version>
     </dependency>
   </dependencies>
   <build>