Author: gnodet
Date: Tue Feb 14 13:52:40 2012
New Revision: 1243921
URL: http://svn.apache.org/viewvc?rev=1243921&view=rev
Log:
Add changelog for utils-1.1.2
Modified:
felix/trunk/utils/doc/changelog.txt
Modified: felix/trunk/utils/doc/changelog.txt
URL:
http://svn.apache.org/viewvc/felix/trunk/utils/doc/changelog.txt?rev=1243921&r1=1243920&r2=1243921&view=diff
==============================================================================
--- felix/trunk/utils/doc/changelog.txt (original)
+++ felix/trunk/utils/doc/changelog.txt Tue Feb 14 13:52:40 2012
@@ -1,5 +1,18 @@
-Changes 1.0.0 to 1.1.0
-----------------------
+Changes from 1.1.2 to 1.1.0
+---------------------------
+
+** Bug
+ * Access to system properties should be done in a priviledged
+ block.
+ * The manifest parser does not correctly handle empty strings.
+
+** Improvement
+ * Add java.util.Properties backward compatibility methods
+ * Allow the substitution methods to receive a callback to
+ obtain custom values
+
+Changes from 1.0.0 to 1.1.0
+---------------------------
** New Feature
* New org.apache.felix.utils.collections.DictionaryAsMap class