From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14268 invoked by alias); 12 May 2008 16:04:19 -0000 Received: (qmail 14243 invoked by uid 9519); 12 May 2008 16:04:18 -0000 Date: Mon, 12 May 2008 16:04:00 -0000 Message-ID: <20080512160418.14228.qmail@sourceware.org> From: rmoseley@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Updates for 0.3 release. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 06bb0d0b805004728277909ab93836e669b8c6cc X-Git-Newrev: 198341c5690eeb5f8a9e49ed1be1119f7690878b Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2008-q2/txt/msg00223.txt.bz2 The branch, master has been updated via 198341c5690eeb5f8a9e49ed1be1119f7690878b (commit) from 06bb0d0b805004728277909ab93836e669b8c6cc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 198341c5690eeb5f8a9e49ed1be1119f7690878b Author: Rick Moseley Date: Mon May 12 11:01:55 2008 -0500 Updates for 0.3 release. * NEWS: 0.3 update for notes. * common/version.in: Updated for 0.3 release. ----------------------------------------------------------------------- Summary of changes: NEWS | 20 ++++++++++++++++++++ frysk-common/ChangeLog | 4 ++++ frysk-common/version.in | 2 +- frysk-top/ChangeLog | 4 ++++ 4 files changed, 29 insertions(+), 1 deletions(-) First 500 lines of diff: diff --git a/NEWS b/NEWS index ee49d93..e3f0e39 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,26 @@ multi-process, and multi-threaded systems while they are running. -- +Release 0.3, 2008-05-09 + +- Exported a prototype of low level watchpoint api on IA32,X8664 + (PPC* will be covered by IBM) +- Implemented the watch command which exposes the watchpoint api in fhpd. +- Updated various frysk man pages. +- Created ProcRunUtil and re-based fcatch,fstep,ferror ontop of it. +- Added ability to kill procs from fhpd. +- Solidified passing parameters to start/run commands and reusing history. +- Added support for elf symbol look-ups. +- Removed the CDT parser from frysk. +- Rewritten ftrace to use more frysk infrastructure. +- Adapted frysk symbol search code so that it can be used by breakpoints, + as well as expression evaluation. +- Improved and tested stepping, particularly stepping through signal handlers. +- Imported a newer version of upstream elfutils. +- Fixed breakpoints to work correctly through forks. + +-- + Post-Release 0.2 Updates: -> 2004-04-24 - New support in FHPD: sysroot diff --git a/frysk-common/ChangeLog b/frysk-common/ChangeLog index af4b463..41ecf76 100644 --- a/frysk-common/ChangeLog +++ b/frysk-common/ChangeLog @@ -1,3 +1,7 @@ +2008-05-12 Rick Moseley + + * version.in: Update to version 0.3. + 2008-05-09 Andrew Cagney * (jni.hxx, jni.cxx): Pass the entire jar to jnixx. diff --git a/frysk-common/version.in b/frysk-common/version.in index 860e057..be58634 100644 --- a/frysk-common/version.in +++ b/frysk-common/version.in @@ -1 +1 @@ -0.2.50 +0.3 diff --git a/frysk-top/ChangeLog b/frysk-top/ChangeLog index 77a81b6..243104d 100644 --- a/frysk-top/ChangeLog +++ b/frysk-top/ChangeLog @@ -1,3 +1,7 @@ +2008-05-12 Rick Moseley + + * Update NEWS file for release 0.3. + 2008-05-07 Andrew Cagney * .gitignore: Ignore files.base and files.jnixx. hooks/post-receive -- frysk system monitor/debugger