forked from ptesarik/libkdumpfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
45 lines (37 loc) · 849 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
0.1.8
-----
* differentiation of Xen dump types (attribute "xen.type")
0.1.7
-----
* fix build failures
0.1.6
-----
* metadata is stored as hierarchical attributes which can be enumerated
* include example code to demonstrate attributes
0.1.5
-----
* improved support of Xen dumpcore files
* basic support for MIPS architecture
* fix support for LKCD dumps on s390x
0.1.4
-----
* support for IA32 (32-bit x86) architecture
* verbose error reporting
* document the public API
0.1.3
-----
* support S390 dump format
* new API functions:
- kdump_pageshift
0.1.2
-----
* all compression libraries are now optional
* live source uses VMCOREINFO from the running kernel (if available)
* full vtop translation for x86_64
0.1.1
-----
* add missing files
* fix compiler warnings
0.1
---
* first public release