blob: 16840edcbf93201eb914daab3f01cf239b5768b0 [file] [log] [blame]
Sanjeeb Kumar Sahoo6c10fde2011-01-20 12:00:45 +00001Version 3.1.6
2-------------
3** Bug
4 * [FELIX-2791] - NPE in getStartLevel due to race condition
5
6Version 3.1.4
7-------------
8** Bug
9 * [FELIX-2756] - NPE when loadiong configurations
10 * [FELIX-2745] - New configurations throw NPE
11
Guillaume Nodet4ab4cef2010-12-20 14:03:33 +000012Version 3.1.2
13-------------
14** Bug
15 * [FELIX-2699] - Disable writing configuration back to .cfg files
16 * [FELIX-2698] - File Install Circular Configuration Update Loop
17 * [FELIX-2675] - ileinstall always starts bundle eagerly
18
Guillaume Nodetf48b23a2010-10-26 11:43:38 +000019Version 3.1.0
20-------------
21** Bug
22 * [FELIX-2318] - Possible NPE for jars with null Manifest
23 * [FELIX-2531] - Missing documentation for 'felix.fileinstall.noInitialDelay' configuration property
24 * [FELIX-2556] - FileInstall fails to update fragments as it tries to stop them
25
26** Improvement
27 * [FELIX-2021] - Enable FileInstall to set Bundle Start Level
28 * [FELIX-2571] - Have fileinstall listen for configuration changes and write them back to the config files
29 * [FELIX-2643] - When using the jardir url handler, fileinstall should not compress the zip stream
30 * [FELIX-2663] - Allow ConfigInstaller to perform placeholder substitution from framework properties
31
32** New Feature
33 * [FELIX-2513] - Support richer format for configurations
34 * [FELIX-2514] - felix.fileinstall.dir should support more than one directory
35
Richard S. Hall7bf7a4d2010-08-03 13:25:34 +000036Version 3.0.2
37-------------
38** Bug
39 * [FELIX-2366] - Avoiding property substitution by escaping does not remove escape character
40
41** Improvement
42 * [FELIX-1657] - Add option in fileinstall to start bundles transiently (START_TRANSIENT)
43
Guillaume Nodetffb0eb62010-05-03 16:10:16 +000044Version 3.0.0
45-------------
46** Bug
47 * [FELIX-1776] - FileInstall starts already installed bundles twice
48 * [FELIX-2069] - FileInstall creates ./load by default
49 * [FELIX-2248] - fileinstall does not restart bundles when the underlying file is modified
50 * [FELIX-2302] - Fileinstall should add entries for directories when creating JARs
51 * [FELIX-2313] - fileinstall does not recognize jars if it does not have Bundle-SymbolicName and Bundle-Version
52
53** Improvement
54 * [FELIX-2249] - fileinstall should log installation/uninstallation/updation/activation details at INFO level
55 * [FELIX-2307] - There is no way to bypass / escape property substitution
56
57
Chris Custinec326cd42009-12-22 19:41:58 +000058Version 2.0.8
Guillaume Nodet9d732ce2009-12-17 09:58:25 +000059-------------
60** Bug
61 * [FELIX-1775] - fileinstall release archives contains an empty "load"
62 folder which should be removed
63 * [FELIX-1789] - FileInstall is too verbose
64 * [FELIX-1851] - FileInstall watched bundles are restarted twice upon update
65 * [FELIX-1861] - FileInstall created temp directories are never deleted
66 * [FELIX-1862] - fileinstall thread name as printed in log messages need
67 to be less verbose
68 * [FELIX-1928] - File installer starts bundles too early on restart
69
70** Task
71 * [FELIX-1811] - fileinstall should depend on the official osgi artifacts
72
73
Guillaume Nodete24cb342009-10-27 07:35:47 +000074Version 2.0.4
75-------------
76** Bug
77 * [FELIX-1386] - Updating fileinstall bundle in watched directory
78 causes IllegalsStateException
79 * [FELIX-1572] - File Install running in an infinite loop while watching
80 multiple directories, once of which is itself
81 * [FELIX-1578] - FileInstall issue when updating already installed bundles
82 at startup time
83 * [FELIX-1591] - FIleInstall should have an optional / dynamic import on
84 org.osgi.service.cm instead of exporting it
85 * [FELIX-1593] - Got an exception when restarting FileInstall bundle
86 * [FELIX-1628] - Fileinstall should load configurations as soon as config
87 admin is available
88 * [FELIX-1715] - osgi:update on xml deployments will cause ZIPExceptions
89 * [FELIX-1716] - Fileinstall does not recognize changes in lastmodification
90 date of an uninstalled bundle inside deploy folder
91 * [FELIX-1736] - After a restart, fileinstall does not always properly
92 uninstall bundles
93 * [FELIX-1750] - fileinstall does not work on jdk 1.4
94 * [FELIX-1787] - REGRESSION: FileInstall relies on location to be a valid
95 URL for update to be successful
96 * [FELIX-1788] - Set felix.fileinstall.tmpdir to ${java.io.tmpdir} by default
97 * [FELIX-1790] - fileinstal tmp dir needs to be different for each
98 watched directory
99
100** Improvement
101 * [FELIX-1756] - Allow fileinstall to override (i.e. update) bundles that have
102 not been deployed by fiileinstall initially
103
104** New Feature
105 * [FELIX-1537] - File Install should support XML property files
106
107Version 2.0.0
108-------------
109** Bug
110 * [FELIX-938] - FileInstall starts a stopped bundles even if it is stopped
111 transiently by user
112 * [FELIX-1269] - MalformedURLException for bundle locations installed
113 by FileInstall
114 * [FELIX-1377] - fileinstall tries to process files which are not fully
115 copied yet
116 * [FELIX-1382] - FileInstall attempts to uninstall "System Bundle"
117 * [FELIX-1481] - When performing variable substitution, fileinstall throws an
118 exception if there is a start or stop delimiter without the other one
119 * [FELIX-1540] - [FileInstall] When removing/re-adding a bundle, all the
120 dependent bundles don't start anymore
121
122** Improvement
123 * [FELIX-1301] - Limit FileInstall configuration information to one line in
124 the output
125 * [FELIX-1387] - FileInstall unnenessarily computes length of files
126 * [FELIX-1475] - Add a file filter for a given watched directory
127 * [FELIX-1476] - Allow system property substitution while loading configurations
128 from files
129 * [FELIX-1553] - fileinstall bundle should have an optional import on
130 org.osgi.service.log instead of exporting it
131 * [FELIX-1554] - fileinstall should not export org.apache.felix.fileinstall
132 and org.apache.felix.fileinstall.utils packages
133
134** New Feature
135 * [FELIX-922] - File Install bundle should be extensible to support new
136 artifact type
137 * [FELIX-1483] - Fileinstall should support exploded artifacts
138
Richard S. Hall6cbf7a42009-06-23 13:21:38 +0000139Version 1.2.0
140-------------
141 * [FELIX-1179] - FileInstall should recognize Jar files by content instead
142 of extension
143 * [FELIX-1216] - ClassCastException when running FileInstall with
144 Knopflerfish
145 * [FELIX-1228] - Felix File Install - Spaces in File Names
146 * [FELIX-1203] - NPE in fileinstall if a watched bundle is uninstalled by
147 some other means
148 * [FELIX-1235] - NullPointerException due to misconfigured watched dir
149 * [FELIX-1174] - FileInstall bundle does not print stack trace of exceptions
150 when log service is not used
151 * [FELIX-1251] - Looping NullPointerException if the polled directory is
152 removed after File Install registration
153 * [FELIX-1241] - Log "Bundle Started"
154
Clement Escoffier81466522009-05-03 08:15:51 +0000155Version 1.0.0
156-------------
157
158** Bug
159 * [FELIX-1036] - FileInstaller spawns multiple watchers for same directory
160
161** Improvement
162 * [FELIX-1055] - Making FileInstall bundle CDC-1.1/Foundation 1.1 compatible
163
Clement Escoffier5ba1dba2009-03-31 07:24:28 +0000164Version 0.9.2
165--------------
166
167** Bug
168 * [FELIX-895] - File Install treats configuration files with identical subnames as the same configuration
169 * [FELIX-926] - FileInstall does not read all values from Configuration properties
170 * [FELIX-937] - FileInstall can't handle autostart bundles that are part of watched directory
171 * [FELIX-938] - FileInstall starts a stopped bundles even if it is stopped transiently by user
172
173** Improvement
174 * [FELIX-920] - Add option to only install or "install and start" newly discovered bundles
175 * [FELIX-939] - Optimize File Install
176 * [FELIX-942] - Fileinstall unit tests
177 * [FELIX-983] - Allow property substitution in config file
178 * [FELIX-998] - Metatype definition for FileInstall
179
180Version 0.9.0
181--------------
182
Richard S. Hall6cbf7a42009-06-23 13:21:38 +0000183 * First public release