From c5d7b5f41b759d369c958817ed9241cf487bd006 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 7 Nov 2008 22:33:21 -0500 Subject: [PATCH] Ksplice 0.9.3 Signed-off-by: Tim Abbott --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dcc764c..57c74aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +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 diff --git a/configure.ac b/configure.ac index fb90732..da28154 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Ksplice], [0.9.2], [devel@ksplice.com]) +AC_INIT([Ksplice], [0.9.3], [devel@ksplice.com]) AC_ARG_WITH([libbfd], [ --with-libbfd=FILE path to libbfd.a], -- 2.11.4.GIT