blob: df5e5d747da9a56aa8523315a7e9428ebfa8c0c9 [file] [log] [blame]
Karl Paulsf4ea0312010-06-06 21:55:08 +00001Changes from 2.0.5 to 3.0.0
2---------------------------
3
4** Improvement
5 * Update to latest framework version 3.0.0
6 * [FELIX-1797] - Customizable Framework startup message
7 * [FELIX-2042] - Use Gogo as the default shell for the framework distribution
8 * [FELIX-2336] - Variable substitution in configuration files should ignore mismatched delimiters
9
10Changes from 2.0.4 to 2.0.5
11---------------------------
12
13** Improvement
14 * Update to latest framework version 2.0.5
15
Karl Pauls680b11e2010-02-14 22:54:13 +000016Changes from 2.0.3 to 2.0.4
17---------------------------
18
19** Improvement
20 * Update to latest framework version 2.0.4
21
Karl Paulsc6eda452010-02-14 22:52:56 +000022Changes from 2.0.2 to 2.0.3
23---------------------------
24
25** Improvement
26 * Update to latest framework version 2.0.3
27
28Changes from 2.0.1 to 2.0.2
29---------------------------
30
31** Improvement
32 * Update to latest framework version 2.0.2
33
34Changes from 2.0.0 to 2.0.1
35---------------------------
36
37** Improvement
38 * Update to latest framework version 2.0.1
39
40Changes from 1.8.1 to 2.0.0
41---------------------------
42
43** Improvement
44 * Update to latest framework version 2.0.0
45
46Changes form 1.6.1 to 1.8.0
47---------------------------
48
49** Improvement
50 * Update to latest framework version 1.8.0
51
52Changes from 1.6.0 to 1.6.1
53---------------------------
54
55** Improvement
56 * Update to latest framework version 1.6.1
57
58Changes from 1.4.1 to 1.6.0
59---------------------------
60
61** Improvement
62 * Update to latest framework version 1.6.0
63
64Changes from 1.4.0 to 1.4.1
65---------------------------
66
67* [2008-12-20] Update to latest framework version 1.4.0
68* [2008-11-18] Modified the pom file to export the OSGi packages; this can be
69 helpful for tools trying to determine what the JAR file provides.
70* [2008-11-07] Align log level property name in pom.xml and config.properties
71
72Changes from 1.2.2 to 1.4.0
73---------------------------
74
75* [2008-10-31] Fixed a possible NPE when no configuration file is found.
76* [2008-10-23] Change the name of the SystemBundle interface to be Framework.
77 (FELIX-753)
78* [2008-10-22] Hide wire messages in felix releases. (FELIX-707)
79* [2008-10-16] Modified framework to have default values for the system packages
80 property. Now it is really possible to start Felix with no configuration
81 properties. (FELIX-753)
82* [2008-10-10] Implements support for flushing the cache on framework
83 initialization. (FELIX-755)
84* [2008-10-09] Modified the bundle cache to no longer have profiles. (FELIX-754)
85* [2008-10-08] Modified the Felix API to aligned with the proposed standard OSGi
86 framework API. (FELIX-753)
87* [2008-09-23] Added symbolic names to framework and main.
88* [2008-09-12] Added a configuration property to determine whether installing a
89 fragment that uses unimplemented features throws an exception or logs a
90 warning. (FELIX-725)
91
92Changes form 1.2.1 to 1.2.2
93---------------------------
94
95* [2008-10-14] Update to latest framework version 1.2.2.
96
97Changes from 1.2.0 to 1.2.1
98---------------------------
99
100* [2008-09-07] Hide WIRE log messages. (FELIX-707)
101* [2008-09-07] Use the new Felix releases obr repository URL.
102 (FELIX-708)
103
104Changes from 1.0.3 to 1.2.0
105---------------------------
106
107* [2008-08-03] Change to the R4.1 version of the spec. (FELIX-514)
108* [2008-05-08] Fixed a NPE. (FELIX-525)
109
110Changes from 1.0.3 to 1.0.4
111---------------------------
112
113* [2008-04-22] Update to framework version 1.0.4.
114
115Changes from 1.0.1 to 1.0.3
116---------------------------
117
118* [2008-01-27] Added launching and embedding docs to main project.
119* [2008-01-22] Update to maven-bundle-plugin version 1.2.0.
120* [2008-01-07] Modifed default launcher in Main to separate out
121 auto-property processing so that it is easier to reuse the code in
122 custom launchers. (FELIX-448)
123* [2007-12-14] Removed auto-property processing out of the framework and
124 into the default launcher. (FELIX-393)
125* [2007-10-16] Use variable substitution via BND to define the properties
126 in default.properties from the properties in config.properties.
127 (FELIX-380)
128* [2007-10-03] Added support to the Main launcher to use a default
129 embedded resource for setting the framework configuration properties
130 if the actual config.properties file cannot be loaded. (FELIX-380)
131* [2007-09-20] Remove some packages for jre1.3 profile and add/remove a
132 few for 1.4, 1.5, and 1.6 (javax.crypto.*). (FELIX-371)
133
134
135Changes from 1.0.0 to 1.0.1
136---------------------------
137
138* [2007-09-16] Update to framework version 1.0.1.
139
140
141Changes from 0.8.0-incubator to 1.0.0
142-------------------------------------
143
144* [2007-01-31] Changed how the system packages property is calculated to
145 make it more robust; previously it was leaving a dangling comma if the
146 execution platform was not known.
147* [2007-02-05] Added system package support for Java 6. (FELIX-201)
148* [2007-02-13] Removed support for trusted certificate authorities; this
149 will be added later as an extension.
150* [2007-03-16] Felix configuration properties can now be set as system
151 properties when using the standard launcher. (FELIX-250)
152* [2007-03-28] No longer including config.properties in the JAR file.
153* [2007-04-13] The javax.net and javax.net.ssl packages were missing
154 from the system packages properties.
155* [2007-04-13] Fixed a bug where the launcher was not correctly calculating
156 the installation directory correctly.
157* [2007-05-07] Was accidentally including OBR service interface package
158 in main JAR.
159* [2007-05-22] Now includes the Service Tracker package in main JAR.
160* [2007-07-04] Modified to use the new Felix embedding API.