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