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