2008-11-21 : 0.9.4
 - Added support for patching kernels built in a separate Kbuild output
   directory (O=dir)
 - Added additional metadata to the Ksplice update tarballs
 - Updated Ksplice for kernel 2.6.28

2008-11-07 : 0.9.3
 - Added hooks for calling functions at various points during the update process
 - Added support for applying an update only to loaded target modules
 - Added support for building updated target modules along with a Ksplice update
 - Added run-pre matching of the bug table, exception table, and exported
   symbol table
 - Improved robustness of the stack check with respect to optimized tail calls
 - Fixed several bugs in the run-pre matching disassembly code
 - Added patching of rodata sections that did not change in size
 - Added patching of bug table entries whose line numbers changed
 - Added an experimental API for shadow data structures

2008-10-17 : 0.9.2
 - Added run-pre matching of string sections
 - Fixed safety_record handling for patch reversals
 - Improved performance substantially in both userspace and kernelspace
 - Added support for patching kernels whose text is mapped read-only
 - Added support for patching compilation units involving markers
 - Improved the udis86 disassembler's support for disassembling the kernel

2008-09-26 : 0.9.1
 - Replaced objdiff with an improved matching algorithm in objmanip keep-primary
 - Added support for moving functions between compilation units
 - Various safety improvements

2008-09-12 : 0.9.0
 - Added support for ARM architecture (requires an -ffunction-sections kernel)
 - Rewrote the relocation handling code to ease porting to other architectures
 - Modified the update build system so that it uses the kernel build system
 - Switched the module control interface from /proc to /sys
 - Switched the preferred debugging interface from printk to debugfs
 - Restructured the kernel code to make it easier to merge Ksplice into Linux
 - Simplified ksplice-create by moving all ELF manipulation to objmanip
 - Added libudis86 for enhanced run-pre matching
 - Added support for automatically modifying the exported symbol table
 - Various safety improvements

2008-06-22 : 0.8.7
 - Updated the nop table for binutils 2.18
 - Improved relocation handling on x86-64

2008-05-25 : 0.8.6
 - Removed some compiler warnings

2008-05-24 : 0.8.5
 - Added a workaround for Fedora System.map problem
 - Improved the page table code
 - Improved kernel stack check debugging

2008-04-29 : 0.8.4
 - Fixed architecture detection on ASP Linux

2008-04-28 : 0.8.3
 - Improved kernel stack check

2008-04-27 : 0.8.2
 - Improved kernel stack check

2008-04-24 : 0.8.1
 - Fixed 2.6.25 init_mm problem

2008-04-22 : 0.8.0
 - Initial release
