blob: c52aaf249c09a5a537feb59ca6824d40e341bd1f [file] [log] [blame]
Karl Paulseb6966a2010-10-18 21:45:40 +00001Changes from 3.0.4 to 3.0.5
2---------------------------
3
4** Improvement
5 * Update to latest framework version 3.0.5
6
Karl Pauls30942252010-10-04 20:26:51 +00007Changes from 3.0.3 to 3.0.4
8---------------------------
9
10** Improvement
11 * Update to latest framework version 3.0.4
12
Karl Paulsc22abaa2010-09-22 20:31:15 +000013Changes from 3.0.2 to 3.0.3
14---------------------------
15
16** Improvement
17 * Update to latest framework version 3.0.3
18 * Update to gogo 0.6.1
19
Karl Pauls3d264f42010-08-18 20:27:22 +000020Changes from 3.0.1 to 3.0.2
21---------------------------
22
23** Improvement
24 * Update to latest framework version 3.0.2
25
Karl Pauls32e0f582010-06-14 20:09:18 +000026Changes from 3.0.0 to 3.0.1
27---------------------------
28
29** Improvement
30 * Update to latest framework version 3.0.1
31
Karl Pauls9edcb3a2010-06-06 21:44:50 +000032Changes from 2.0.5 to 3.0.0
33---------------------------
34
35** Improvement
36 * Update to latest framework version 3.0.0
37 * [FELIX-1797] - Customizable Framework startup message
Karl Paulse0dac922010-06-06 21:46:52 +000038 * [FELIX-2042] - Use Gogo as the default shell for the framework distribution
Karl Pauls9edcb3a2010-06-06 21:44:50 +000039 * [FELIX-2336] - Variable substitution in configuration files should ignore mismatched delimiters
40
41Changes from 2.0.4 to 2.0.5
42---------------------------
43
44** Improvement
45 * Update to latest framework version 2.0.5
46
Karl Pauls0f01adb2010-02-14 22:48:15 +000047Changes from 2.0.3 to 2.0.4
48---------------------------
49
50** Improvement
51 * Update to latest framework version 2.0.4
52
Karl Pauls0714a992010-02-04 22:45:58 +000053Changes from 2.0.2 to 2.0.3
54---------------------------
55
56** Improvement
57 * Update to latest framework version 2.0.3
58
Karl Pauls33df9e12009-11-01 19:27:53 +000059Changes from 2.0.1 to 2.0.2
60---------------------------
61
62** Improvement
63 * Update to latest framework version 2.0.2
64
Karl Pauls8cd2aaf2009-10-11 20:27:45 +000065Changes from 2.0.0 to 2.0.1
66---------------------------
67
68** Improvement
Karl Pauls98ee44a2009-10-11 20:32:26 +000069 * Update to latest framework version 2.0.1
Karl Pauls8cd2aaf2009-10-11 20:27:45 +000070
Karl Pauls3992b552009-09-06 22:21:18 +000071Changes from 1.8.1 to 2.0.0
72---------------------------
73
74** Improvement
75 * Update to latest framework version 2.0.0
76
Karl Pauls4d95e902009-05-10 22:09:56 +000077Changes form 1.6.1 to 1.8.0
78---------------------------
79
80** Improvement
81 * Update to latest framework version 1.8.0
82
Karl Pauls40cda5f2009-04-26 20:54:43 +000083Changes from 1.6.0 to 1.6.1
84---------------------------
85
86** Improvement
Karl Pauls4d95e902009-05-10 22:09:56 +000087 * Update to latest framework version 1.6.1
Karl Pauls40cda5f2009-04-26 20:54:43 +000088
Karl Paulsa559c112009-03-31 21:10:19 +000089Changes from 1.4.1 to 1.6.0
90---------------------------
91
92** Improvement
93 * Update to latest framework version 1.6.0
94
Karl Paulsce873782008-12-20 16:27:49 +000095Changes from 1.4.0 to 1.4.1
96---------------------------
97
98* [2008-12-20] Update to latest framework version 1.4.0
99* [2008-11-18] Modified the pom file to export the OSGi packages; this can be
100 helpful for tools trying to determine what the JAR file provides.
101* [2008-11-07] Align log level property name in pom.xml and config.properties
102
Karl Pauls3d699792008-11-06 16:22:54 +0000103Changes from 1.2.2 to 1.4.0
104---------------------------
Karl Paulsce873782008-12-20 16:27:49 +0000105
Karl Pauls3d699792008-11-06 16:22:54 +0000106* [2008-10-31] Fixed a possible NPE when no configuration file is found.
107* [2008-10-23] Change the name of the SystemBundle interface to be Framework.
108 (FELIX-753)
109* [2008-10-22] Hide wire messages in felix releases. (FELIX-707)
110* [2008-10-16] Modified framework to have default values for the system packages
111 property. Now it is really possible to start Felix with no configuration
112 properties. (FELIX-753)
113* [2008-10-10] Implements support for flushing the cache on framework
114 initialization. (FELIX-755)
115* [2008-10-09] Modified the bundle cache to no longer have profiles. (FELIX-754)
116* [2008-10-08] Modified the Felix API to aligned with the proposed standard OSGi
117 framework API. (FELIX-753)
118* [2008-09-23] Added symbolic names to framework and main.
119* [2008-09-12] Added a configuration property to determine whether installing a
120 fragment that uses unimplemented features throws an exception or logs a
121 warning. (FELIX-725)
122
123Changes form 1.2.1 to 1.2.2
124---------------------------
125
126* [2008-10-14] Update to latest framework version 1.2.2.
127
Karl Pauls189a85a2008-09-07 19:54:38 +0000128Changes from 1.2.0 to 1.2.1
129---------------------------
130
131* [2008-09-07] Hide WIRE log messages. (FELIX-707)
132* [2008-09-07] Use the new Felix releases obr repository URL.
133 (FELIX-708)
134
Karl Pauls91b38a82008-08-31 22:15:50 +0000135Changes from 1.0.3 to 1.2.0
136---------------------------
137
138* [2008-08-03] Change to the R4.1 version of the spec. (FELIX-514)
139* [2008-05-08] Fixed a NPE. (FELIX-525)
140
Karl Pauls7873f802008-04-21 23:43:37 +0000141Changes from 1.0.3 to 1.0.4
142---------------------------
143
144* [2008-04-22] Update to framework version 1.0.4.
145
Karl Paulsfff3aa92008-01-28 09:37:37 +0000146Changes from 1.0.1 to 1.0.3
Karl Paulse8bd9a52008-01-27 19:49:38 +0000147---------------------------
148
149* [2008-01-27] Added launching and embedding docs to main project.
150* [2008-01-22] Update to maven-bundle-plugin version 1.2.0.
151* [2008-01-07] Modifed default launcher in Main to separate out
152 auto-property processing so that it is easier to reuse the code in
153 custom launchers. (FELIX-448)
154* [2007-12-14] Removed auto-property processing out of the framework and
155 into the default launcher. (FELIX-393)
156* [2007-10-16] Use variable substitution via BND to define the properties
157 in default.properties from the properties in config.properties.
158 (FELIX-380)
159* [2007-10-03] Added support to the Main launcher to use a default
160 embedded resource for setting the framework configuration properties
161 if the actual config.properties file cannot be loaded. (FELIX-380)
162* [2007-09-20] Remove some packages for jre1.3 profile and add/remove a
163 few for 1.4, 1.5, and 1.6 (javax.crypto.*). (FELIX-371)
164
165
Karl Paulsaf276eb2007-09-16 21:02:32 +0000166Changes from 1.0.0 to 1.0.1
167---------------------------
168
169* [2007-09-16] Update to framework version 1.0.1.
170
171
Richard S. Hall2cd5bed2007-07-16 20:32:41 +0000172Changes from 0.8.0-incubator to 1.0.0
173-------------------------------------
174
175* [2007-01-31] Changed how the system packages property is calculated to
176 make it more robust; previously it was leaving a dangling comma if the
177 execution platform was not known.
178* [2007-02-05] Added system package support for Java 6. (FELIX-201)
179* [2007-02-13] Removed support for trusted certificate authorities; this
180 will be added later as an extension.
181* [2007-03-16] Felix configuration properties can now be set as system
182 properties when using the standard launcher. (FELIX-250)
183* [2007-03-28] No longer including config.properties in the JAR file.
184* [2007-04-13] The javax.net and javax.net.ssl packages were missing
185 from the system packages properties.
186* [2007-04-13] Fixed a bug where the launcher was not correctly calculating
187 the installation directory correctly.
188* [2007-05-07] Was accidentally including OBR service interface package
189 in main JAR.
190* [2007-05-22] Now includes the Service Tracker package in main JAR.
191* [2007-07-04] Modified to use the new Felix embedding API.