Guillaume Nodet | 9e39e2d | 2012-02-14 13:52:40 +0000 | [diff] [blame] | 1 | Changes 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 | |
| 14 | Changes from 1.0.0 to 1.1.0 |
| 15 | --------------------------- |
Guillaume Nodet | e6b1d9a | 2010-11-03 21:42:49 +0000 | [diff] [blame] | 16 | |
| 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 |