A. J. David Bosschaert | 254a7b6 | 2015-10-01 08:28:48 +0000 | [diff] [blame] | 1 | Changes from 0.14.0 to 0.16.0 |
| 2 | ----------------------------- |
| 3 | ** Improvement |
| 4 | * FELIX-5021 [GOGO] Use system bundle to find bundles |
| 5 | * FELIX-5009 Relative URIs would be nice for install and update |
| 6 | * FELIX-5008 gogo usage messages could be less confusing |
| 7 | * FELIX-3499 felix:cd command works only with relative paths |
| 8 | |
| 9 | ** Bug |
| 10 | * FELIX-4969 cd refuses to leave initial directory |
| 11 | |
| 12 | Changes from 0.12.0 to 0.14.0 |
Karl Pauls | bfbee09 | 2011-09-22 13:22:16 +0000 | [diff] [blame] | 13 | ----------------------------- |
| 14 | |
A. J. David Bosschaert | 3f7b3fd | 2014-06-17 09:00:49 +0000 | [diff] [blame] | 15 | * Fix a NPE with the obr:info command |
| 16 | |
| 17 | Changes from 0.10.0 to 0.12.0 |
| 18 | ----------------------------- |
| 19 | |
Karl Pauls | bfbee09 | 2011-09-22 13:22:16 +0000 | [diff] [blame] | 20 | ** Improvement |
| 21 | * [FELIX-3050] - [Gogo Command] Update "inspect" command to work with OSGi R4.3 generic capabilities/requirements |
| 22 | * [FELIX-3088] - [Gogo Command] The "resolve" command should print some message if not all bundles could be resolved |
| 23 | * [FELIX-3118] - obr:deploy should allow user to specify whether optional bundles are deployed or not |
| 24 | |
Richard S. Hall | 5dfc9ad | 2011-06-16 15:47:23 +0000 | [diff] [blame] | 25 | Changes from 0.8.0 to 0.10.0 |
| 26 | ---------------------------- |
| 27 | |
| 28 | ** Bug |
| 29 | * [FELIX-2937] - [Gogo Command] OBR commands do not output anything |
| 30 | when nothing is found |
| 31 | * [FELIX-2938] - [Gogo Command] The "info" command throws an NPE if |
| 32 | the specified bundle identifier doesn't exist |
| 33 | * [FELIX-3001] - [gogo] help command throws ClassCastException if any |
| 34 | osgi.command.function service property is not String[] |
| 35 | |
Richard S. Hall | bed97cc | 2011-01-11 17:27:12 +0000 | [diff] [blame] | 36 | Changes from 0.6.1 to 0.8.0 |
| 37 | --------------------------- |
| 38 | |
| 39 | ** Bug |
| 40 | * [FELIX-2676] - bundlelevel gogo command will never work for modifying |
| 41 | bundle level |
| 42 | |
Richard S. Hall | 093a105 | 2010-09-22 20:02:59 +0000 | [diff] [blame] | 43 | Changes from 0.6.0 to 0.6.1 |
| 44 | --------------------------- |
| 45 | |
| 46 | * Import Gogo packages with mandatory attribute. |
| 47 | |
| 48 | Gogo Command 0.6.0 |
| 49 | ------------------ |
Karl Pauls | 54c2599 | 2010-06-06 20:20:11 +0000 | [diff] [blame] | 50 | |
| 51 | ** Bug |
Richard S. Hall | 093a105 | 2010-09-22 20:02:59 +0000 | [diff] [blame] | 52 | * [FELIX-1473] - [gogo] The syntax does not provide a way to call |
| 53 | methods on a string |
Karl Pauls | 54c2599 | 2010-06-06 20:20:11 +0000 | [diff] [blame] | 54 | * [FELIX-1474] - [gogo] result of commands is implicitly written to pipe |
Richard S. Hall | 093a105 | 2010-09-22 20:02:59 +0000 | [diff] [blame] | 55 | * [FELIX-1493] - [gogo] automatic expansion of $args in Closure stops |
| 56 | direct access to $args list |
| 57 | * [FELIX-2337] - [gogo] no way to access array[] elements produced by |
| 58 | assignment |
| 59 | * [FELIX-2375] - [gogo] when supplied args can't be coerced, the error |
| 60 | message prints the arg values, rather than their types |
| 61 | * [FELIX-2380] - [gogo] lock contention in piped writer when reader |
| 62 | doesn't read all input |
Karl Pauls | 54c2599 | 2010-06-06 20:20:11 +0000 | [diff] [blame] | 63 | |
| 64 | ** Improvement |
| 65 | * [FELIX-1487] - Support for commands on multiple lines |
| 66 | * [FELIX-2328] - [gogo] tidy-up runtime to remove optional code etc |
| 67 | * [FELIX-2339] - [gogo] add support for running scripts |
| 68 | * [FELIX-2342] - [gogo] remove old felix command adaptor |
| 69 | |
| 70 | ** New Feature |
Richard S. Hall | 093a105 | 2010-09-22 20:02:59 +0000 | [diff] [blame] | 71 | * [FELIX-2363] - [Gogo] Add annotations for creating commands with |
| 72 | optional and out-of-order arguments |
Karl Pauls | 54c2599 | 2010-06-06 20:20:11 +0000 | [diff] [blame] | 73 | |
| 74 | ** Task |
| 75 | * [FELIX-1670] - [gogo] launcher bundle not required |
| 76 | * [FELIX-1889] - Gogo should depend on the official OSGi jars |
| 77 | * [FELIX-2334] - [Gogo] Use org.apache.felix as Maven groupId |
Richard S. Hall | 093a105 | 2010-09-22 20:02:59 +0000 | [diff] [blame] | 78 | * [FELIX-2367] - [Gogo] Use org.apache.felix namespace to avoid any |
| 79 | perceived legal issues |