Ksplice 0.9.1
[ksplice.git] / ChangeLog
blob545875101c9a7f4aeca73a06b3186b75c42a083e
1 2008-09-26 : 0.9.1
2  - Replaced objdiff with an improved matching algorithm in objmanip keep-primary
3  - Added support for moving functions between compilation units
4  - Various safety improvements
6 2008-09-12 : 0.9.0
7  - Added support for ARM architecture (requires an -ffunction-sections kernel)
8  - Rewrote the relocation handling code to ease porting to other architectures
9  - Modified the update build system so that it uses the kernel build system
10  - Switched the module control interface from /proc to /sys
11  - Switched the preferred debugging interface from printk to debugfs
12  - Restructured the kernel code to make it easier to merge Ksplice into Linux
13  - Simplified ksplice-create by moving all ELF manipulation to objmanip
14  - Added libudis86 for enhanced run-pre matching
15  - Added support for automatically modifying the exported symbol table
16  - Various safety improvements
18 2008-06-22 : 0.8.7
19  - Updated the nop table for binutils 2.18
20  - Improved relocation handling on x86-64
22 2008-05-25 : 0.8.6
23  - Removed some compiler warnings
25 2008-05-24 : 0.8.5
26  - Added a workaround for Fedora System.map problem
27  - Improved the page table code
28  - Improved kernel stack check debugging
30 2008-04-29 : 0.8.4
31  - Fixed architecture detection on ASP Linux
33 2008-04-28 : 0.8.3
34  - Improved kernel stack check
36 2008-04-27 : 0.8.2
37  - Improved kernel stack check
39 2008-04-24 : 0.8.1
40  - Fixed 2.6.25 init_mm problem
42 2008-04-22 : 0.8.0
43  - Initial release