blob: 0b9fa24af7b8275c16894a2a394b69688a40b3f6 [file] [log] [blame]
Chris Custinec326cd42009-12-22 19:41:58 +00001Version 2.0.8
Guillaume Nodet9d732ce2009-12-17 09:58:25 +00002-------------
3** Bug
4 * [FELIX-1775] - fileinstall release archives contains an empty "load"
5 folder which should be removed
6 * [FELIX-1789] - FileInstall is too verbose
7 * [FELIX-1851] - FileInstall watched bundles are restarted twice upon update
8 * [FELIX-1861] - FileInstall created temp directories are never deleted
9 * [FELIX-1862] - fileinstall thread name as printed in log messages need
10 to be less verbose
11 * [FELIX-1928] - File installer starts bundles too early on restart
12
13** Task
14 * [FELIX-1811] - fileinstall should depend on the official osgi artifacts
15
16
Guillaume Nodete24cb342009-10-27 07:35:47 +000017Version 2.0.4
18-------------
19** Bug
20 * [FELIX-1386] - Updating fileinstall bundle in watched directory
21 causes IllegalsStateException
22 * [FELIX-1572] - File Install running in an infinite loop while watching
23 multiple directories, once of which is itself
24 * [FELIX-1578] - FileInstall issue when updating already installed bundles
25 at startup time
26 * [FELIX-1591] - FIleInstall should have an optional / dynamic import on
27 org.osgi.service.cm instead of exporting it
28 * [FELIX-1593] - Got an exception when restarting FileInstall bundle
29 * [FELIX-1628] - Fileinstall should load configurations as soon as config
30 admin is available
31 * [FELIX-1715] - osgi:update on xml deployments will cause ZIPExceptions
32 * [FELIX-1716] - Fileinstall does not recognize changes in lastmodification
33 date of an uninstalled bundle inside deploy folder
34 * [FELIX-1736] - After a restart, fileinstall does not always properly
35 uninstall bundles
36 * [FELIX-1750] - fileinstall does not work on jdk 1.4
37 * [FELIX-1787] - REGRESSION: FileInstall relies on location to be a valid
38 URL for update to be successful
39 * [FELIX-1788] - Set felix.fileinstall.tmpdir to ${java.io.tmpdir} by default
40 * [FELIX-1790] - fileinstal tmp dir needs to be different for each
41 watched directory
42
43** Improvement
44 * [FELIX-1756] - Allow fileinstall to override (i.e. update) bundles that have
45 not been deployed by fiileinstall initially
46
47** New Feature
48 * [FELIX-1537] - File Install should support XML property files
49
50Version 2.0.0
51-------------
52** Bug
53 * [FELIX-938] - FileInstall starts a stopped bundles even if it is stopped
54 transiently by user
55 * [FELIX-1269] - MalformedURLException for bundle locations installed
56 by FileInstall
57 * [FELIX-1377] - fileinstall tries to process files which are not fully
58 copied yet
59 * [FELIX-1382] - FileInstall attempts to uninstall "System Bundle"
60 * [FELIX-1481] - When performing variable substitution, fileinstall throws an
61 exception if there is a start or stop delimiter without the other one
62 * [FELIX-1540] - [FileInstall] When removing/re-adding a bundle, all the
63 dependent bundles don't start anymore
64
65** Improvement
66 * [FELIX-1301] - Limit FileInstall configuration information to one line in
67 the output
68 * [FELIX-1387] - FileInstall unnenessarily computes length of files
69 * [FELIX-1475] - Add a file filter for a given watched directory
70 * [FELIX-1476] - Allow system property substitution while loading configurations
71 from files
72 * [FELIX-1553] - fileinstall bundle should have an optional import on
73 org.osgi.service.log instead of exporting it
74 * [FELIX-1554] - fileinstall should not export org.apache.felix.fileinstall
75 and org.apache.felix.fileinstall.utils packages
76
77** New Feature
78 * [FELIX-922] - File Install bundle should be extensible to support new
79 artifact type
80 * [FELIX-1483] - Fileinstall should support exploded artifacts
81
Richard S. Hall6cbf7a42009-06-23 13:21:38 +000082Version 1.2.0
83-------------
84 * [FELIX-1179] - FileInstall should recognize Jar files by content instead
85 of extension
86 * [FELIX-1216] - ClassCastException when running FileInstall with
87 Knopflerfish
88 * [FELIX-1228] - Felix File Install - Spaces in File Names
89 * [FELIX-1203] - NPE in fileinstall if a watched bundle is uninstalled by
90 some other means
91 * [FELIX-1235] - NullPointerException due to misconfigured watched dir
92 * [FELIX-1174] - FileInstall bundle does not print stack trace of exceptions
93 when log service is not used
94 * [FELIX-1251] - Looping NullPointerException if the polled directory is
95 removed after File Install registration
96 * [FELIX-1241] - Log "Bundle Started"
97
Clement Escoffier81466522009-05-03 08:15:51 +000098Version 1.0.0
99-------------
100
101** Bug
102 * [FELIX-1036] - FileInstaller spawns multiple watchers for same directory
103
104** Improvement
105 * [FELIX-1055] - Making FileInstall bundle CDC-1.1/Foundation 1.1 compatible
106
Clement Escoffier5ba1dba2009-03-31 07:24:28 +0000107Version 0.9.2
108--------------
109
110** Bug
111 * [FELIX-895] - File Install treats configuration files with identical subnames as the same configuration
112 * [FELIX-926] - FileInstall does not read all values from Configuration properties
113 * [FELIX-937] - FileInstall can't handle autostart bundles that are part of watched directory
114 * [FELIX-938] - FileInstall starts a stopped bundles even if it is stopped transiently by user
115
116** Improvement
117 * [FELIX-920] - Add option to only install or "install and start" newly discovered bundles
118 * [FELIX-939] - Optimize File Install
119 * [FELIX-942] - Fileinstall unit tests
120 * [FELIX-983] - Allow property substitution in config file
121 * [FELIX-998] - Metatype definition for FileInstall
122
123Version 0.9.0
124--------------
125
Richard S. Hall6cbf7a42009-06-23 13:21:38 +0000126 * First public release