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