summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog18
1 files changed, 11 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index f0f11e58..b2b9e4b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-20 Roland McGrath <roland@redhat.com>
+
+ * systemtap.spec.in (elfutils_version): Bump to 0.127.
+
2007-04-18 Frank Ch. Eigler <fche@elastic.org>
* Makefile.am (install-elfutils): Use $INSTALL_PROGRAM to
@@ -106,7 +110,7 @@
between a probe that needs global variable locks and one that
doesn't. If the probe doesn't need global variable locks, doesn't
output them.
-
+
2007-03-26 Frank Ch. Eigler <fche@elastic.org>
* configure.ac: Bumped version to 0.5.14.
@@ -160,7 +164,7 @@
* stap.1.in: Documented MAXACTION_INTERRUPTIBLE.
* NEWS: Added note about begin/end probes being run with
interrupts enabled.
-
+
2007-03-20 Frank Ch. Eigler <fche@elastic.org>
PR 4224.
@@ -211,18 +215,18 @@
STP_OVERLOAD global variables.
(translate_pass): Emit STP_OVERLOAD defines.
-2007-03-14 Martin Hunt <hunt@redhat.com>
+2007-03-14 Martin Hunt <hunt@redhat.com>
* main.cxx (usage): Remove "-M" and edit description
of "-b".
* stap.1.in: Remove "-M" option and edit description of "-b".
Edit description of "-o".
-
+
2007-03-14 Martin Hunt <hunt@redhat.com>
* Makefile.am: Don't install old relayfs sources.
* makefile.in: Rebuilt.
2007-03-14 Martin Hunt <hunt@redhat.com>
-
+
* Makefile.am (staprun_SOURCES): Sources now live in
runtime/staprun.
* makefile.in: Rebuilt.
@@ -231,11 +235,11 @@
* buildrun.cxx (run_pass): Use "-v" instead of not "-q" to
be compatible with latest staprun.
- * translate.cxx (emit_module_exit): Print warning using
+ * translate.cxx (emit_module_exit): Print warning using
_stp_printf so it shows up at the end of all output.
(translate_pass): Replace STP_RELAYFS with STP_BULKMODE.
Eliminate STP_RELAYFS_MERGE.
-
+
2007-03-13 Frank Ch. Eigler <fche@redhat.com>
PR 4171.