blob: e767e6395c48ebd69198d3b308e033a7abbad4c9 [file] [log] [blame]
Carsten Ziegeler4dc5b0c2011-03-03 10:34:44 +00001Changes from 1.2.8 to 1.2.10
2----------------------------
3
4** Bug
5 * [FELIX-2836] - Async threads should be daemon threads
6
7** Improvement
8 * [FELIX-2861] - Remove unnecessary object creation
9
10
Sanjeeb Kumar Sahoo50a136a2010-11-30 19:41:54 +000011Changes from 1.2.6 to 1.2.8
12---------------------------
13
14** Improvement
15 * [FELIX-2655] - allow event admin log level to be configurable
16
17
Carsten Ziegeler15afbf02010-10-12 07:41:33 +000018Changes from 1.2.4 to 1.2.6
19---------------------------
20
21** Bug
22 * [FELIX-2608] - Threads should be daemon threads
23
24
Carsten Ziegeler3682ca92010-09-12 10:13:42 +000025Changes from 1.2.2 to 1.2.4
26---------------------------
27
28** Bug
29 * [FELIX-2582] - Event admin requires config admin packages
30 * [FELIX-2431] - EventAdmin service unregistered but not registered again on ConfigAdmin startup
31
32** Improvement
33 * [FELIX-2562] - Remove object caches
34 * [FELIX-2558] - Handle configuration changes without restarting event admin service
35
36
37Changes from 1.0.0 to 1.2.2
38---------------------------
39
40** Bug
41 * [FELIX-2089] - IllegalStateException thrown by LogWrapper if logging after bundle stop
42
43** Improvement
44 * [FELIX-1875] - Add R4.2 support for Event Admin
45 * [FELIX-1913] - All events are processed in a queue
46 * [FELIX-2020] - Make event admin configurable through configuration admin
47 * [FELIX-1960] - Fine-grained timeout configuration
48 * [FELIX-664] - Event Admin OBR description
49
50
51Initial Release 1.0.0
52---------------------