Karl Pauls | dba15c8 | 2008-09-07 19:54:38 +0000 | [diff] [blame] | 1 | Changes from 1.2.0 to 1.2.1 |
| 2 | --------------------------- |
| 3 | |
| 4 | * [2008-09-07] Hide WIRE log messages. (FELIX-707) |
| 5 | * [2008-09-07] Use the new Felix releases obr repository URL. |
| 6 | (FELIX-708) |
| 7 | |
Karl Pauls | 60946d0 | 2008-08-31 22:15:50 +0000 | [diff] [blame] | 8 | Changes from 1.0.3 to 1.2.0 |
| 9 | --------------------------- |
| 10 | |
| 11 | * [2008-08-03] Change to the R4.1 version of the spec. (FELIX-514) |
| 12 | * [2008-05-08] Fixed a NPE. (FELIX-525) |
| 13 | |
Karl Pauls | 058453a | 2008-04-21 23:43:37 +0000 | [diff] [blame] | 14 | Changes from 1.0.3 to 1.0.4 |
| 15 | --------------------------- |
| 16 | |
| 17 | * [2008-04-22] Update to framework version 1.0.4. |
| 18 | |
Karl Pauls | fff3aa9 | 2008-01-28 09:37:37 +0000 | [diff] [blame] | 19 | Changes from 1.0.1 to 1.0.3 |
Karl Pauls | e8bd9a5 | 2008-01-27 19:49:38 +0000 | [diff] [blame] | 20 | --------------------------- |
| 21 | |
| 22 | * [2008-01-27] Added launching and embedding docs to main project. |
| 23 | * [2008-01-22] Update to maven-bundle-plugin version 1.2.0. |
| 24 | * [2008-01-07] Modifed default launcher in Main to separate out |
| 25 | auto-property processing so that it is easier to reuse the code in |
| 26 | custom launchers. (FELIX-448) |
| 27 | * [2007-12-14] Removed auto-property processing out of the framework and |
| 28 | into the default launcher. (FELIX-393) |
| 29 | * [2007-10-16] Use variable substitution via BND to define the properties |
| 30 | in default.properties from the properties in config.properties. |
| 31 | (FELIX-380) |
| 32 | * [2007-10-03] Added support to the Main launcher to use a default |
| 33 | embedded resource for setting the framework configuration properties |
| 34 | if the actual config.properties file cannot be loaded. (FELIX-380) |
| 35 | * [2007-09-20] Remove some packages for jre1.3 profile and add/remove a |
| 36 | few for 1.4, 1.5, and 1.6 (javax.crypto.*). (FELIX-371) |
| 37 | |
| 38 | |
Karl Pauls | af276eb | 2007-09-16 21:02:32 +0000 | [diff] [blame] | 39 | Changes from 1.0.0 to 1.0.1 |
| 40 | --------------------------- |
| 41 | |
| 42 | * [2007-09-16] Update to framework version 1.0.1. |
| 43 | |
| 44 | |
Richard S. Hall | 2cd5bed | 2007-07-16 20:32:41 +0000 | [diff] [blame] | 45 | Changes from 0.8.0-incubator to 1.0.0 |
| 46 | ------------------------------------- |
| 47 | |
| 48 | * [2007-01-31] Changed how the system packages property is calculated to |
| 49 | make it more robust; previously it was leaving a dangling comma if the |
| 50 | execution platform was not known. |
| 51 | * [2007-02-05] Added system package support for Java 6. (FELIX-201) |
| 52 | * [2007-02-13] Removed support for trusted certificate authorities; this |
| 53 | will be added later as an extension. |
| 54 | * [2007-03-16] Felix configuration properties can now be set as system |
| 55 | properties when using the standard launcher. (FELIX-250) |
| 56 | * [2007-03-28] No longer including config.properties in the JAR file. |
| 57 | * [2007-04-13] The javax.net and javax.net.ssl packages were missing |
| 58 | from the system packages properties. |
| 59 | * [2007-04-13] Fixed a bug where the launcher was not correctly calculating |
| 60 | the installation directory correctly. |
| 61 | * [2007-05-07] Was accidentally including OBR service interface package |
| 62 | in main JAR. |
| 63 | * [2007-05-22] Now includes the Service Tracker package in main JAR. |
| 64 | * [2007-07-04] Modified to use the new Felix embedding API. |