Richard S. Hall | 2cd5bed | 2007-07-16 20:32:41 +0000 | [diff] [blame] | 1 | Changes from 0.8.0-incubator to 1.0.0 |
| 2 | ------------------------------------- |
| 3 | |
| 4 | * [2007-01-31] Changed how the system packages property is calculated to |
| 5 | make it more robust; previously it was leaving a dangling comma if the |
| 6 | execution platform was not known. |
| 7 | * [2007-02-05] Added system package support for Java 6. (FELIX-201) |
| 8 | * [2007-02-13] Removed support for trusted certificate authorities; this |
| 9 | will be added later as an extension. |
| 10 | * [2007-03-16] Felix configuration properties can now be set as system |
| 11 | properties when using the standard launcher. (FELIX-250) |
| 12 | * [2007-03-28] No longer including config.properties in the JAR file. |
| 13 | * [2007-04-13] The javax.net and javax.net.ssl packages were missing |
| 14 | from the system packages properties. |
| 15 | * [2007-04-13] Fixed a bug where the launcher was not correctly calculating |
| 16 | the installation directory correctly. |
| 17 | * [2007-05-07] Was accidentally including OBR service interface package |
| 18 | in main JAR. |
| 19 | * [2007-05-22] Now includes the Service Tracker package in main JAR. |
| 20 | * [2007-07-04] Modified to use the new Felix embedding API. |