blob: e2ec2bb86266c3b4a236b8820abfb177906f5107 [file] [log] [blame]
Guillaume Nodetb901c572011-06-16 13:26:20 +00001Changes from 1.2.12 to 1.2.14
2-----------------------------
3
4** Bug
5 * [FELIX-3002] - Embed the OBR specific information for the EventAdmin bundle in the manifest
6
7
Carsten Ziegeler8fee2782011-04-15 06:26:53 +00008Changes from 1.2.10 to 1.2.12
9-----------------------------
10
11** Bug
12 * [FELIX-2915] - Potential deadlock on shutdown
13
14
Carsten Ziegeler3af69a62011-03-03 10:34:44 +000015Changes from 1.2.8 to 1.2.10
16----------------------------
17
18** Bug
19 * [FELIX-2836] - Async threads should be daemon threads
20
21** Improvement
22 * [FELIX-2861] - Remove unnecessary object creation
23
24
Sanjeeb Kumar Sahoo72f3cd92010-11-30 19:41:54 +000025Changes from 1.2.6 to 1.2.8
26---------------------------
27
28** Improvement
29 * [FELIX-2655] - allow event admin log level to be configurable
30
31
Carsten Ziegelerda589fb2010-10-12 07:41:33 +000032Changes from 1.2.4 to 1.2.6
33---------------------------
34
35** Bug
36 * [FELIX-2608] - Threads should be daemon threads
37
38
Carsten Ziegelera5f500a2010-09-12 10:13:42 +000039Changes from 1.2.2 to 1.2.4
40---------------------------
41
42** Bug
43 * [FELIX-2582] - Event admin requires config admin packages
44 * [FELIX-2431] - EventAdmin service unregistered but not registered again on ConfigAdmin startup
45
46** Improvement
47 * [FELIX-2562] - Remove object caches
48 * [FELIX-2558] - Handle configuration changes without restarting event admin service
49
50
51Changes from 1.0.0 to 1.2.2
52---------------------------
53
54** Bug
55 * [FELIX-2089] - IllegalStateException thrown by LogWrapper if logging after bundle stop
56
57** Improvement
58 * [FELIX-1875] - Add R4.2 support for Event Admin
59 * [FELIX-1913] - All events are processed in a queue
60 * [FELIX-2020] - Make event admin configurable through configuration admin
61 * [FELIX-1960] - Fine-grained timeout configuration
62 * [FELIX-664] - Event Admin OBR description
63
64
65Initial Release 1.0.0
66---------------------