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