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