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