blob: b9d035c831d2c1382a5c803ce578ddf7e300c126 [file] [log] [blame]
Karl Paulsd1b10cf2013-03-08 20:55:34 +00001Changes form 2.0.1 to 2.2.0
2---------------------------
3** Bug
4 * [FELIX-3498] - BundleInputStream is not able to handle bundles that only have a MANIFEST.MF entry
5 * [FELIX-3603] - Resources in META-INF/xxx/ fodlers in a signed bundle should be checked
6 * [FELIX-3604] - No error log if the certificate is not valid
7 * [FELIX-3893] - Bundle in cache doesn't pass security check anymore.
8
Karl Pauls2a5a6322011-11-20 20:39:51 +00009Changes from 2.0.0 to 2.0.1
10---------------------------
11
12** Bug
13 * [FELIX-3196] - Security Problem: Getting full file access within the cache directory from one Bundle
14 * [FELIX-3221] - NPE when uninstall a bundle on enabled OSGi security
15
Karl Paulsacf26592011-09-22 13:26:58 +000016Changes from 1.4.2 to 2.0.0
17---------------------------
18** Bug
19 * [FELIX-2648] - Incompatible security provider state when switching from 2.0.4 to 3.0.3
20 * [FELIX-2922] - ArrayIndexOutOfBoundsException when specifying no name
21 * [FELIX-3004] - felix.security does not work with exploded jars
22 * [FELIX-3101] - ClassCastException in Permissions class
23
24** Improvement
25 * Update to latest framework version 4.0.0
26
Karl Pauls0f487a02011-03-28 20:11:35 +000027Changes from 1.4.1 to 1.4.2
28---------------------------
29
30** Improvement
31 * Update to latest framework version 3.2.0
32
Karl Paulsb6a5d3f2010-12-26 21:06:59 +000033Changes from 1.4.0 to 1.4.1
34---------------------------
35
36** Bug
37 * [FELIX-2739] - [Security] Recent framework changes have broken the security provider.
38
Karl Pauls3df23ef2010-08-18 20:14:15 +000039Changes from 1.2.0 to 1.4.0
40---------------------------
41
42** Improvement
43 * [FELIX-2547] - Implement conditionalpermissioninfo encoding/decoding to match the spec.
44
45
Karl Pauls502f4152010-06-06 21:29:01 +000046Changes from 1.0.0 to 1.2.0
47---------------------------
Karl Pauls3df23ef2010-08-18 20:14:15 +000048
Karl Pauls502f4152010-06-06 21:29:01 +000049** Task
50 * [FELIX-2294] - Patch Framework Security for compatibility
51
Karl Paulsd2b6e622010-02-04 22:47:26 +0000521.0.0
53-----
54
55** Initial Release