summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a852834..ab8f482d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008-12-16 Roland McGrath <roland@redhat.com>
+
+ * systemtap.spec (Requires): Add kernel-devel, is correct virtual
+ provide in kernel-*-devel rpms.
+ (with_sqlite): Typo fix in default defn check.
+ [%{with_sqlite}] (Requires): Remove. BuildRequires causes the correct
+ automatic dependency.
+
+2008-12-16 Stan Cox <scox@redhat.com>
+
+ * tapsets.cxx (dwarf_builder::build): Consider alignment when
+ fetching .probes values. Convert .mark to .statement(0x) instead
+ of .statement(foo.c:N)
+
2008-12-11 Dave Brolley <brolley@redhat.com>
PR7087