blob: 9df2cb98559ab0c01608e960b0ed19eb6fb4f008 [file] [log] [blame]
Richard S. Hall6cbf7a42009-06-23 13:21:38 +00001Version 1.2.0
2-------------
3 * [FELIX-1179] - FileInstall should recognize Jar files by content instead
4 of extension
5 * [FELIX-1216] - ClassCastException when running FileInstall with
6 Knopflerfish
7 * [FELIX-1228] - Felix File Install - Spaces in File Names
8 * [FELIX-1203] - NPE in fileinstall if a watched bundle is uninstalled by
9 some other means
10 * [FELIX-1235] - NullPointerException due to misconfigured watched dir
11 * [FELIX-1174] - FileInstall bundle does not print stack trace of exceptions
12 when log service is not used
13 * [FELIX-1251] - Looping NullPointerException if the polled directory is
14 removed after File Install registration
15 * [FELIX-1241] - Log "Bundle Started"
16
Clement Escoffier81466522009-05-03 08:15:51 +000017Version 1.0.0
18-------------
19
20** Bug
21 * [FELIX-1036] - FileInstaller spawns multiple watchers for same directory
22
23** Improvement
24 * [FELIX-1055] - Making FileInstall bundle CDC-1.1/Foundation 1.1 compatible
25
Clement Escoffier5ba1dba2009-03-31 07:24:28 +000026Version 0.9.2
27--------------
28
29** Bug
30 * [FELIX-895] - File Install treats configuration files with identical subnames as the same configuration
31 * [FELIX-926] - FileInstall does not read all values from Configuration properties
32 * [FELIX-937] - FileInstall can't handle autostart bundles that are part of watched directory
33 * [FELIX-938] - FileInstall starts a stopped bundles even if it is stopped transiently by user
34
35** Improvement
36 * [FELIX-920] - Add option to only install or "install and start" newly discovered bundles
37 * [FELIX-939] - Optimize File Install
38 * [FELIX-942] - Fileinstall unit tests
39 * [FELIX-983] - Allow property substitution in config file
40 * [FELIX-998] - Metatype definition for FileInstall
41
42Version 0.9.0
43--------------
44
Richard S. Hall6cbf7a42009-06-23 13:21:38 +000045 * First public release