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