blob: d8b677ddab26ebe99b6a9762b72d2ce50b9b49eb [file] [log] [blame]
Karl Pauls3d699792008-11-06 16:22:54 +00001Changes from 1.2.2 to 1.4.0
2---------------------------
3* [2008-10-31] Fixed a possible NPE when no configuration file is found.
4* [2008-10-23] Change the name of the SystemBundle interface to be Framework.
5 (FELIX-753)
6* [2008-10-22] Hide wire messages in felix releases. (FELIX-707)
7* [2008-10-16] Modified framework to have default values for the system packages
8 property. Now it is really possible to start Felix with no configuration
9 properties. (FELIX-753)
10* [2008-10-10] Implements support for flushing the cache on framework
11 initialization. (FELIX-755)
12* [2008-10-09] Modified the bundle cache to no longer have profiles. (FELIX-754)
13* [2008-10-08] Modified the Felix API to aligned with the proposed standard OSGi
14 framework API. (FELIX-753)
15* [2008-09-23] Added symbolic names to framework and main.
16* [2008-09-12] Added a configuration property to determine whether installing a
17 fragment that uses unimplemented features throws an exception or logs a
18 warning. (FELIX-725)
19
20Changes form 1.2.1 to 1.2.2
21---------------------------
22
23* [2008-10-14] Update to latest framework version 1.2.2.
24
Karl Pauls189a85a2008-09-07 19:54:38 +000025Changes from 1.2.0 to 1.2.1
26---------------------------
27
28* [2008-09-07] Hide WIRE log messages. (FELIX-707)
29* [2008-09-07] Use the new Felix releases obr repository URL.
30 (FELIX-708)
31
Karl Pauls91b38a82008-08-31 22:15:50 +000032Changes from 1.0.3 to 1.2.0
33---------------------------
34
35* [2008-08-03] Change to the R4.1 version of the spec. (FELIX-514)
36* [2008-05-08] Fixed a NPE. (FELIX-525)
37
Karl Pauls7873f802008-04-21 23:43:37 +000038Changes from 1.0.3 to 1.0.4
39---------------------------
40
41* [2008-04-22] Update to framework version 1.0.4.
42
Karl Paulsfff3aa92008-01-28 09:37:37 +000043Changes from 1.0.1 to 1.0.3
Karl Paulse8bd9a52008-01-27 19:49:38 +000044---------------------------
45
46* [2008-01-27] Added launching and embedding docs to main project.
47* [2008-01-22] Update to maven-bundle-plugin version 1.2.0.
48* [2008-01-07] Modifed default launcher in Main to separate out
49 auto-property processing so that it is easier to reuse the code in
50 custom launchers. (FELIX-448)
51* [2007-12-14] Removed auto-property processing out of the framework and
52 into the default launcher. (FELIX-393)
53* [2007-10-16] Use variable substitution via BND to define the properties
54 in default.properties from the properties in config.properties.
55 (FELIX-380)
56* [2007-10-03] Added support to the Main launcher to use a default
57 embedded resource for setting the framework configuration properties
58 if the actual config.properties file cannot be loaded. (FELIX-380)
59* [2007-09-20] Remove some packages for jre1.3 profile and add/remove a
60 few for 1.4, 1.5, and 1.6 (javax.crypto.*). (FELIX-371)
61
62
Karl Paulsaf276eb2007-09-16 21:02:32 +000063Changes from 1.0.0 to 1.0.1
64---------------------------
65
66* [2007-09-16] Update to framework version 1.0.1.
67
68
Richard S. Hall2cd5bed2007-07-16 20:32:41 +000069Changes from 0.8.0-incubator to 1.0.0
70-------------------------------------
71
72* [2007-01-31] Changed how the system packages property is calculated to
73 make it more robust; previously it was leaving a dangling comma if the
74 execution platform was not known.
75* [2007-02-05] Added system package support for Java 6. (FELIX-201)
76* [2007-02-13] Removed support for trusted certificate authorities; this
77 will be added later as an extension.
78* [2007-03-16] Felix configuration properties can now be set as system
79 properties when using the standard launcher. (FELIX-250)
80* [2007-03-28] No longer including config.properties in the JAR file.
81* [2007-04-13] The javax.net and javax.net.ssl packages were missing
82 from the system packages properties.
83* [2007-04-13] Fixed a bug where the launcher was not correctly calculating
84 the installation directory correctly.
85* [2007-05-07] Was accidentally including OBR service interface package
86 in main JAR.
87* [2007-05-22] Now includes the Service Tracker package in main JAR.
88* [2007-07-04] Modified to use the new Felix embedding API.