undo: remove update dir even if gone from kernel
[ksplice.git] / ChangeLog
blob1ff9a07347f9c026bb1797366c80c7a67415c6f3
1 2009-05-22 : 0.9.7.90
2  - Alpha release 1 for Ksplice 0.9.8
4 2009-03-10 : 0.9.7
5  - Fixed a bug where Ksplice relocations were sometimes written pointing
6    to the middle of patched sections
7  - Fixed a Makefile bug where the Ksplice core module was compiled twice
8  - Renamed or reorganized several data structures in the Ksplice kernel code
9  - Changed the Ksplice module names from primary/helper to old_code/new_code
11 2009-01-21 : 0.9.6
12  - Fixed a Makefile bug that prevented the initial prebuild from succeeding
13  - Documented the ksplice-create --series, --git, and --build-modules options
14  - Added support for changing CRCs of exported symbols
15  - Added pre-post matching of altinstructions and other table sections
16  - Fixed a build failure due to depmod when using a kbuild output directory
18 2008-12-19 : 0.9.5
19  - Added support for building updates from Git commits in ksplice-create
20  - Prevent reversing Ksplice updates that have been partially cold applied
22 2008-11-21 : 0.9.4
23  - Added support for patching kernels built in a separate Kbuild output
24    directory (O=dir)
25  - Added additional metadata to the Ksplice update tarballs
26  - Updated Ksplice for kernel 2.6.28
28 2008-11-07 : 0.9.3
29  - Added hooks for calling functions at various points during the update process
30  - Added support for applying an update only to loaded target modules
31  - Added support for building updated target modules along with a Ksplice update
32  - Added run-pre matching of the bug table, exception table, and exported
33    symbol table
34  - Improved robustness of the stack check with respect to optimized tail calls
35  - Fixed several bugs in the run-pre matching disassembly code
36  - Added patching of rodata sections that did not change in size
37  - Added patching of bug table entries whose line numbers changed
38  - Added an experimental API for shadow data structures
40 2008-10-17 : 0.9.2
41  - Added run-pre matching of string sections
42  - Fixed safety_record handling for patch reversals
43  - Improved performance substantially in both userspace and kernelspace
44  - Added support for patching kernels whose text is mapped read-only
45  - Added support for patching compilation units involving markers
46  - Improved the udis86 disassembler's support for disassembling the kernel
48 2008-09-26 : 0.9.1
49  - Replaced objdiff with an improved matching algorithm in objmanip keep-primary
50  - Added support for moving functions between compilation units
51  - Various safety improvements
53 2008-09-12 : 0.9.0
54  - Added support for ARM architecture (requires an -ffunction-sections kernel)
55  - Rewrote the relocation handling code to ease porting to other architectures
56  - Modified the update build system so that it uses the kernel build system
57  - Switched the module control interface from /proc to /sys
58  - Switched the preferred debugging interface from printk to debugfs
59  - Restructured the kernel code to make it easier to merge Ksplice into Linux
60  - Simplified ksplice-create by moving all ELF manipulation to objmanip
61  - Added libudis86 for enhanced run-pre matching
62  - Added support for automatically modifying the exported symbol table
63  - Various safety improvements
65 2008-06-22 : 0.8.7
66  - Updated the nop table for binutils 2.18
67  - Improved relocation handling on x86-64
69 2008-05-25 : 0.8.6
70  - Removed some compiler warnings
72 2008-05-24 : 0.8.5
73  - Added a workaround for Fedora System.map problem
74  - Improved the page table code
75  - Improved kernel stack check debugging
77 2008-04-29 : 0.8.4
78  - Fixed architecture detection on ASP Linux
80 2008-04-28 : 0.8.3
81  - Improved kernel stack check
83 2008-04-27 : 0.8.2
84  - Improved kernel stack check
86 2008-04-24 : 0.8.1
87  - Fixed 2.6.25 init_mm problem
89 2008-04-22 : 0.8.0
90  - Initial release