From 2a3213629454354201dee8adfd9449b992929cac Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 4 Feb 2009 14:59:03 +0100 Subject: Add beginner guide to NEWS. --- ChangeLog | 4 ++++ NEWS | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1ad7a7b1..4b7b39f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-02-04 Mark Wielaard + + * NEWS: Add Beginner Guide. + 2009-02-04 Mark Wielaard * NEWS: Mention SystemTap Tapset Reference Manual. diff --git a/NEWS b/NEWS index c9d13b78..45f93c8d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ * What's new +- Systemtap now comes with a new Beginners Guide that walks the user + through their first steps setting up stap, understanding how it all + works, introduces some useful scripts and describes some common + pitfalls. It isn't created by default since it needs a Publican + setup, but full build instructions can be found in the wiki: + http://sourceware.org/systemtap/wiki/PublicanQuikHowto + An online version can be found at: + http://sourceware.org/systemtap/SystemTap_Beginners_Guide.pdf + - Standard tapsets included with Systemtap were modified to include extractable documentation information based on the kernel-doc infrastructure. When configured --enabled-docs a HTML and PDF -- cgit