blob: 89a7c7897e18a05fb149ac70948c2789c348668c [file] [log] [blame]
David Jencks99fcc6e2013-10-23 00:24:43 +00001Changes from 1.2.0 to 1.4.0
David Jencks4d1f45f2013-10-22 23:43:25 +00002---------------------------
3** Bug
4 * [FELIX-3752] Compilation failure in utils subproject on AIX
5 * Fix bad copyright
6 * Add a isStopping() method on the extender. Fix comparison of system bundle (see ARIES-1031)
7 * [FELIX-3779] InterpolationHelperTest.testBasicSubstitution fails with JDK7 on Windows
8
9** New features
10 * [FELIX-3997] Provide an abstract bundle extender
11
Guillaume Nodetf8daf462012-06-11 17:36:26 +000012Changes from 1.1.4 to 1.2.0
13---------------------------
14
15** Improvement
16 * Variables are not preserved during write-back if they are
17 defined as framework properties
18
19** New features
20 * Add a BaseManagedServiceFactory to help writing such factories
21
Guillaume Nodet9e39e2d2012-02-14 13:52:40 +000022Changes from 1.1.2 to 1.1.0
23---------------------------
24
25** Bug
26 * Access to system properties should be done in a priviledged
27 block.
28 * The manifest parser does not correctly handle empty strings.
29
30** Improvement
31 * Add java.util.Properties backward compatibility methods
32 * Allow the substitution methods to receive a callback to
33 obtain custom values
34
35Changes from 1.0.0 to 1.1.0
36---------------------------
Guillaume Nodete6b1d9a2010-11-03 21:42:49 +000037
38** New Feature
39 * New org.apache.felix.utils.collections.DictionaryAsMap class
40 to wrap a Dictionary as a Map
41 * New org.apache.felix.utils.properties.InterpolationHelper to
42 interpolate a Map of properties using ${xx} replacements
43 * New org.apache.felix.utils.properties.Properties class to
44 load/save properties and allow editing them without loosing
45 the user formatting