Fix changelog and copyright year
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1302449 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/fileinstall/DEPENDENCIES b/fileinstall/DEPENDENCIES
index 10081df..170de80 100644
--- a/fileinstall/DEPENDENCIES
+++ b/fileinstall/DEPENDENCIES
@@ -1,5 +1,5 @@
Apache Felix File Install
-Copyright 2008-2011 The Apache Software Foundation
+Copyright 2008-2012 The Apache Software Foundation
This software was developed at the Apache Software Foundation
(http://www.apache.org) and may have dependencies on other
diff --git a/fileinstall/NOTICE b/fileinstall/NOTICE
index 22abbb6..a561c82 100644
--- a/fileinstall/NOTICE
+++ b/fileinstall/NOTICE
@@ -1,5 +1,5 @@
Apache Felix File Install
-Copyright 2008-2011 The Apache Software Foundation
+Copyright 2008-2012 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/fileinstall/doc/changelog.txt b/fileinstall/doc/changelog.txt
index 1911608..38c0776 100644
--- a/fileinstall/doc/changelog.txt
+++ b/fileinstall/doc/changelog.txt
@@ -1,3 +1,27 @@
+Version 3.2.0
+-------------
+** Bug
+ * [FELIX-2066] - File Install fails to move fragment bundle into RESOLVED state
+ * [FELIX-2763] - [FileInstall] disableConfigSave actually enables configuration save
+ * [FELIX-2794] - noInitialDelay is not correctly implemented
+ * [FELIX-2843] - Parsing PID assumes last 4 chars are file extension
+ * [FELIX-2852] - Infinite reloading of config file ending with .config
+ * [FELIX-2890] - FileInstall starts non-daemon threads
+ * [FELIX-2982] - noInitialDelay option does not work
+ * [FELIX-3047] - Infinite loop in File Install if java.io.tmpdir is non-writable
+ * [FELIX-3109] - FileInstall sorts artifact url handlers in the wrong order so that the ranking does not work correctly
+ * [FELIX-3112] - Default for felix.fileinstall.start.level documented incorrectly
+ * [FELIX-3346] - File Install doesn't scan when the framework start level is lower than felix.fileinstall.start.level setting
+ * [FELIX-3373] - File install logging doesn't notify user of important errors
+ * [FELIX-3396] - Fileinstall is not able to handle configuration file if in a path containing braces
+
+** Improvement
+ * [FELIX-2787] - [File Install] Do not perform management activities while framework is starting/stopping
+ * [FELIX-2848] - Saving config file to original location shouldn't add system properties
+ * [FELIX-3294] - file install dependencies on osgi artifacts should have "provided" scope
+ * [FELIX-3386] - File install tests use deprecated EasyMock API and fail on BundleContext.getProperty
+ * [FELIX-3398] - Track new versions of artifact listener and optionally update all bundles when a new version is detected
+
Version 3.1.10
--------------
** Bug