Document the ksplice-view -q option.
[ksplice.git] / ChangeLog
blob56057bb2ece58f76d9f069ca142798bf6ee0f419
1 2008-12-19 : 0.9.5
2  - Added support for building updates from Git commits in ksplice-create
3  - Prevent reversing Ksplice updates that have been partially cold applied
5 2008-11-21 : 0.9.4
6  - Added support for patching kernels built in a separate Kbuild output
7    directory (O=dir)
8  - Added additional metadata to the Ksplice update tarballs
9  - Updated Ksplice for kernel 2.6.28
11 2008-11-07 : 0.9.3
12  - Added hooks for calling functions at various points during the update process
13  - Added support for applying an update only to loaded target modules
14  - Added support for building updated target modules along with a Ksplice update
15  - Added run-pre matching of the bug table, exception table, and exported
16    symbol table
17  - Improved robustness of the stack check with respect to optimized tail calls
18  - Fixed several bugs in the run-pre matching disassembly code
19  - Added patching of rodata sections that did not change in size
20  - Added patching of bug table entries whose line numbers changed
21  - Added an experimental API for shadow data structures
23 2008-10-17 : 0.9.2
24  - Added run-pre matching of string sections
25  - Fixed safety_record handling for patch reversals
26  - Improved performance substantially in both userspace and kernelspace
27  - Added support for patching kernels whose text is mapped read-only
28  - Added support for patching compilation units involving markers
29  - Improved the udis86 disassembler's support for disassembling the kernel
31 2008-09-26 : 0.9.1
32  - Replaced objdiff with an improved matching algorithm in objmanip keep-primary
33  - Added support for moving functions between compilation units
34  - Various safety improvements
36 2008-09-12 : 0.9.0
37  - Added support for ARM architecture (requires an -ffunction-sections kernel)
38  - Rewrote the relocation handling code to ease porting to other architectures
39  - Modified the update build system so that it uses the kernel build system
40  - Switched the module control interface from /proc to /sys
41  - Switched the preferred debugging interface from printk to debugfs
42  - Restructured the kernel code to make it easier to merge Ksplice into Linux
43  - Simplified ksplice-create by moving all ELF manipulation to objmanip
44  - Added libudis86 for enhanced run-pre matching
45  - Added support for automatically modifying the exported symbol table
46  - Various safety improvements
48 2008-06-22 : 0.8.7
49  - Updated the nop table for binutils 2.18
50  - Improved relocation handling on x86-64
52 2008-05-25 : 0.8.6
53  - Removed some compiler warnings
55 2008-05-24 : 0.8.5
56  - Added a workaround for Fedora System.map problem
57  - Improved the page table code
58  - Improved kernel stack check debugging
60 2008-04-29 : 0.8.4
61  - Fixed architecture detection on ASP Linux
63 2008-04-28 : 0.8.3
64  - Improved kernel stack check
66 2008-04-27 : 0.8.2
67  - Improved kernel stack check
69 2008-04-24 : 0.8.1
70  - Fixed 2.6.25 init_mm problem
72 2008-04-22 : 0.8.0
73  - Initial release