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