Preparing for release, updated copyright messages, some metadata and the changelogs.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1487778 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/deploymentadmin/autoconf/DEPENDENCIES b/deploymentadmin/autoconf/DEPENDENCIES
index cfaa997..5e83563 100644
--- a/deploymentadmin/autoconf/DEPENDENCIES
+++ b/deploymentadmin/autoconf/DEPENDENCIES
@@ -1,5 +1,5 @@
 Apache Felix AutoConf Resource Processor
-Copyright 2011 The Apache Software Foundation
+Copyright 2011-2013 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/deploymentadmin/autoconf/NOTICE b/deploymentadmin/autoconf/NOTICE
index 146710b..21495b8 100644
--- a/deploymentadmin/autoconf/NOTICE
+++ b/deploymentadmin/autoconf/NOTICE
@@ -1,5 +1,5 @@
 Apache Felix AutoConf Resource Processor
-Copyright 2011 The Apache Software Foundation
+Copyright 2011-2013 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/deploymentadmin/autoconf/changelog.txt b/deploymentadmin/autoconf/changelog.txt
index 8c1922b..850cadf 100644
--- a/deploymentadmin/autoconf/changelog.txt
+++ b/deploymentadmin/autoconf/changelog.txt
@@ -1,2 +1,10 @@
+Release 0.1.2
+-------------
+
+FELIX-3243 Autoconf does not recognize non-local non-factory OCDs
+FELIX-3245 Autoconf handles metatype 1.1 cardinalty wrong
+FELIX-3400 Nullpointer in autoconfprocessor for invalid metatype files
+
+
 Initial Release 0.1.0
 ---------------------
diff --git a/deploymentadmin/autoconf/pom.xml b/deploymentadmin/autoconf/pom.xml
index 2798354..70cf7b6 100644
--- a/deploymentadmin/autoconf/pom.xml
+++ b/deploymentadmin/autoconf/pom.xml
@@ -85,7 +85,7 @@
                         <Bundle-Activator>org.apache.felix.deployment.rp.autoconf.Activator</Bundle-Activator>
                         <Bundle-Name>Apache Felix AutoConf Resource Processor</Bundle-Name>
                         <Bundle-Description>A customizer bundle that publishes a Resource Processor service that processes configuration resources shipped in a Deployment Package.</Bundle-Description>
-                        <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
+                        <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <Private-Package>org.apache.felix.deployment.rp.autoconf, org.apache.felix.metatype, org.apache.felix.metatype.internal.l10n, org.apache.felix.metatype.internal, org.kxml2.io;-split-package:=merge-first, org.xmlpull.v1;-split-package:=merge-first, org.osgi.service.metatype;-split-package:=merge-first</Private-Package>
                         <Import-Package>org.apache.felix.dm;managementagent=true,org.osgi.service.deploymentadmin;managementagent=true,org.osgi.service.deploymentadmin.spi;managementagent=true,org.osgi.service.event;managmentagent=true,org.osgi.service.log;managementagent=true,*</Import-Package>
                         <Export-Package>org.osgi.service.deploymentadmin.spi;version="1.0"</Export-Package>
diff --git a/deploymentadmin/deploymentadmin/DEPENDENCIES b/deploymentadmin/deploymentadmin/DEPENDENCIES
index a002239..b5ac4d5 100644
--- a/deploymentadmin/deploymentadmin/DEPENDENCIES
+++ b/deploymentadmin/deploymentadmin/DEPENDENCIES
@@ -1,5 +1,5 @@
 Apache Felix Deployment Admin
-Copyright 2011 The Apache Software Foundation
+Copyright 2011-2013 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/deploymentadmin/deploymentadmin/NOTICE b/deploymentadmin/deploymentadmin/NOTICE
index 3a91c87..ac0a4f3 100644
--- a/deploymentadmin/deploymentadmin/NOTICE
+++ b/deploymentadmin/deploymentadmin/NOTICE
@@ -1,5 +1,5 @@
 Apache Felix Deployment Admin
-Copyright 2011 The Apache Software Foundation
+Copyright 2011-2013 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/deploymentadmin/deploymentadmin/changelog.txt b/deploymentadmin/deploymentadmin/changelog.txt
index 42080c2..90200bc 100644
--- a/deploymentadmin/deploymentadmin/changelog.txt
+++ b/deploymentadmin/deploymentadmin/changelog.txt
@@ -1,2 +1,17 @@
+Release 0.9.2
+-------------
+
+FELIX-3336 Exceptions related to the pipe used in deployment admin
+FELIX-3272 Add property to allow foreign resource processors
+FELIX-3515 DeploymentAdmin triggers IOException on install
+FELIX-1307 Log situation in DeploymentAdmin impl very unclear
+FELIX-3270 Deployment admin incorrectly takes snapshots of bundle data areas
+FELIX-3526 DeploymentAdmin fails on windows due to unclosed iostreams
+FELIX-1828 Mistake in code of the class UpdateCommand
+FELIX-1829 Method AbstractDeploymentPackage.getBundle(...) throws NullPointerException
+FELIX-3678 org.apache.felix.deploymentadmin imports wrong version of org.osgi.service.deploymentadmin
+FELIX-3139 Implement uninstall() for deployment admin.
+
+
 Initial Release 0.9.0
 ---------------------