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
14 - Updated the nop table for binutils 2.18
15 - Improved relocation handling on x86-64
18 - Removed some compiler warnings
21 - Added a workaround for Fedora System.map problem
22 - Improved the page table code
23 - Improved kernel stack check debugging
26 - Fixed architecture detection on ASP Linux
29 - Improved kernel stack check
32 - Improved kernel stack check
35 - Fixed 2.6.25 init_mm problem