diff options
author | roland <roland> | 2006-07-17 09:02:12 +0000 |
---|---|---|
committer | roland <roland> | 2006-07-17 09:02:12 +0000 |
commit | ce02d866eaa44c25b151ab78e2b6783a3f0d034b (patch) | |
tree | 541f462d3dec645359ec4a86ee30950700f00b70 | |
parent | 1074f79d6acf34a1f0185db1ef9dae2f69d5c6cc (diff) | |
download | systemtap-steved-ce02d866eaa44c25b151ab78e2b6783a3f0d034b.tar.gz systemtap-steved-ce02d866eaa44c25b151ab78e2b6783a3f0d034b.tar.xz systemtap-steved-ce02d866eaa44c25b151ab78e2b6783a3f0d034b.zip |
.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,6 +1,13 @@ +2006-07-17 Roland McGrath <roland@redhat.com> + + * configure.ac, systemtap.spec.in: Require elfutils-0.122. + * configure: Regenerated. + + * systemtap.spec.in (Release): Use %{?dist}. + 2006-07-17 Li Guanglei <guanglei@cn.ibm.com> - * main.cxx: add LKET's tapsets into stap's default tapsets + * main.cxx: add LKET's tapsets into stap's default tapsets search path 2006-07-13 Frank Ch. Eigler <fche@elastic.org> @@ -35,7 +42,7 @@ to ask user to install kernel-debuginfo when dwfl_linux_kernel_report_kernel() or dwfl_linux_kernel_report_modules() fails (Bugzilla #2669). - + * buildrun.cxx (compile_pass): Checks to make sure module build directory exists before trying to run make there (Bugzilla #2669). |