blob: 298aa13b0fb9101614cbc25cf5bd45ab9d1e7981 [file] [log] [blame]
Carsten Ziegeler5d98e2e2015-04-24 06:17:33 +00001Changes from 1.0.4 to 1.0.6
2---------------------------
3
4** Bug
5 * [FELIX-4862] - Correct version range for web console package import
6
7
Felix Meschbergera68a26c2012-06-01 15:28:48 +00008Changes from 1.0.2 to 1.0.4
9---------------------------
10
11** Bug
12 * [FELIX-3437] - native2ascii doesn't work for memory usage plugin
13 * [FELIX-3439] - Bad German localization in memory usage plugin
14
15** Improvement
16 * [FELIX-3438] - Add Bulgarian language for memory usage plugin
17
18** Sub-task
19 * [FELIX-2538] - Adapt MemoryUsage Web Console Plugin LICENSE and NOTICE files
20
21
22Changes from 1.0.0 to 1.0.2
23---------------------------
24
25** Bug
26 * [FELIX-2241] - The Memory Usage plugin does not support multipart/form-data POST requests
27 * [FELIX-2242] - Memory Usage page non-functional if no heap dumps exist
28 * [FELIX-2262] - MemoryUage plugin has incorrect symbolic name
29
30** Improvement
31 * [FELIX-2264] - Allow for lazy loading and late API binding
32 * [FELIX-2498] - Add dump interval to limit memory dumps
33 * [FELIX-2499] - Disable Memory Dump writing by default
34 * [FELIX-2512] - Web Console Memory Usage plugin also runs with Web Consoel API version 3.1
35
36
Felix Meschbergerc50f1372012-06-01 15:25:23 +000037Initial Release 1.0.0
38---------------------
39
Felix Meschbergerc50f1372012-06-01 15:25:23 +000040** Improvement
Felix Meschbergera68a26c2012-06-01 15:28:48 +000041 * [FELIX-2223] - Provide German Translation for the Memory Usage Plugin
42 * [FELIX-2224] - Add support to configure the automatic Heap Dump functionality
43 * [FELIX-2225] - Format dump file sizes as scaled values like the memory sizes
44 * [FELIX-2236] - Improvements and Fixes to the Memory Usage plugin
Felix Meschbergerc50f1372012-06-01 15:25:23 +000045
46** Task
Felix Meschbergera68a26c2012-06-01 15:28:48 +000047 * [FELIX-2208] - Import memory management plugin
48