diff options
author | Rajan Arora <rarora@redhat.com> | 2008-10-10 17:58:15 -0400 |
---|---|---|
committer | Rajan Arora <rarora@redhat.com> | 2008-10-10 17:58:15 -0400 |
commit | 57b2fd2b528d6d7ff0d5bef880b8ae97025f43bb (patch) | |
tree | f21285a5e681e56a0600c80faeb84b9d9c34a5eb | |
parent | 29316ceffd485e650e198f443c5f622616e664a1 (diff) | |
download | systemtap-steved-57b2fd2b528d6d7ff0d5bef880b8ae97025f43bb.tar.gz systemtap-steved-57b2fd2b528d6d7ff0d5bef880b8ae97025f43bb.tar.xz systemtap-steved-57b2fd2b528d6d7ff0d5bef880b8ae97025f43bb.zip |
Added NEWS entry for source context fix
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ * What's new +- Error and warning messages are now followed by source context displaying + the erroneous line/s and a handy '^' in the following line pointing to the + appropriate column. + - A bug reporting tool "stap-report" is now available which will quickly retrieve much of the information requested here: http://sourceware.org/systemtap/wiki/HowToReportBugs |