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