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