From 7a19a98eb2e5edc52bce8b2cb47f799ff655da15 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 10 Mar 2009 16:37:30 -0400 Subject: [PATCH] Ksplice 0.9.7 Signed-off-by: Tim Abbott --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e1a536d..63ce9f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-03-10 : 0.9.7 + - Fixed a bug where Ksplice relocations were sometimes written pointing + to the middle of patched sections + - Fixed a Makefile bug where the Ksplice core module was compiled twice + - Renamed or reorganized several data structures in the Ksplice kernel code + - Changed the Ksplice module names from primary/helper to old_code/new_code + 2009-01-21 : 0.9.6 - Fixed a Makefile bug that prevented the initial prebuild from succeeding - Documented the ksplice-create --series, --git, and --build-modules options diff --git a/configure.ac b/configure.ac index 3ff9091..df15181 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Ksplice], [0.9.6], [devel@ksplice.com]) +AC_INIT([Ksplice], [0.9.7], [devel@ksplice.com]) AC_SUBST([KSPLICE_API_VERSION], [1]) AC_ARG_WITH([libbfd], -- 2.11.4.GIT