You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2010/10/26 13:43:39 UTC

svn commit: r1027481 - /felix/trunk/fileinstall/doc/changelog.txt

Author: gnodet
Date: Tue Oct 26 11:43:38 2010
New Revision: 1027481

URL: http://svn.apache.org/viewvc?rev=1027481&view=rev
Log:
Add changelog for fileinstall 3.1.0

Modified:
    felix/trunk/fileinstall/doc/changelog.txt

Modified: felix/trunk/fileinstall/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/fileinstall/doc/changelog.txt?rev=1027481&r1=1027480&r2=1027481&view=diff
==============================================================================
--- felix/trunk/fileinstall/doc/changelog.txt (original)
+++ felix/trunk/fileinstall/doc/changelog.txt Tue Oct 26 11:43:38 2010
@@ -1,3 +1,20 @@
+Version 3.1.0
+-------------
+** Bug
+    * [FELIX-2318] - Possible NPE for jars with null Manifest
+    * [FELIX-2531] - Missing documentation for 'felix.fileinstall.noInitialDelay' configuration property
+    * [FELIX-2556] - FileInstall fails to update fragments as it tries to stop them
+
+** Improvement
+    * [FELIX-2021] - Enable FileInstall to set Bundle Start Level
+    * [FELIX-2571] - Have fileinstall listen for configuration changes and write them back to the config files
+    * [FELIX-2643] - When using the jardir url handler, fileinstall should not compress the zip stream
+    * [FELIX-2663] - Allow ConfigInstaller to perform placeholder substitution from framework properties
+
+** New Feature
+    * [FELIX-2513] - Support richer format for configurations
+    * [FELIX-2514] - felix.fileinstall.dir should support more than one directory
+
 Version 3.0.2
 -------------
 ** Bug