blob: eda0b4821022c3069decc4cf1ff83dfd405f0d57 [file] [log] [blame]
Guillaume Nodetf8daf462012-06-11 17:36:26 +00001Changes from 1.1.4 to 1.2.0
2---------------------------
3
4** Improvement
5 * Variables are not preserved during write-back if they are
6 defined as framework properties
7
8** New features
9 * Add a BaseManagedServiceFactory to help writing such factories
10
Guillaume Nodet9e39e2d2012-02-14 13:52:40 +000011Changes from 1.1.2 to 1.1.0
12---------------------------
13
14** Bug
15 * Access to system properties should be done in a priviledged
16 block.
17 * The manifest parser does not correctly handle empty strings.
18
19** Improvement
20 * Add java.util.Properties backward compatibility methods
21 * Allow the substitution methods to receive a callback to
22 obtain custom values
23
24Changes from 1.0.0 to 1.1.0
25---------------------------
Guillaume Nodete6b1d9a2010-11-03 21:42:49 +000026
27** New Feature
28 * New org.apache.felix.utils.collections.DictionaryAsMap class
29 to wrap a Dictionary as a Map
30 * New org.apache.felix.utils.properties.InterpolationHelper to
31 interpolate a Map of properties using ${xx} replacements
32 * New org.apache.felix.utils.properties.Properties class to
33 load/save properties and allow editing them without loosing
34 the user formatting