Author: pauls
Date: Fri Mar 8 20:56:35 2013
New Revision: 1454549
URL: http://svn.apache.org/r1454549
Log:
Update changelog for release
Modified:
felix/trunk/main.distribution/doc/changelog.txt
felix/trunk/main.distribution/doc/changelog_framework.txt
Modified: felix/trunk/main.distribution/doc/changelog.txt
URL:
http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog.txt?rev=1454549&r1=1454548&r2=1454549&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog.txt (original)
+++ felix/trunk/main.distribution/doc/changelog.txt Fri Mar 8 20:56:35 2013
@@ -1,3 +1,9 @@
+Changes from 4.2.0 to 4.2.1
+---------------------------
+
+** Improvement
+ * Update to framework and main 4.2.1
+
Changes from 4.0.3 to 4.2.0
---------------------------
Modified: felix/trunk/main.distribution/doc/changelog_framework.txt
URL:
http://svn.apache.org/viewvc/felix/trunk/main.distribution/doc/changelog_framework.txt?rev=1454549&r1=1454548&r2=1454549&view=diff
==============================================================================
--- felix/trunk/main.distribution/doc/changelog_framework.txt (original)
+++ felix/trunk/main.distribution/doc/changelog_framework.txt Fri Mar 8
20:56:35 2013
@@ -1,3 +1,16 @@
+Changes from 4.2.0 to 4.2.1
+---------------------------
+** Bug
+ * [FELIX-3411] - The implementation of
org.osgi.service.startlevel.StartLevel#setStartLevel(int) does not follow the
spec
+ * [FELIX-3893] - Bundle in cache doesn't pass security check anymore.
+ * [FELIX-3907] - NullPointerException in BundleWiringImpl when m_disposed
is true.
+ * [FELIX-3939] - IllegalArgumentException from ClassLoader.definePackage
+ * [FELIX-3950] - Permission check being done even when security manager is
absent
+ * [FELIX-3957] - Error events can be thrown when refreshing fragment
bundles
+
+** Improvement
+ * [FELIX-3961] - Add a fallback to the default java security policy if no
security provider is present
+
Changes from 4.0.3 to 4.2.0
---------------------------
** Bug