summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba5fa7d7..de4e934b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2008-10-17 Frank Ch. Eigler <fche@elastic.org>
+
+ * stap-report: Add kernel config extracts. Generate to stdout.
+ * Makefile.am (bin_SCRIPTS): Install it.
+ * systemtap.spec: Package it.
+ * Makefile.in: Regenerated.
+
+2008-10-17 Jim Keniston <jkenisto@us.ibm.com>
+
+ PR6923
+ * runtime/autoconf-oneachcpu-retry.c: Compiles successfully on
+ old kernels.
+
+2008-10-14 Kent Sebastian <ksebasti@redhat.com>
+
+ * cache.cxx (cache_clean): Minor changes, mainly stylistic.
+ * session.h: remove cache_max member var (used only in cache.cxx now)
+
2008-10-10 Frank Ch. Eigler <fche@elastic.org>
PR6749