blob: 042eaf9f2e65d437eca7bed51eea24004cd6802d [file] [log] [blame]
Guillaume Nodet9e39e2d2012-02-14 13:52:40 +00001Changes from 1.1.2 to 1.1.0
2---------------------------
3
4** Bug
5 * Access to system properties should be done in a priviledged
6 block.
7 * The manifest parser does not correctly handle empty strings.
8
9** Improvement
10 * Add java.util.Properties backward compatibility methods
11 * Allow the substitution methods to receive a callback to
12 obtain custom values
13
14Changes from 1.0.0 to 1.1.0
15---------------------------
Guillaume Nodete6b1d9a2010-11-03 21:42:49 +000016
17** New Feature
18 * New org.apache.felix.utils.collections.DictionaryAsMap class
19 to wrap a Dictionary as a Map
20 * New org.apache.felix.utils.properties.InterpolationHelper to
21 interpolate a Map of properties using ${xx} replacements
22 * New org.apache.felix.utils.properties.Properties class to
23 load/save properties and allow editing them without loosing
24 the user formatting