From c0bcf60181a05df1b6baae3e405646bcc8078ffb Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 5 Apr 2006 05:20:20 +0000 Subject: . --- ChangeLog | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc15a9d5..08fbfccb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,22 @@ +2006-04-04 Roland McGrath + + * configure.ac: Bump version to 0.5.5. + Require elfutils-0.120. + * configure: Regenerated. + * systemtap.spec.in: Likewise. + + * main.cxx (version): Use dwfl_version. + + * loc2c.c (array_stride): stride_size -> byte_stride + 2006-04-04 Tom Zanussi * stp_check: Change test for relay vs relayfs 2006-03-30 Martin Hunt - * tapsets.cxx (dwarf_derived_probe::emit_registrations): - Change maxactive so single-processor kernels using + * tapsets.cxx (dwarf_derived_probe::emit_registrations): + Change maxactive so single-processor kernels using kretprobes don't get lots of dropped probes. 2006-03-30 Frank Ch. Eigler @@ -73,7 +84,7 @@ 2006-03-06 Martin Hunt * buildrun.cxx (run_pass): Add "-u username". - * stapfuncs.5.in: Document system(). + * stapfuncs.5.in: Document system(). 2006-03-06 Frank Ch. Eigler @@ -112,7 +123,7 @@ 2006-02-23 Frank Ch. Eigler - PR 1304 + PR 1304 * parse.cxx (lexer): Take systemtap_session argument. (lexer::scan): Support $1..$NNNN and @1...@NNNN expansion. * stap.1.in: Document this. @@ -120,7 +131,7 @@ * translate.cxx (var::init, emit_global): Emit code to allow named module parameters to initialize global string/number scalars. * stap.1.in: Don't document this yet. - + PR 2334 * main.cxx (main): Clarify "-v" option repeatibility. * stap.1.in: Ditto. -- cgit