Update legal stuff + changelog for utils
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1030705 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/utils/DEPENDENCIES b/utils/DEPENDENCIES
new file mode 100644
index 0000000..b20b968
--- /dev/null
+++ b/utils/DEPENDENCIES
@@ -0,0 +1,26 @@
+Apache Felix Utils
+Copyright 2010 The Apache Software Foundation
+
+This software was developed at the Apache Software Foundation
+(http://www.apache.org) and may have dependencies on other
+Apache software licensed under Apache License 2.0.
+
+I. Included Third-Party Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+II. Used Third-Party Software
+
+This product uses software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+This product uses software developed at
+The OSGi Alliance (http://www.osgi.org/).
+Copyright (c) OSGi Alliance (2000, 2010).
+Licensed under the Apache License 2.0.
+
+III. License Summary
+- Apache License 2.0
diff --git a/utils/NOTICE b/utils/NOTICE
index 5f5b4b0..9639d1a 100644
--- a/utils/NOTICE
+++ b/utils/NOTICE
@@ -1,23 +1,6 @@
Apache Felix Utils
Copyright 2010 The Apache Software Foundation
-I. Included Software
-
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Licensed under the Apache License 2.0.
-
-This product includes software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright (c) OSGi Alliance (2000, 2009).
-Licensed under the Apache License 2.0.
-
-II. Used Software
-
-This product uses software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright (c) OSGi Alliance (2000, 2009).
-Licensed under the Apache License 2.0.
-
-III. License Summary
-- Apache License 2.0
diff --git a/utils/doc/changelog.txt b/utils/doc/changelog.txt
new file mode 100644
index 0000000..7927e99
--- /dev/null
+++ b/utils/doc/changelog.txt
@@ -0,0 +1,11 @@
+Changes 1.0.0 to 1.1.0
+----------------------
+
+** New Feature
+ * New org.apache.felix.utils.collections.DictionaryAsMap class
+ to wrap a Dictionary as a Map
+ * New org.apache.felix.utils.properties.InterpolationHelper to
+ interpolate a Map of properties using ${xx} replacements
+ * New org.apache.felix.utils.properties.Properties class to
+ load/save properties and allow editing them without loosing
+ the user formatting
diff --git a/utils/pom.xml b/utils/pom.xml
index ea70c4a..8e0a507 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
- <version>1.2.0</version>
+ <version>1.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>