[fileinstall] Update changelog and copyright year

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@940498 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/NOTICE b/fileinstall/NOTICE
index 84fd21f..8c01e98 100644
--- a/fileinstall/NOTICE
+++ b/fileinstall/NOTICE
@@ -1,5 +1,5 @@
 Apache Felix File Install
-Copyright 2008-2009 The Apache Software Foundation
+Copyright 2008-2010 The Apache Software Foundation
 
 
 I. Included Software
diff --git a/fileinstall/doc/changelog.txt b/fileinstall/doc/changelog.txt
index 0b9fa24..bf36dfa 100644
--- a/fileinstall/doc/changelog.txt
+++ b/fileinstall/doc/changelog.txt
@@ -1,3 +1,17 @@
+Version 3.0.0
+-------------
+** Bug
+    * [FELIX-1776] - FileInstall starts already installed bundles twice
+    * [FELIX-2069] - FileInstall creates ./load by default
+    * [FELIX-2248] - fileinstall does not restart bundles when the underlying file is modified
+    * [FELIX-2302] - Fileinstall should add entries for directories when creating JARs
+    * [FELIX-2313] - fileinstall does not recognize jars if it does not have Bundle-SymbolicName and Bundle-Version
+
+** Improvement
+    * [FELIX-2249] - fileinstall should log installation/uninstallation/updation/activation details at INFO level
+    * [FELIX-2307] - There is no way to bypass / escape property substitution
+
+
 Version 2.0.8
 -------------
 ** Bug