Remove duplicate file
Add a changelog file (0.9.2 release preparation)
Add a licence header in a cfg file
Add the rat plugin in the pom file

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@760349 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/doc/changelog.txt b/fileinstall/doc/changelog.txt
new file mode 100644
index 0000000..cbb425c
--- /dev/null
+++ b/fileinstall/doc/changelog.txt
@@ -0,0 +1,20 @@
+Version 0.9.2
+--------------
+
+** Bug
+    * [FELIX-895] - File Install treats configuration files with identical subnames as the same configuration
+    * [FELIX-926] - FileInstall does not read all values from Configuration properties
+    * [FELIX-937] - FileInstall can't handle autostart bundles that are part of watched directory
+    * [FELIX-938] - FileInstall starts a stopped bundles even if it is stopped transiently by user
+
+** Improvement
+    * [FELIX-920] - Add option to only install or "install and start" newly discovered bundles 
+    * [FELIX-939] - Optimize File Install
+    * [FELIX-942] - Fileinstall unit tests
+    * [FELIX-983] - Allow property substitution in config file
+    * [FELIX-998] - Metatype definition for FileInstall
+    
+Version 0.9.0
+--------------
+
+ * First public release
\ No newline at end of file